From 076c7f1df538ed9c04701ebda3f6fe11c47e91e4 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 25 九月 2025 17:16:11 +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