KKSU
2024-07-30 c1af5cf94920702b6aa962881365116542e88ab0
src/main/java/cc/mrbird/febs/mall/dto/MallGoodsUpdateDto.java
@@ -21,6 +21,8 @@
    private String thumbs;
    private String goodsParameter;
    private String goodsIntrodution;
    private String unit;
@@ -80,4 +82,8 @@
    private Integer goodsType;
    private List<Long> delSkuId;
    private Integer hasCarriage;
    private BigDecimal carriage;
}