From 3feee2892cad4decf78519a58aab4c0b12cbea45 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 23 Feb 2021 10:24:02 +0800
Subject: [PATCH] merge trc20

---
 src/main/java/com/xcong/excoin/modules/coin/service/BlockCoinService.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/service/BlockCoinService.java b/src/main/java/com/xcong/excoin/modules/coin/service/BlockCoinService.java
index e617f0a..5116a5d 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/service/BlockCoinService.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/service/BlockCoinService.java
@@ -1,5 +1,7 @@
 package com.xcong.excoin.modules.coin.service;
 
+import com.xcong.excoin.modules.blackchain.model.EthUsdtChargeDto;
+
 public interface BlockCoinService {
 
     public void updateEthUsdt();
@@ -14,4 +16,11 @@
 
     public void updateXrp();
 
+    /**
+     *  更新
+     */
+    public void updateTrc20(EthUsdtChargeDto dto);
+
+    void updateEthUsdtNew(EthUsdtChargeDto ethUsdtChargeDto);
+
 }

--
Gitblit v1.9.1