zhanghua
2023-09-26 89989ff8ff6b38dcee3cab7fa68446ceca5df1de
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);
}