src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -26,9 +26,12 @@ private String thumb; private String goodsParameter; private String goodsDetails; private Integer isSale; private Integer isApp; /** * 上架 @@ -45,6 +48,11 @@ private Long categoryId; /** * 是否热卖 1:是 2:否 */ public static final Integer ISHOT_STATE_YES = 1; public static final Integer ISHOT_STATE_NO = 2; private Integer isHot; /** @@ -108,4 +116,6 @@ private BigDecimal carriage; private String wxCodeImg; }