Administrator
yesterday 2fb72d56082e2ee19aa187707751dd0dacd34f4b
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java
@@ -10,6 +10,10 @@
@ApiModel(value = "AddMallGoodsDto", description = "参数接收类")
public class AddMallGoodsDto {
    private String storeAppId;
    private String storeGoodsId;
    private String goodsNo;
    private String goodsName;
@@ -95,4 +99,7 @@
    private String levelTwoPrice;
    private String levelThreePrice;
    //优惠卷IDs
    private List<Long> couponIds;
}