分销后台相关接口
This commit is contained in:
@@ -50,8 +50,6 @@ public class MkDistributionLevelConfigDTO implements Serializable {
|
||||
* 一级分销比例
|
||||
*/
|
||||
@NotNull(message = "一级分销比例不为空")
|
||||
@DecimalMin(value = "0.01", message = "一级分销比例不能小于0.01")
|
||||
@DecimalMax(value = "1", message = "一级分销比例不能小于1")
|
||||
private BigDecimal levelOneCommission;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user