wl
2022-11-29 0b7f075c3352ccba4b21dba5df3ae03ae0c787fd
ycl-common/src/main/java/com/ycl/service/user/UmsDepartManageService.java
@@ -8,7 +8,7 @@
/**
 * <p>
 *  服务类
 * 服务类
 * </p>
 *
 * @author lyq
@@ -26,5 +26,5 @@
    void userUpdateRoles(Long id, List<Long> roles);
    void userUpdateDepart(Long id, List<UmsDepartManage> roles);
    void userUpdateDepart(Long userId,Long departId);
}