From 09ad6be415ae91bc49ea6ee7064ffd523e53cb6b Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 22 五月 2019 23:11:18 +0800
Subject: [PATCH] 修改 业主房屋关系类 服务编码抒写错误bug 修复

---
 java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
index 2b30abf..7b59086 100644
--- a/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
+++ b/java110-core/src/main/java/com/java110/core/smo/community/ICommunityInnerServiceSMO.java
@@ -32,4 +32,13 @@
      */
     @RequestMapping(value = "/getCommunityMembers", method = RequestMethod.POST)
     List<CommunityMemberDto> getCommunityMembers(@RequestBody CommunityMemberDto communityMemberDto);
+
+    /**
+     * 鏌ヨ灏忓尯鎴愬憳鏁伴噺
+     *
+     * @param communityMemberDto 灏忓尯鎴愬憳鏁版嵁灏佽
+     * @return CommunityMemberDto 鏁版嵁
+     */
+    @RequestMapping(value = "/getCommunityMemberCount", method = RequestMethod.POST)
+    int getCommunityMemberCount(@RequestBody CommunityMemberDto communityMemberDto);
 }

--
Gitblit v1.8.0