KKSU
2024-05-05 f308b28aa53dfbe5326befeb61d476e7bb592fd1
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);
}