This commit is contained in:
wangjinlei
2024-06-24 14:24:47 +08:00
parent 923c83290f
commit 7e6274b9da
3 changed files with 18 additions and 4 deletions

View File

@@ -76,4 +76,10 @@ public class CourseCatalogueEntity{
@TableField(exist = false)
private Date lastStudyTime;
/**
* 试听章节列表
*/
@TableField(exist = false)
private List<CourseCatalogueChapterEntity> STChapterList;
}