商品增加分享图业务

This commit is contained in:
2026-06-01 17:05:28 +08:00
parent 471927ccfc
commit 5b3506fa00

View File

@@ -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;