fix
Helius
2022-08-27 bbdb4164394adc98a33fd6ac3a7cdc480e1f7bac
src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -55,4 +55,15 @@
    BigDecimal newestPrice();
    boolean hasProfit(String address);
    void achieveTree(Long memberId);
    /**
     * 投入收益
     *
     * @param isReIn
     */
    void putIntoProfit(Long memberId, int isReIn);
    void tfcNewPrice(String data);
}