KKSU
2024-05-21 315dfff4da078b42fbed171447b3eb19e0c684aa
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java
@@ -23,4 +23,13 @@
    private String presentPrice;
    private BigDecimal costPrice;
    //重量
    private BigDecimal goodsWeight;
    private String sample;
    private String levelOnePrice;
    private String levelTwoPrice;
    private String levelThreePrice;
}