分销后台相关接口

This commit is contained in:
张松
2025-10-25 15:02:10 +08:00
parent 7ce6667841
commit 4d53c5a015

View File

@@ -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;