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

Commit 7795e953 authored by 张国柄's avatar 张国柄

~API:VALID;

parent 24d4dfef
...@@ -55,7 +55,7 @@ public class GoblinStoreMgtCouponAddParam implements Serializable { ...@@ -55,7 +55,7 @@ public class GoblinStoreMgtCouponAddParam implements Serializable {
@NotNull(message = "卡券库存不能为空") @NotNull(message = "卡券库存不能为空")
@Min(value = 0, message = "卡券库存不能小于0") @Min(value = 0, message = "卡券库存不能小于0")
private Integer stock; private Integer stock;
@ApiModelProperty(position = 12, required = true, value = "触发金额[8,2]", example = "1") @ApiModelProperty(position = 12, required = false, value = "触发金额[8,2]", example = "1")
@DecimalMin(value = "0.01", message = "触发金额不能小于0.01") @DecimalMin(value = "0.01", message = "触发金额不能小于0.01")
private BigDecimal triggers; private BigDecimal triggers;
@ApiModelProperty(position = 12, required = false, value = "面值[8,2]", example = "5") @ApiModelProperty(position = 12, required = false, value = "面值[8,2]", example = "5")
......
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