KKSU
2023-12-25 2ab8c3ee11ec5879a7d71986bcbc0c44c6c75bb2
src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -31,6 +31,7 @@
    private String goodsDetails;
    private Integer isSale;
    private Integer isApp;
    /**
     * 上架
@@ -115,4 +116,6 @@
    private BigDecimal carriage;
    private String wxCodeImg;
}