admin
2019-09-17 5eab2b71f0749e9f61fc83d9d7e03553e9fa75ef
fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java
@@ -70,6 +70,17 @@
    * @return
    */
   public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type);
   public long countByUserGoldCoin(int type);
   /**
    * 统计剩余金币
    * @param start
    * @param count
    * @return
    */
   public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count);
   public long countByHasGoldCoin();
   
}