医学-章节列表添加是否学过
国学-我的课程-正在学习-修改 去掉我的课程完成度、上次学习时间
This commit is contained in:
@@ -36,4 +36,7 @@ public class CourseCatalogueChapterEntity {
|
||||
//视频列表
|
||||
@TableField(exist = false)
|
||||
private List<CourseCatalogueChapterVideoEntity> videoList;
|
||||
//是否学过
|
||||
@TableField(exist = false)
|
||||
private int isLearned;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user