admin
2019-03-09 b2699e4e0c66125254156fb54705e569094db499
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserInfoExtraService.java
@@ -67,5 +67,10 @@
    * @return
    */
   public UserInfoExtraVO getInfoExtraVOByUid(Long uid);
   /**
    *  统计各个等级用户数
    */
   public long countByRankId(Long rankId);
   
}