优化event的时间属性 && 新增线上课章节和课时的排序编辑apic

This commit is contained in:
none
2023-03-20 10:55:14 +08:00
parent 00e4e66271
commit 337e600432
26 changed files with 139 additions and 41 deletions

View File

@@ -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);
}