Helius
2020-11-11 d2adc89b5970c2d855d4901722e18d98fc3b9480
src/main/java/com/xcong/excoin/modules/member/dao/MemberCoinAddressDao.java
@@ -2,6 +2,7 @@
import java.util.List;
import com.xcong.excoin.modules.member.entity.TdCoinWallet;
import org.apache.ibatis.annotations.Param;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -25,4 +26,6 @@
    List<String> selectAllSymbolAddress(@Param("symbol")String symbol,@Param("tag") String tag);
    TdCoinWallet selectTdCoinWalletByAddress(@Param("address") String address, @Param("symbol") String symbol);
}