gc-core/src/main/java/com/xzx/gc/entity/ScoreGoods.java
@@ -14,7 +14,7 @@ private String goodsNo; private String goodsName; private String name; private String unit; @@ -30,12 +30,16 @@ * 是否抢购 1-是 2-否 */ private Integer isQg; public static final Integer ISQG_YES = 1; public static final Integer ISQG_NO = 2; private Date qgStartTime; private Date qgEndTime; private Integer isSale; public static final Integer ISSALE_YES = 1; public static final Integer ISSALE_NO = 2; private Integer carbonEmissions; }