peng
2025-07-02 ebe36b26782231d6d6f40a76c6e3cbb23d1b2714
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("权重")