记得上下班打卡 | git大法好,push需谨慎

Commit 560dd81c authored by 张国柄's avatar 张国柄

~API:商城优惠券使用条件可以=0;

parent aac1be2f
......@@ -56,7 +56,7 @@ public class GoblinStoreMgtCouponAddParam implements Serializable {
@Min(value = 0, message = "卡券库存不能小于0")
private Integer stock;
@ApiModelProperty(position = 12, required = false, value = "触发金额[8,2]", example = "1")
@DecimalMin(value = "0.01", message = "触发金额不能小于0.01")
@DecimalMin(value = "0.00", message = "触发金额不能小于0")
private BigDecimal triggers;
@ApiModelProperty(position = 12, required = false, value = "面值[8,2]", example = "5")
@DecimalMin(value = "0.01", message = "面值不能小于0.01")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment