Cui Zhi Feng
2024-09-18 0bdbf7baf1b225571cd2910f273ce5cfdb4cf2c7
src/main/java/com/mzl/flower/dto/request/coupon/CreateCouponTemplateActivyDTO.java
@@ -143,5 +143,10 @@
    @Max(value = 99999999,message = "每人限领不能超过99999999")
    private Integer getLimit;
    /**
     * 优惠券图片
     */
    @ApiModelProperty(value = "优惠券图片")
    private String imageUrl;
}