huanghongfa
2021-07-07 edbbe803b5c270a1acffbc7946bdda0d5e420dc5
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);
}