101captain
2022-01-17 a024be265347c2ee974771f0dc85a1b7dab06bf6
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);
}