From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-interface/src/main/java/com/java110/intf/community/ICommunityInnerServiceSMO.java |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/community/ICommunityInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/community/ICommunityInnerServiceSMO.java
old mode 100644
new mode 100755
index ffd3126..c4baa42
--- a/java110-interface/src/main/java/com/java110/intf/community/ICommunityInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/community/ICommunityInnerServiceSMO.java
@@ -1,10 +1,10 @@
 package com.java110.intf.community;
 
-
 import com.java110.config.feign.FeignConfiguration;
 import com.java110.dto.CommunityMemberDto;
 import com.java110.dto.community.CommunityAttrDto;
 import com.java110.dto.community.CommunityDto;
+import com.java110.po.community.CommunityPo;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -24,10 +24,8 @@
 @RequestMapping("/communityApi")
 public interface ICommunityInnerServiceSMO {
 
-
     /**
      * <p>鏌ヨ灏忓尯妤间俊鎭�</p>
-     *
      *
      * @param communityDto 鏁版嵁瀵硅薄鍒嗕韩
      * @return CommunityDto 瀵硅薄鏁版嵁
@@ -44,6 +42,7 @@
     @RequestMapping(value = "/queryCommunitysCount", method = RequestMethod.POST)
     int queryCommunitysCount(@RequestBody CommunityDto communityDto);
 
+
     /**
      * 鏌ヨ灏忓尯鎴愬憳琛�
      *
@@ -52,6 +51,16 @@
      */
     @RequestMapping(value = "/getCommunityMembers", method = RequestMethod.POST)
     List<CommunityMemberDto> getCommunityMembers(@RequestBody CommunityMemberDto communityMemberDto);
+
+
+    /**
+     * 鏌ヨ鍟嗘埛鍏ラ┗灏忓尯
+     *
+     * @param communityMemberDto 灏忓尯鎴愬憳鏁版嵁灏佽
+     * @return CommunityMemberDto 鏁版嵁
+     */
+    @RequestMapping(value = "/getStoreCommunitys", method = RequestMethod.POST)
+    List<CommunityDto> getStoreCommunitys(@RequestBody CommunityMemberDto communityMemberDto);
 
     /**
      * 鏌ヨ灏忓尯鎴愬憳鏁伴噺
@@ -64,7 +73,6 @@
 
     /**
      * <p>鏌ヨ灏忓尯妤间俊鎭�</p>
-     *
      *
      * @param communityAttrDto 鏁版嵁瀵硅薄鍒嗕韩
      * @return CommunityDto 瀵硅薄鏁版嵁
@@ -80,5 +88,4 @@
      */
     @RequestMapping(value = "/getCommunityAttrsCount", method = RequestMethod.POST)
     int getCommunityAttrsCount(@RequestBody CommunityAttrDto communityAttrDto);
-
 }

--
Gitblit v1.8.0