wl
2022-10-13 0041b415eaf904ec70aeb7c4e44ea4f292e6dd20
ycl-common/src/main/java/com/ycl/service/user/UmsRoleService.java
@@ -55,4 +55,6 @@
     */
    @Transactional
    int allocResource(Long roleId, List<Long> resourceIds);
    Boolean updateStatusBatch(List<Long> ids, Integer status);
}