时长信息转到video主体 增加多线程获取时间方法
This commit is contained in:
@@ -23,6 +23,8 @@ public class CourseCatalogueChapterVideoEntity {
|
||||
|
||||
private Integer sort;
|
||||
|
||||
private Integer duration;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
@TableLogic
|
||||
|
||||
@@ -43,4 +43,9 @@ public class CourseCatalogueEntity{
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private Integer isBuy;
|
||||
/**
|
||||
* 完成度百分比
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private int completion;
|
||||
}
|
||||
|
||||
@@ -20,8 +20,6 @@ public class UserCourseVideoPositionEntity {
|
||||
|
||||
private Integer position;
|
||||
|
||||
private Integer duration;
|
||||
|
||||
private Date createTime;
|
||||
|
||||
@TableLogic
|
||||
|
||||
Reference in New Issue
Block a user