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; }