|
@@ -140,6 +140,9 @@ public class SpuApplyRespVO {
|
|
|
@Schema(description = "商品支付类别")
|
|
|
private Integer spuPayType;
|
|
|
|
|
|
+ @Schema(description = "推广费, 单位: 分,值为sku中最大的推广费")
|
|
|
+ private Integer promotionFee;
|
|
|
+
|
|
|
@Schema(description = "高精度", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
@ExcelProperty("高精度")
|
|
|
private Boolean highPrecision;
|