|
@@ -16,9 +16,9 @@ public class AccountDetailBean {
|
|
|
"updateTime": "",
|
|
|
"userId": 0
|
|
|
*/
|
|
|
- public double amountFrozen;
|
|
|
- public double amountTotal;
|
|
|
- public double amountUsable;
|
|
|
+ public float amountFrozen;
|
|
|
+ public String amountTotal;
|
|
|
+ public float amountUsable;
|
|
|
public String createTime;
|
|
|
public int status;
|
|
|
public String updateTime;
|