This commit is contained in:
wangjinlei
2024-06-21 15:15:43 +08:00
parent f5870ae21e
commit 923c83290f
5 changed files with 105 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ public class UserCourseVideoPositionEntity {
private Date createTime;
private Date updateTime;
@TableLogic
private Integer delFlag;
}