ludc
2024-02-29 1536703a1961567f9e32446467c09afa4e48559b
Source/UBCS/ubcs-service-api/ubcs-system-api/src/main/java/com/vci/ubcs/system/feign/ISysClient.java
@@ -392,6 +392,6 @@
   R<List<String>> getRegexByList(@RequestBody List<String> combinationIds);
   @GetMapping(GETVIEWCLASSIFY)
   R<List<String>> getViewClassByRoleIds(@RequestParam("roleIds") List<String> roleIds);
   R<List<String>> getViewClassByRoleIds(@RequestParam("roleIds") List<String> roleIds,@RequestParam("authType") String authType,@RequestParam("buttonCode") String buttonCode,@RequestParam("menuCode") String menuCode);
}