src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -22,6 +22,13 @@ void tradeProfitDistribute(Long id); /** * nft滑点 * * @param id */ void tradeNftProfitDistribute(Long id); /** * 挖矿 */ void mining(); @@ -46,4 +53,6 @@ boolean systemHasStart(); BigDecimal newestPrice(); boolean hasProfit(String address); }