src/main/java/cc/mrbird/febs/mall/entity/MallGoods.java
@@ -64,6 +64,9 @@ */ private BigDecimal staticProp; @TableField(exist = false) private BigDecimal staticPropPrice; /** * 是否多规则 1-是 2-否 */ @@ -111,6 +114,9 @@ @TableField(exist = false) private String orderNo; @TableField(exist = false) private Integer hasCollect; private Integer hasCarriage; private BigDecimal carriage; @@ -130,4 +136,8 @@ private BigDecimal levelTwoPrice; private BigDecimal levelThreePrice; @TableField(exist = false) private List<Long> couponIds; }