From c1125c45cc9171a1848ef4caa976e77eceea3215 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 02 七月 2025 10:39:34 +0800
Subject: [PATCH] insert 覆盖模式添加购物车
---
framework/src/main/java/cn/lili/modules/lmk/domain/vo/KitchenVideoVO.java | 4 ++--
1 files changed, 2 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..7511b4d 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,11 @@
/** 鏀惰棌鏁� */
@ApiModelProperty("鏀惰棌鏁�")
- private Long collectNum;
+ private Integer collectNum;
/** 璇勮鏁� */
@ApiModelProperty("璇勮鏁�")
- private Long commentNum;
+ private Integer commentNum;
/** 鏉冮噸 */
@ApiModelProperty("鏉冮噸")
--
Gitblit v1.8.0