From 5b3506fa00cdb9196d7896bab4b3f4a4295527ac Mon Sep 17 00:00:00 2001 From: xm <1350250847@qq.com> Date: Mon, 1 Jun 2026 17:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=A2=9E=E5=8A=A0=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E5=9B=BE=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/gxwebsoft/shop/entity/ShopGoods.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/gxwebsoft/shop/entity/ShopGoods.java b/src/main/java/com/gxwebsoft/shop/entity/ShopGoods.java index 0b60932..9647d00 100644 --- a/src/main/java/com/gxwebsoft/shop/entity/ShopGoods.java +++ b/src/main/java/com/gxwebsoft/shop/entity/ShopGoods.java @@ -200,6 +200,9 @@ public class ShopGoods implements Serializable { @Schema(description = "配送楼层步梯费(元)") private BigDecimal deliveryFee; + @Schema(description = "分享图") + private String shareImg; + @Schema(description = "租户id") private Integer tenantId;