fix
Helius
2022-09-22 5a8bb0c1dde052c6c95d545f53ae27d42338529d
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;
}