| | |
| | | public void saveImgs(String id, List<String> imgList);
|
| | |
|
| | | /**
|
| | | * 根据源用户拉取数据
|
| | | * 根据目标用户拉取数据
|
| | | * @Title: listBySourceUid
|
| | | * @Description:
|
| | | * @param uid
|
| | |
| | | public List<GiveVIPApplyInfo> listByTargetUid(Long uid, int page, int pageSize);
|
| | |
|
| | | public long countByTargetUid(Long uid);
|
| | |
|
| | | /**
|
| | | * 根据源用户ID拉取数据
|
| | | * @Title: listBySourceUid
|
| | | * @Description: |
| | | * @param uid
|
| | | * @param page
|
| | | * @param pageSize
|
| | | * @return |
| | | * List<GiveVIPApplyInfo> 返回类型
|
| | | * @throws
|
| | | */
|
| | | public List<GiveVIPApplyInfo> listBySourceUid(Long uid, int page, int pageSize);
|
| | |
|
| | | public long countBySourceUid(Long uid);
|
| | |
|
| | | /**
|
| | | * 根据状态查询
|
| | |
| | | */
|
| | | public List<GiveVIPApplyInfo> listByStateAndTargetUid(Long targetUid, Integer state, int page, int pageSize);
|
| | |
|
| | | public long countByStateAndTargetUid(Long targetUid,Integer state);
|
| | | public long countByStateAndTargetUid(Long targetUid, Integer state);
|
| | |
|
| | | /**
|
| | | * 通过
|
| | |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void pass(String id, Long adminId) throws GiveVIPApplyInfoException,UserVIPPreInfoException;
|
| | | public void pass(String id, Long adminId) throws GiveVIPApplyInfoException, UserVIPPreInfoException;
|
| | |
|
| | | /**
|
| | | * 拒绝
|