| Package | Description |
|---|---|
| io.geekidea.springbootplus.system.mapper | |
| io.geekidea.springbootplus.system.service | |
| io.geekidea.springbootplus.system.service.impl |
| Modifier and Type | Method and Description |
|---|---|
IpQueryVo |
IpMapper.getIpById(Serializable id)
根据ID获取查询对象
|
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<IpQueryVo> |
IpMapper.getIpPageList(com.baomidou.mybatisplus.extension.plugins.pagination.Page page,
IpQueryParam ipQueryParam)
获取分页对象
|
| Modifier and Type | Method and Description |
|---|---|
IpQueryVo |
IpService.getIpById(Serializable id)
根据ID获取查询对象
|
| Modifier and Type | Method and Description |
|---|---|
Paging<IpQueryVo> |
IpService.getIpPageList(IpQueryParam ipQueryParam)
获取分页对象
|
| Modifier and Type | Method and Description |
|---|---|
IpQueryVo |
IpServiceImpl.getIpById(Serializable id) |
| Modifier and Type | Method and Description |
|---|---|
Paging<IpQueryVo> |
IpServiceImpl.getIpPageList(IpQueryParam ipQueryParam) |
Copyright © 2019. All rights reserved.