zxl
2025-07-02 7049d82e4117ea75dcbb3657d06634d06407f294
framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoVO.java
@@ -89,6 +89,10 @@
    @ApiModelProperty("评论数")
    private Integer commentNum;
    /** 点赞数 */
    @ApiModelProperty("点赞数")
    private Integer thumbsUpNum;
    /** 权重 */
    @ApiModelProperty("权重")
    private double weight;
@@ -97,6 +101,8 @@
    @ApiModelProperty("审核通过时间")
    private Date auditPassTime;
    public static VideoVO getVoByEntity(@NonNull Video entity, VideoVO vo) {
        if(vo == null) {
            vo = new VideoVO();