xiaoyong931011
2021-06-28 5bea19d97acc927f0eeca23b89111ed828ac7ce6
gc-shop/src/main/java/com/xzx/gc/shop/vo/QueryGoodsListVo.java
@@ -46,12 +46,12 @@
    private Integer isQg;
    @ApiModelProperty(value="抢购开始时间")
    @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 String qgStartTime;
    @ApiModelProperty(value="抢购结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date qgEndTime;
//    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String qgEndTime;
    @ApiModelProperty(value="是否上架 1/是 2/否")
    private Integer isSale;
@@ -66,6 +66,6 @@
    private short delFlag;
    @ApiModelProperty(value="创建时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date createdTime;
//    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private String createTime;
}