wl
2022-10-13 4c50d4acfdff4f454ea0f68f9a7ae61c5d599f3f
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);
}