| | |
| | | |
| | | /** 播放量 */ |
| | | @ApiModelProperty("播放量") |
| | | private Long playNum; |
| | | private Integer playNum; |
| | | |
| | | /** 收藏数 */ |
| | | @ApiModelProperty("收藏数") |
| | | private Long collectNum; |
| | | private Integer collectNum; |
| | | |
| | | /** 评论数 */ |
| | | @ApiModelProperty("评论数") |
| | | private Long commentNum; |
| | | private Integer commentNum; |
| | | |
| | | /** 点赞数 */ |
| | | @ApiModelProperty("点赞数") |
| | | private Integer thumbsUpNum; |
| | | |
| | | /** 权重 */ |
| | | @ApiModelProperty("权重") |
| | |
| | | @ApiModelProperty("审核通过时间") |
| | | private Date auditPassTime; |
| | | |
| | | |
| | | |
| | | public static VideoVO getVoByEntity(@NonNull Video entity, VideoVO vo) { |
| | | if(vo == null) { |
| | | vo = new VideoVO(); |