From b2a68b1eaa6db1c1456534e084d66fe98e4443f0 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 21 八月 2025 15:26:59 +0800 Subject: [PATCH] 抽奖活动 --- framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java b/framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java index 7511b4d..bf57ce5 100644 --- a/framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java +++ b/framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java @@ -97,6 +97,10 @@ @ApiModelProperty("璇勮鏁�") private Integer commentNum; + /** 鐐硅禐鏁� */ + @ApiModelProperty("鐐硅禐鏁�") + private Integer thumbsUpNum; + /** 鏉冮噸 */ @ApiModelProperty("鏉冮噸") private double weight; -- Gitblit v1.8.0