Merge remote-tracking branch 'origin/zcc'

This commit is contained in:
wangjinlei
2024-06-07 15:07:16 +08:00
7 changed files with 311 additions and 123 deletions

View File

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