From 696fb59e8e88162e5c21ceeb7794853216d413db Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 17 三月 2023 01:01:55 +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