From 59aed09c5faffa1ef7a8ade34f5a75fcb3877dcf Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 02 七月 2025 23:23:01 +0800
Subject: [PATCH] 会员标签

---
 framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java |    8 ++++++--
 1 files changed, 6 insertions(+), 2 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 2c436fc..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
@@ -91,11 +91,15 @@
 
     /** 鏀惰棌鏁� */
     @ApiModelProperty("鏀惰棌鏁�")
-    private Long collectNum;
+    private Integer collectNum;
 
     /** 璇勮鏁� */
     @ApiModelProperty("璇勮鏁�")
-    private Long commentNum;
+    private Integer commentNum;
+
+    /** 鐐硅禐鏁� */
+    @ApiModelProperty("鐐硅禐鏁�")
+    private Integer thumbsUpNum;
 
     /** 鏉冮噸 */
     @ApiModelProperty("鏉冮噸")

--
Gitblit v1.8.0