xiaoyong931011
2021-06-24 ccb35b497df342c6de15f3a6be4c065b0ca7f1f1
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;
}