xiaoyong931011
2020-07-09 43dcf668f510da7aea8ccbe43e44039fdbe52a4a
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.xcong.excoin.modules.coin.service;
 
public interface BlockCoinService {
 
    public void updateEthUsdt();
 
    public void updateEth();
 
    public void updateBtcUsdt();
 
    public void updateBtc();
 
}