|
|
@ -81,6 +81,19 @@ public class Video extends Model {
|
|
|
|
@TableField("commentNum")
|
|
|
|
@TableField("commentNum")
|
|
|
|
private Integer commentNum;
|
|
|
|
private Integer commentNum;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 转发次数
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField("reSendNum")
|
|
|
|
|
|
|
|
private Integer reSendNum;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 推荐量
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@TableField("recommendNum")
|
|
|
|
|
|
|
|
private Integer recommendNum;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@TableField("creatAt")
|
|
|
|
@TableField("creatAt")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private LocalDateTime creatAt;
|
|
|
|
private LocalDateTime creatAt;
|
|
|
|