From 1390400a03b5088a0a23fc02ee9969ca8b8fef07 Mon Sep 17 00:00:00 2001 From: manailin <261030956@qq.com> Date: 星期日, 20 六月 2021 14:21:30 +0800 Subject: [PATCH] [修改]修改导入模板加密问题 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java index 4fafe96..2694f0f 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngVillageService.java @@ -55,4 +55,18 @@ * @return */ R editVillage(Long villageId, ComMngVillageVO comMngVillageVO); + + /** + * 统计社区内小区数量 + * @param communityId 社区id + * @return 统计小区数量 + */ + R villageStatistics(Long communityId); + + /** + * 小区详情 + * @param villageId 小区id + * @return 小区详情 + */ + R getVillage(Long villageId); } -- Gitblit v1.7.1