我的课程-添加是否在学习中

正在学习-修改目录为课程
This commit is contained in:
wuchunlei
2024-06-18 13:33:51 +08:00
parent 356bf1ab46
commit dd0470f9dc
5 changed files with 9 additions and 5 deletions

View File

@@ -48,4 +48,6 @@ public class CourseEntity {
private Integer selective;
@TableField(exist = false)
private Integer isBuy;
@TableField(exist = false)
private Integer isStudying;
}

View File

@@ -15,7 +15,7 @@ public class UserCourseStudying {
private Integer userId;
private Integer catalogueId;
private Integer courseId;
private Date createTime;