xiaoyong931011
2023-08-17 b22a9106fe358c891fe446343a3ccb106674a802
src/main/java/cc/mrbird/febs/dapp/service/DappSystemService.java
@@ -7,12 +7,11 @@
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import java.util.Set;
public interface DappSystemService {
    SystemDto system();
    void achieveTree(Long memberId);
    /**
     * 投入收益
@@ -95,4 +94,33 @@
    void antKLineMsg(int type);
    void antKLineABMsg(Long id);
    void allMemberPerkAvaMsg(Long id);
    void contractAnDaoMsg(Long flowId);
    void contractAnDaoInMsg(Long flowId);
    void speedPayOrderMsg(Long orderId);
    void speedAutoLevelUpMsg(Long memberId);
    void memberPerk();
    void speedAutoLevelUpTeamMsg(Long memberId);
    BigDecimal getRealNum(Long memberId,BigDecimal amount);
    void directMemberPerk();
    void speedDirectPerkMsg(Long memberId);
    void teamStaticPerk();
    Set<DappMemberEntity> updateAchieve();
    void speedSalePackageMsg(Long flowId);
    void updatePackage(Set<DappMemberEntity> dappMemberEntities);
}