| | |
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type);
|
| | | public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type, String key);
|
| | |
|
| | | public long countByUserGoldCoin(int type);
|
| | | public long countByUserGoldCoin(int type, String key);
|
| | |
|
| | | /**
|
| | | * 统计剩余金币
|
| | |
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count);
|
| | | public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count, String key);
|
| | |
|
| | | public long countByHasGoldCoin();
|
| | | public long countByHasGoldCoin(String key);
|
| | |
|
| | | }
|