陶杰
2024-12-04 efb6f9d656f72c3016d738f079c92de021b9f14f
src/main/java/com/mzl/flower/dto/response/coupon/CouponTemplateActivyVO.java
@@ -170,4 +170,17 @@
    @ApiModelProperty(value = "每人限领")
    private Integer getLimit;
    @ApiModelProperty(value = "发放时间")
    @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss" ,timezone="GMT+8")
    @DateTimeFormat
    private LocalDateTime createTime;
    /**
     * 优惠券图片
     */
    @ApiModelProperty(value = "优惠券图片")
    private String imageUrl;
}