From 3857a115791db933fc1f9fbf6705f158b97c1a31 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 02 九月 2022 11:55:10 +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