xiaoyong931011
2022-12-14 c4e7e04807f1db0fe1623f6a24763161b7609d25
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -39,4 +39,12 @@
    void updateWalletMineWithLock(BigDecimal amount, Long memberId, int type);
    void addFrozenAmountWithLock(BigDecimal amount, Long memberId);
    void releaseFrozenAmountWithLock(Long memberId);
    DappWalletCoinEntity findByMemberId(Long memberId);
    void transferAgain(TransferDto transferDto);
}