金额 BigDecimal

This commit is contained in:
wells
2026-08-09 12:30:23 +08:00
parent 2c6f405524
commit c5250e23ef
18 changed files with 142 additions and 81 deletions
@@ -2,6 +2,8 @@ package com.tailbet.model.dto;
import lombok.Data;
import java.math.BigDecimal;
/**
* 下注请求
*/
@@ -25,5 +27,5 @@ public class BetDTO {
/**
* 下注金额
*/
private Integer betAmount;
private BigDecimal betAmount;
}