huanghongfa
2021-05-20 7d6ee21cc4d0a5f63d4f66026f8dd8b8737084f8
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);
}