yujian
2020-04-24 33a603f2c8abe311fae3c84b0e54067580cc088c
fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPInfoService.java
@@ -22,7 +22,6 @@
    */
   public void addUserVIPInfo(UserVIPInfo info) throws UserVIPInfoException;
   /**
    * 是否为VIP
    * 
@@ -30,7 +29,6 @@
    * @return
    */
   public boolean isVIP(Long uid);
   
   /**
    * 在某个时间是否为VIP
@@ -60,7 +58,6 @@
    */
   public Map<Long,Boolean> listByUids(List<Long> uid);
   /**
    * 待审核列表
    * @param page
@@ -71,7 +68,6 @@
   public List<UserVIPInfo> listQuery(int page, int count, String key, Integer state);
   public long countQuery(String key, Integer state);
   /**
    * 超级会员申请通过
@@ -95,4 +91,14 @@
    */
   public void applyVIP(Long uid) throws UserVIPInfoException;
   /**
    * 根据主键删除
    * @Title: deleteByPrimaryKey
    * @Description:
    * @param id
    * void 返回类型
    * @throws
    */
   public void deleteByPrimaryKey(Long id);
}