dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'gate-zhisun-v2-58b6d8d7b7a6d7b83caed6184026cf63' of http://12...
Administrator
2026-06-22
2562c3a1d550243112d60189e2e97c318404a460
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
utils
/
api
/
response
/
Account.java
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;
}