xiaoyong931011
2023-05-31 de272f760b766b7b950e92ae3e730f2b8d801b8d
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -59,4 +59,8 @@
    Long transferAusd(TransferAusdDto transferAusdDto);
    List<DappFundFlowVo> getRecordVoInPage(RecordInPageDto recordInPageDto);
    void roundCoin(RoundCoinDto roundCoinDto);
    void roundCoinAusdt(RoundCoinDto roundCoinDto);
}