src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -1,5 +1,6 @@ package cc.mrbird.febs.dapp.service; import cc.mrbird.febs.common.entity.FebsResponse; import cc.mrbird.febs.common.entity.QueryRequest; import cc.mrbird.febs.dapp.dto.*; import cc.mrbird.febs.dapp.entity.DappAccountMoneyChangeEntity; @@ -55,4 +56,8 @@ void roundCoin(RoundCoinDto roundCoinDto); void roundCoinAusdt(RoundCoinDto roundCoinDto); FebsResponse withdrawAgree(Long id); FebsResponse withdrawDisAgree(Long id); }