| 程序包 | 说明 |
|---|---|
| cn.ipokerface.admin.cache.service | |
| cn.ipokerface.admin.mapper | |
| cn.ipokerface.admin.service |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountModel |
AdminCacheService.getAccount(String token) |
AccountModel |
AdminCacheRedisService.getAccount(String token)
通过token获取 accountModel
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AdminCacheService.login(String token,
AccountModel accountModel)
登录时需要把信息放到Redis中
|
void |
AdminCacheRedisService.login(String token,
AccountModel accountModel)
登录时需要把信息放到Redis中
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<AccountModel> |
AdminAccountMapper.pageAccount(PaginationSortableQuery param) |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountModel |
AccountServiceImpl.add(AccountAddParam account) |
AccountModel |
AccountService.add(AccountAddParam account)
添加账号
|
AccountModel |
AccountServiceImpl.update(AccountUpdateParam adminAccount) |
AccountModel |
AccountService.update(AccountUpdateParam accountUpdateParam)
更新账号的数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<AccountModel> |
AccountServiceImpl.pageAccount(PaginationSortableQuery pagination) |
List<AccountModel> |
AccountService.pageAccount(PaginationSortableQuery pagination)
分页数据列表
|
Copyright © 2020. All rights reserved.