| Modifier and Type | Method and Description |
|---|---|
ApiResult<FooBarQueryVo> |
FooBarController.getFooBar(Long id)
获取FooBar
|
ApiResult<Paging<FooBarQueryVo>> |
FooBarController.getFooBarPageList(@Valid FooBarQueryParam fooBarQueryParam)
FooBar分页列表
|
| Modifier and Type | Method and Description |
|---|---|
FooBarQueryVo |
FooBarMapper.getFooBarById(Serializable id)
根据ID获取查询对象
|
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<FooBarQueryVo> |
FooBarMapper.getFooBarPageList(com.baomidou.mybatisplus.extension.plugins.pagination.Page page,
FooBarQueryParam fooBarQueryParam)
获取分页对象
|
| Modifier and Type | Method and Description |
|---|---|
FooBarQueryVo |
FooBarService.getFooBarById(Serializable id)
根据ID获取查询对象
|
| Modifier and Type | Method and Description |
|---|---|
Paging<FooBarQueryVo> |
FooBarService.getFooBarPageList(FooBarQueryParam fooBarQueryParam)
获取分页对象
|
| Modifier and Type | Method and Description |
|---|---|
FooBarQueryVo |
FooBarServiceImpl.getFooBarById(Serializable id) |
| Modifier and Type | Method and Description |
|---|---|
Paging<FooBarQueryVo> |
FooBarServiceImpl.getFooBarPageList(FooBarQueryParam fooBarQueryParam) |
Copyright © 2019. All rights reserved.