Package com.elitesland.ystdms.sys.feign
Interface PermissionMngFeignClient
@FeignClient(name="${yst.service.system:yst-dms2-newsys}",
path="/api/v1/mng/permission",
primary=false)
public interface PermissionMngFeignClient
.
-
Method Summary
Modifier and TypeMethodDescriptionlistGroupRole(Boolean showDisabled, Boolean showAll, String category)
-
Method Details
-
listGroupRole
@GetMapping("/listGroupRole") ApiResult<List<GroupRoleRespDTO>> listGroupRole(@RequestParam(name="showDisabled",required=false,defaultValue="false") Boolean showDisabled, @RequestParam(name="showAll",required=false,defaultValue="false") Boolean showAll, @RequestParam(name="category",required=false) String category)
-