| Modifier and Type | Method and Description |
|---|---|
ApiResult<Paging<FooBarQueryVo>> |
FooBarController.getFooBarPageList(@Valid FooBarQueryParam fooBarQueryParam)
FooBar分页列表
|
| 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 |
|---|---|
Paging<FooBarQueryVo> |
FooBarService.getFooBarPageList(FooBarQueryParam fooBarQueryParam)
获取分页对象
|
| Modifier and Type | Method and Description |
|---|---|
Paging<FooBarQueryVo> |
FooBarServiceImpl.getFooBarPageList(FooBarQueryParam fooBarQueryParam) |
Copyright © 2019. All rights reserved.