gao
2020-07-15 4dd48883f7427e6e00167aa4b295e1913ccd772c
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();
 
}