diff --git a/src/main/java/com/gxwebsoft/shop/entity/ShopGoodsSku.java b/src/main/java/com/gxwebsoft/shop/entity/ShopGoodsSku.java index a57666a..8a4898a 100644 --- a/src/main/java/com/gxwebsoft/shop/entity/ShopGoodsSku.java +++ b/src/main/java/com/gxwebsoft/shop/entity/ShopGoodsSku.java @@ -45,6 +45,9 @@ public class ShopGoodsSku implements Serializable { @Schema(description = "成本价") private BigDecimal cost; + @Schema(description = "会员价") + private BigDecimal buyingPrice; + @Schema(description = "库存") private Integer stock;