huanghongfa
2021-12-09 9576bebcacea938771f6f5b51d958e6a4ac59df6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActColumnService.java
@@ -19,4 +19,11 @@
     * @return
     */
    R pageList(CommonPage commonPage);
    /**
     * 删除
     * @param id
     * @return
     */
    R delete(Long id);
}