KKSU
2024-05-17 2141ec9070c16bea349ddf49a098a4b677e0b508
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);
}