From 8f0627589f6f58403f70fce4bf54b735d4640064 Mon Sep 17 00:00:00 2001 From: huanghongfa <18228131219@163.com> Date: 星期五, 25 十二月 2020 17:36:33 +0800 Subject: [PATCH] 社区管理后台系统管理模块完成 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java index d39a0d4..7a14832 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngStructOtherBuildService.java @@ -28,4 +28,10 @@ * @return 查询结果 */ R pageOtherBuild(ComMngStructOtherBuildVO comMngStructOtherBuildVO); + /** + * 建筑类型 + * @param communityId 社区id + * @return 建筑集合 + */ + R listComMngStructBuildType(Long communityId); } -- Gitblit v1.7.1