dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221021
xiaoyong931011
2022-10-26
c093c86a3d93e9d895fb1e23a64df686fd4761bf
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
chain
/
BlockCoinService.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.dapp.chain;
import cc.mrbird.febs.dapp.chain.entity.EthUsdtChargeDto;
public interface BlockCoinService {
/**
* 更新
*/
public void updateTrc20(EthUsdtChargeDto dto);
}