From 7747b92bc49c1b9bd8d67d016c311b03d0e58494 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 12 九月 2025 15:03:58 +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