医学-章节列表添加是否学过

国学-我的课程-正在学习-修改
去掉我的课程完成度、上次学习时间
This commit is contained in:
wuchunlei
2024-06-19 11:13:40 +08:00
parent 3634bb77aa
commit 0e9b9152f8
5 changed files with 46 additions and 11 deletions

View File

@@ -36,4 +36,7 @@ public class CourseCatalogueChapterEntity {
//视频列表
@TableField(exist = false)
private List<CourseCatalogueChapterVideoEntity> videoList;
//是否学过
@TableField(exist = false)
private int isLearned;
}