From a1fa459cfdfab3a8ac6f7e5d601d08398ff16a22 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 12 十二月 2022 02:13:34 +0800
Subject: [PATCH] 加入积分赠送记录

---
 java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
index a9ca47b..d8e637f 100644
--- a/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
@@ -65,4 +65,8 @@
      */
     @RequestMapping(value = "/queryRoleCommunitysCount", method = RequestMethod.POST)
     int queryRoleCommunitysCount(@RequestBody RoleCommunityDto roleCommunityDto);
+    @RequestMapping(value = "/queryRoleCommunitysNameCount", method = RequestMethod.POST)
+    int queryRoleCommunitysNameCount(@RequestBody RoleCommunityDto orgCommunityDto);
+    @RequestMapping(value = "/queryRoleCommunitysName", method = RequestMethod.POST)
+    List<RoleCommunityDto> queryRoleCommunitysName(@RequestBody RoleCommunityDto orgCommunityDto);
 }

--
Gitblit v1.8.0