yujian
2019-12-12 8c04d27e5cebb7e654c208533e9567c4df2c8acc
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);
}