KKSU
2024-05-10 deac35d1ac06d89660a2c8ebe3596fb49e9afced
src/main/java/cc/mrbird/febs/dapp/service/AsyncCjService.java
@@ -33,4 +33,7 @@
    @Async(FebsConstant.ASYNC_POOL)
    void confirmCancel(DappFundFlowEntity dappFundFlowEntity);
    @Async(FebsConstant.ASYNC_POOL)
    void calculateAchieve(DappAchieve dappAchieve);
}