dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221227 充值归集
xiaoyong931011
2023-01-09
b2ed8c0adb0791f7bef4fc68afcde994db44adf2
[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
}