wuxw
2024-09-12 7935724516cb699835da888d59cd5b7bec5c6049
java110-interface/src/main/java/com/java110/intf/user/IRoleCommunityV1InnerServiceSMO.java
@@ -16,8 +16,8 @@
package com.java110.intf.user;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.roleCommunity.RoleCommunityDto;
import com.java110.po.roleCommunity.RoleCommunityPo;
import com.java110.dto.privilege.RoleCommunityDto;
import com.java110.po.privilege.RoleCommunityPo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -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);
}