zxl
2025-07-02 7049d82e4117ea75dcbb3657d06634d06407f294
framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoVO.java
@@ -79,15 +79,19 @@
    /** 播放量 */
    @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("权重")
@@ -97,6 +101,8 @@
    @ApiModelProperty("审核通过时间")
    private Date auditPassTime;
    public static VideoVO getVoByEntity(@NonNull Video entity, VideoVO vo) {
        if(vo == null) {
            vo = new VideoVO();