Administrator
2025-05-19 676da38dac50be5250c57880999c1a9b53e4f0de
src/main/java/cc/mrbird/febs/mall/dto/GetCouponDto.java
@@ -15,7 +15,7 @@
    @NotBlank(message = "inviteId不能为空")
    private String inviteId;
    @NotBlank(message = "标识不能为空")
//    @NotBlank(message = "标识不能为空")
    @ApiModelProperty(value = "唯一标识", example = "12")
    private String couponUUID;