提现金额校验
This commit is contained in:
@@ -25,7 +25,7 @@ import lombok.NoArgsConstructor;
|
||||
@Accessors(chain = true)
|
||||
public class MkDistributionWithdrawFlowDTO implements Serializable {
|
||||
@NotNull(message = "提现金额不为空")
|
||||
@DecimalMin(value = "30", message = "提现金额不能小于30")
|
||||
// @DecimalMin(value = "30", message = "提现金额不能小于30")
|
||||
private BigDecimal amount;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user