wzy
2021-01-04 ea06e68fdccef91e180449286e912277800e3d51
src/main/java/com/xcong/excoin/modules/coin/service/BlockCoinService.java
@@ -1,5 +1,6 @@
package com.xcong.excoin.modules.coin.service;
import com.xcong.excoin.modules.blackchain.model.EthUsdtChargeDto;
import com.xcong.excoin.modules.blackchain.model.RocTransferDetail;
public interface BlockCoinService {
@@ -20,4 +21,6 @@
    public void updateRoc(RocTransferDetail transferDetail);
    void updateEthUsdtNew(EthUsdtChargeDto ethUsdtChargeDto);
}