dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221227 充值归集
xiaoyong931011
2022-12-28
9ba6a1c6cd6bf4d04591a9214abdb5c8c6cbff78
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
chain
/
enums
/
CoinTypeEnum.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.chain.enums;
/**
* 币种枚举数据
*
* @author wzy
*/
public enum CoinTypeEnum {
USDT, BTC, ETH, LTC, EOS, XRP, BCH, ETC
}