Helius
2022-09-23 7c6f033b8754b07bf5c75ae8745a982d76f9abb4
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java
@@ -24,6 +24,8 @@
    private String thumbs;
    private String goodsParameter;
    private String goodsDetails;
    private Integer isSale;
@@ -76,4 +78,8 @@
    private Integer goodsType;
    private Integer hasCarriage;
    private BigDecimal carriage;
}