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/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
index d56f830..9093cc1 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -1,6 +1,7 @@
 package com.panzhihua.common.service.community;
 
 import com.panzhihua.common.model.vos.R;
+import com.panzhihua.common.model.vos.SystemmanagementConfigVO;
 import com.panzhihua.common.model.vos.community.*;
 import com.panzhihua.common.model.vos.user.UserPhoneVO;
 import org.springframework.cloud.openfeign.FeignClient;
@@ -469,4 +470,20 @@
      */
     @PostMapping("putmicrowishconfirm")
     R putMicroWishConfirm(@RequestBody ComActMicroWishVO comActMicroWishVO);
+
+    /**
+     * 建筑类型
+     * @param communityId 社区id
+     * @return 建筑集合
+     */
+    @PostMapping("listcommngstructbuildtype")
+    R listComMngStructBuildType(@RequestParam("communityId") Long communityId);
+
+    /**
+     * 增加删除建筑类型
+     * @param systemmanagementConfigVO 操作内容
+     * @return  操作结果
+     */
+    @PostMapping("putcommngstructbuildtype")
+    R putComMngStructBuildType(@RequestBody SystemmanagementConfigVO systemmanagementConfigVO);
 }

--
Gitblit v1.7.1