xiaoyong931011
2023-07-15 ce983cb64cd6d7c90b05583425717908c6743b51
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;
}