xiaoyong931011
2023-08-12 957fea0c52de40c887b7740685ead7b8550d3ca6
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);
}