fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java
@@ -76,4 +76,22 @@ */ public boolean verifyConform(Long uid); /** * 待审核列表 * @param page * @param count * @param key * @return */ public List<UserVIPInfo> listQuery(int page, int count, String key, Integer state); public long countQuery(String key, Integer state); /** * 超级会员与上级关系脱离 * @param workerId * @param bossId */ public void inviteSeparate(Long workerId, Long bossId); }