From f02ebf82e4542bdf7074bf9b9963ac3f34268dcf Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 18 六月 2019 21:00:26 +0800
Subject: [PATCH] 开发首页欠费信息
---
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