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