wuxw
2022-11-10 4e2dc54f1716b14031ffad38188c23b2497c7207
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);
}