zhanghua
2022-10-26 bf9b8c8c309b488e6be4f0ec1c1cd87246f5d625
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);
}