dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(trade): 修复止盈订单数量设置和日志记录问题
Administrator
3 days ago
3e3eafd0fef030940d22b63b4c549519f989049e
[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;
}