修复问题

main-dg
998998 2025-03-26 16:20:34 +08:00
parent 138ae4c2f9
commit 106bad5be4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class GameBettingDetailsResponse implements Serializable
private String wagersId; private String wagersId;
/** 投注时间 (Unix 时间戳) */ /** 投注时间 (Unix 时间戳) */
private String wagersTime; private Long wagersTime;
/** 投注金额 */ /** 投注金额 */
private BigDecimal betAmount; private BigDecimal betAmount;