xiaoyong931011
2023-03-15 f8f56efea2619b3182c007441b9080b1c4f0555e
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,10 @@
    private Integer goodsType;
    private Integer hasCarriage;
    private BigDecimal carriage;
    private BigDecimal star;
}