xiaoyong931011
2022-12-23 c070371c7af738dbcfcf045b9fcc2c7342972323
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;
}