cloudroam
2024-09-03 e32fe26a1945fb44100d06b7049ccce865b11d4a
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;