xiaoyong931011
2022-12-02 ff6b4ca2a45e57df38f5d6e5f55456854f7d455c
src/main/java/cc/mrbird/febs/dapp/service/DappWalletService.java
@@ -35,8 +35,16 @@
    void withdraw(WithdrawDto withdrawDto);
    void updateWalletCoinWithLock(BigDecimal amount, Long memberId);
    void updateWalletCoinWithLock(BigDecimal amount, Long memberId, int type);
    void updateWalletMineWithLock(BigDecimal amount, Long memberId);
    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);
}