批量开课 bug

This commit is contained in:
wangjinlei
2025-04-02 16:55:48 +08:00
parent 0e68890356
commit 4ace069730
3 changed files with 23 additions and 5 deletions

View File

@@ -82,4 +82,7 @@ public class CourseCatalogueEntity{
@TableField(exist = false)
private List<CourseCatalogueChapterEntity> STChapterList;
@TableField(exist = false)
private String courseTitle;
}

View File

@@ -16,4 +16,6 @@ public class AddCoursesFrag {
private String tel;
private boolean frag;
private String describe;
}