|
@@ -110,6 +110,9 @@ public class ProductSpuSaveReqVO {
|
|
@NotNull(message = "商品支付类别不能为空")
|
|
@NotNull(message = "商品支付类别不能为空")
|
|
private Integer spuPayType;
|
|
private Integer spuPayType;
|
|
|
|
|
|
|
|
+ @Schema(description = "推广费, 单位: 分,值为sku中最大的推广费")
|
|
|
|
+ private Integer promotionFee;
|
|
|
|
+
|
|
@Schema(description = "高精度价格", example = "9255")
|
|
@Schema(description = "高精度价格", example = "9255")
|
|
private BigDecimal highPrecisionPrice;
|
|
private BigDecimal highPrecisionPrice;
|
|
|
|
|