Administrator
2026-01-04 3e09eb864f92c821b8d69c5110175d7c2382e4df
1
2
3
4
5
6
7
8
package com.xcong.excoin.utils.api.response;
 
 
public class Account {
    public long id;
    public String type;
    public String state;
}