提现金额校验

This commit is contained in:
2025-10-29 09:26:45 +08:00
parent fae7d9ed5d
commit 464bb80755

View File

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