gongzuming
2024-09-26 af77899d830e854d01b48bc12db04b02116e5ea4
src/main/java/com/mzl/flower/dto/request/coupon/CreateCouponTemplatePointDTO.java
@@ -61,7 +61,7 @@
    @ApiModelProperty(value = "使用条件")
    @NotNull(message = "使用条件不能为空")
    @Max(value = 99999999,message = "使用条件不能超过99999999")
    @DecimalMin(value = "0.01", inclusive = true,message = "使用条件大于0")
//    @DecimalMin(value = "0.01", inclusive = true,message = "使用条件大于0")
    private BigDecimal minOrderAmount;
    /**