src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -57,4 +57,13 @@ boolean hasProfit(String address); void achieveTree(Long memberId); /** * 投入收益 * * @param isReIn */ void putIntoProfit(Long memberId, int isReIn); void tfcNewPrice(String data); }