From 60ae989adaef7383522235376ec3f67ad3a8070d Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 16 十月 2025 22:36:14 +0800
Subject: [PATCH] 视频审核通过对视频文件进行预热
---
framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java b/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java
index 1b77b11..6f968a3 100644
--- a/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java
+++ b/framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java
@@ -170,6 +170,12 @@
@ApiModelProperty(value = "棰勮鏁伴噺")
private Integer alertQuantity;
+ @ApiModelProperty(value ="浼樻儬鍔礽d")
+ private String couponId;
+
+ @ApiModelProperty(value ="浼樻儬鍔靛悕")
+ private String couponName;
+
public Double getWeight() {
if (weight == null) {
return 0d;
@@ -223,6 +229,7 @@
this.storeCategoryPath = goods.getStoreCategoryPath();
this.freightTemplateId = goods.getTemplateId();
this.recommend = goods.getRecommend();
+
}
}
\ No newline at end of file
--
Gitblit v1.8.0