KKSU
2023-12-27 c19dc78c41273727339aeea025b3c75c09454c5a
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;
}