Explorar el Código

审核商品的时候创建spu补上推广费

Yangzw hace 1 semana
padre
commit
749cde92a7

+ 3 - 0
feifan-module-mall/feifan-module-product-biz/src/main/java/cn/newfeifan/mall/module/product/controller/admin/spu/vo/ProductSpuSaveReqVO.java

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