Helius
2021-06-29 d95f158b9dfa0149e74bc60a0c5a386dbbdad484
gc-core/src/main/java/com/xzx/gc/entity/ScoreGoods.java
@@ -1,6 +1,7 @@
package com.xzx.gc.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.xzx.gc.common.entity.BaseEntity;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -44,8 +45,10 @@
    public static final Integer ISQG_YES = 1;
    public static final Integer ISQG_NO = 2;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    private Date qgStartTime;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
    private Date qgEndTime;
    private Integer isSale;