{ // 账户ID int64 id; // 用户ID int64 userId; // 总可用余额 double total; // 总冻结余额 double totalFrozen; // 用户信息 User user; }