From 6a5f6cc2c330c610f8cb2afcef77b9ab1d6cea86 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期二, 29 六月 2021 15:13:22 +0800 Subject: [PATCH] 居民模块接口 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java index d6061e1..96dcbbe 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java @@ -217,4 +217,6 @@ R getPopulationRepairByApp(); R getGridPopulationAdminList(ComMngPopulationListDTO populationListDTO); + + R delGridPopulationAdmin(List<Long> ids); } -- Gitblit v1.7.1