This commit is contained in:
wuchunlei
2024-06-24 17:21:22 +08:00
5 changed files with 39 additions and 19 deletions

View File

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