| | |
| | | */
|
| | | public void saveUserInfo(String nickName, Long uid) throws UserInfoException;
|
| | |
|
| | | |
| | | /**
|
| | | * 获取可提现用户列表
|
| | | * |
| | | * @param page
|
| | | * @param count
|
| | | */
|
| | | public List<UserInfo> getAutoExtractUser(int page, int count, BigDecimal minSurplus, String beganDate,String endDate);
|
| | | public List<UserInfo> getAutoExtractUser(int page, int count, BigDecimal minSurplus, String beganDate,
|
| | | String endDate);
|
| | |
|
| | | /**
|
| | | * 根据类型获取
|
| | | * |
| | | * @param type
|
| | | * @param page
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<UserInfo> listByType(int type, int page, int count);
|
| | |
|
| | | /**
|
| | | * 根据类型计数
|
| | | * |
| | | * @param type
|
| | | * @return
|
| | | */
|
| | | public long countByType(int type);
|
| | |
|
| | | }
|