KKSU
2024-12-19 a8025084f0fc576917008e9e11e6e688a5723783
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java
@@ -24,5 +24,12 @@
    private String presentPrice;
    private BigDecimal costPrice;
    //重量
    private BigDecimal goodsWeight;
    private String sample;
    private String levelOnePrice;
    private String levelTwoPrice;
    private String levelThreePrice;
}