From b2fce0dc7dc4ea5dec9792a2bc3ceb9d33d6e07b Mon Sep 17 00:00:00 2001
From: lidongdong <1459917685@qq.com>
Date: 星期一, 04 九月 2023 13:59:52 +0800
Subject: [PATCH] 修改后台社区动态加载不出来

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java
index 2e0d06c..2cb1405 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComStreetService.java
@@ -4,6 +4,7 @@
 
 import com.panzhihua.common.model.dtos.community.PageComStreetDTO;
 import com.panzhihua.common.model.vos.R;
+import com.panzhihua.common.model.vos.community.ComActVO;
 import com.panzhihua.common.model.vos.community.ComStreetVO;
 
 /**
@@ -18,7 +19,7 @@
      *            街道信息
      * @return 新增结果
      */
-    R addStreet(ComStreetVO comStreetVO);
+    R<ComStreetVO> addStreet(ComStreetVO comStreetVO);
 
     /**
      * 查询社区
@@ -55,4 +56,30 @@
      * @return 删除结果
      */
     R delectStreat(List<Long> Ids);
+
+    /**
+     * 修改街道信息
+     * @param comStreetVO 街道信息
+     * */
+    R update(ComStreetVO comStreetVO);
+
+    /**
+     * 删除街道
+     * */
+    R remove(Long id);
+    /**
+     * 删除社区
+     * */
+    R removeCommunity(Long id);
+
+    /**
+     * 重置社区密码
+     * */
+    R repassCommunity(ComActVO comActVO);
+
+
+    /**
+     * 重置街道密码
+     * */
+    R repssStreet(ComStreetVO comActVO);
 }

--
Gitblit v1.7.1