视频列表优化

This commit is contained in:
xiezhijun
2021-05-07 18:37:53 +08:00
parent 344800dcfe
commit 2033e4cb43
13 changed files with 514 additions and 47 deletions

View File

@ -65,6 +65,10 @@ public class SysNutritionalVideo extends BaseEntity
private String payLevelName;
/** 播放次数默认0 */
@Excel(name = "播放次数默认0")
private Integer playNum;
/** 删除标识0未删除 1已删除默认0 */
private Integer delFlag;
@ -72,4 +76,7 @@ public class SysNutritionalVideo extends BaseEntity
private String fileName;
private String key;
//排序方式 1 按照创建时间倒序 2按照优先级、时间倒序
private Integer sortType;
}