陶杰
2024-08-30 b1bb9bcbe6a451855a298478a6d9690183e2e991
src/main/java/com/mzl/flower/dto/request/coupon/QueryExistCouponDTO.java
@@ -7,8 +7,8 @@
@Data
public class QueryExistCouponDTO {
    @ApiModelProperty(value = "优惠券ID")
    private String customerId;
    @ApiModelProperty(value = "商户ID")
    private Long customerId;
    @ApiModelProperty(value = "优惠券ID")
    private String couponId;