定时任务超v过期

课程过期
This commit is contained in:
wuchunlei
2024-06-07 13:55:38 +08:00
parent 2639884eef
commit 454a6e11c7
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;
}