分销后台相关接口
This commit is contained in:
@@ -37,14 +37,12 @@ public class MkDistributionLevelConfigDTO implements Serializable {
|
||||
/**
|
||||
* 有效人数
|
||||
*/
|
||||
@NotNull(message = "有效人数不能为空")
|
||||
@Min(value = 1, message = "有效人数不能小于1")
|
||||
private Integer inviteCount;
|
||||
|
||||
/**
|
||||
* 消费金额
|
||||
*/
|
||||
@NotNull(message = "消费金额不能为空")
|
||||
@DecimalMin(value = "0.01", message = "消费金额不能小于0.01")
|
||||
private BigDecimal costAmount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user