我的课程-修改

This commit is contained in:
wuchunlei
2024-06-18 18:15:16 +08:00
parent afd5617d16
commit 3634bb77aa
3 changed files with 49 additions and 31 deletions

View File

@@ -70,5 +70,10 @@ public class CourseCatalogueEntity{
*/
@TableField(exist = false)
private Date endTime;
/**
* 上次学习时间
*/
@TableField(exist = false)
private Date lastStudyTime;
}