| Package | Description |
|---|---|
| org.aoju.bus.base.entity | |
| org.aoju.bus.base.service | |
| org.aoju.bus.base.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
Result.Result(List<T> rows,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
BaseService.page(int pageNum,
int pageSize,
T entity,
String... params) |
Result<T> |
BaseService.page(String pageNum,
String pageSize,
T entity,
String... params) |
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
BaseServiceImpl.page(int pageNum,
int pageSize,
T entity,
String... params) |
Result<T> |
BaseServiceImpl.page(String pageNum,
String pageSize,
T entity,
String... params) |
Copyright © 2019. All rights reserved.