瀏覽代碼

Merge branch 'dev/2024/1101update-admin-Y' of feifan/mall-backend-admin into master

Yangzw 3 月之前
父節點
當前提交
63b1e401c7

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