gongzuming
2024-09-12 55255f6b9f81b8a3fdd576b27cda5c34fbb7ba0a
src/main/java/com/mzl/flower/dto/response/coupon/CouponTemplateUserVO.java
@@ -140,4 +140,9 @@
    @ApiModelProperty(value = "每人限领")
    private Integer getLimit;
    @ApiModelProperty(value = "发放时间")
    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss" ,timezone="GMT+8")
    @DateTimeFormat
    private LocalDateTime createTime;
}