wzy
2022-08-27 afe2e9a2da152a9b1a54d88b7637e811bf298749
src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -3,6 +3,7 @@
import cc.mrbird.febs.dapp.dto.SystemDto;
import cc.mrbird.febs.dapp.entity.DappMineDataEntity;
import java.math.BigDecimal;
import java.util.Map;
public interface DappSystemService {
@@ -19,6 +20,13 @@
     * @param id
     */
    void tradeProfitDistribute(Long id);
    /**
     * nft滑点
     *
     * @param id
     */
    void tradeNftProfitDistribute(Long id);
    /**
     * 挖矿
@@ -39,4 +47,21 @@
    void transferPoolSetting();
    void sourcePoolUsdtOutLimitSetting();
    void boxCnt(Long id);
    boolean systemHasStart();
    BigDecimal newestPrice();
    boolean hasProfit(String address);
    void achieveTree(Long memberId);
    /**
     * 投入收益
     *
     * @param isReIn
     */
    void putIntoProfit(Long memberId, int isReIn);
}