xiaoyong931011
2022-12-01 4cccc1468d1546f49376deb130815248a11863cc
src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -28,4 +28,8 @@
    void levelProfit(Long id);
    //计算是否有人出局
    void memberOut(Long id);
    //转账拨币
    void bnbTransfer(Long id);
    void agentUp(Long id);
}