国学-我的课程

This commit is contained in:
wuchunlei
2024-06-11 15:07:27 +08:00
parent d22951c76d
commit 7fc17c0c96
7 changed files with 205 additions and 17 deletions

View File

@@ -38,4 +38,6 @@ public class CourseSociologyEntity {
@TableField(exist = false)
private List<CourseSociologyEntity> children;
@TableField(exist = false)
private List<CourseEntity> courseList;
}