mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 04:39:26 +08:00
部门和分类增加排序和父类修改的api
This commit is contained in:
@@ -37,4 +37,7 @@ public interface DepartmentService extends IService<Department> {
|
||||
|
||||
List<Integer> getCourseIdsByDepId(Integer depId);
|
||||
|
||||
void changeParent(Integer id, Integer parentId, List<Integer> ids) throws NotFoundException;
|
||||
|
||||
void resetSort(List<Integer> ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user