fix
wzy
2022-08-27 340a543843920a39d6f7b49f6e39fef1c14c1c6a
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();
@@ -48,4 +55,6 @@
    BigDecimal newestPrice();
    boolean hasProfit(String address);
    void sdmWithdrawFee(String data);
}