peng
2025-09-02 c5a203cd94117eb87fa4ff7df974a4aaee5ed83b
framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java
@@ -91,11 +91,15 @@
    /** 收藏数 */
    @ApiModelProperty("收藏数")
    private Long collectNum;
    private Integer collectNum;
    /** 评论数 */
    @ApiModelProperty("评论数")
    private Long commentNum;
    private Integer commentNum;
    /** 点赞数 */
    @ApiModelProperty("点赞数")
    private Integer thumbsUpNum;
    /** 权重 */
    @ApiModelProperty("权重")