peng
昨天 904812187f2fb4eafc9071458f3a91d3f7b7748a
framework/src/main/java/cn/lili/modules/order/order/entity/dto/StoreCouponClaimRecordDTO.java
@@ -93,4 +93,9 @@
    @ApiModelProperty("活动类型")
    private String couponType;
    @ApiModelProperty("领取时间")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date claimTime;
}