时长信息转到video主体 增加多线程获取时间方法

This commit is contained in:
wangjinlei
2024-04-26 10:44:48 +08:00
parent 6b2e37b29b
commit 5c7d424f5e
11 changed files with 154 additions and 42 deletions

View File

@@ -23,6 +23,8 @@ public class CourseCatalogueChapterVideoEntity {
private Integer sort;
private Integer duration;
private Date createTime;
@TableLogic

View File

@@ -43,4 +43,9 @@ public class CourseCatalogueEntity{
*/
@TableField(exist = false)
private Integer isBuy;
/**
* 完成度百分比
*/
@TableField(exist = false)
private int completion;
}

View File

@@ -20,8 +20,6 @@ public class UserCourseVideoPositionEntity {
private Integer position;
private Integer duration;
private Date createTime;
@TableLogic