huanghongfa
2021-05-19 14590de8e4fb23909f1767a53d1f92007f9bbcc4
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComOpsAdvService.java
@@ -62,4 +62,10 @@
     * @return 广告内容
     */
    R detailAdvertisement(Long id);
    /**
     * 删除广告
     * @param id 主键
     * @return 删除结果
     */
    R deleteAdvertisement(Long id);
}