xiaoyong931011
2023-07-23 5ea1d136abd16e37d22c8fb98e1d124a41a59159
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);
}