mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 03:29:29 +08:00
优化event的时间属性 && 新增线上课章节和课时的排序编辑apic
This commit is contained in:
@@ -23,4 +23,6 @@ public interface CourseChapterService extends IService<CourseChapter> {
|
||||
|
||||
CourseChapter findOrFail(Integer id, Integer courseId) throws NotFoundException;
|
||||
|
||||
void updateSort(List<Integer> ids, Integer cid);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user