zhanghua
2023-12-11 a9674f2fdd767d37a920e08535d8ab7d88746796
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);
}