wl
2022-10-10 064a3b0b19604f6817705871af6343726c42feff
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);
}