public class Result<T> extends BaseEntity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
rows |
protected int |
total |
created, creator, modified, modifier, orderBy, pageNo, pageSize, statusx_child_Id, x_local_ip, x_remote_ip, x_span_id, x_trace_idx_user_code, x_user_id, x_user_name| Constructor and Description |
|---|
Result() |
Result(int total,
List<T> rows) |
Result(List<T> rows,
int pageSize) |
Result(List<T> rows,
int total,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
get(int pageNo)
得到分页后的数据
|
static <T> Result<T> |
Result(List<T> rows,
int pageSize) |
isPKNotNull, resetIntField, setAccess, setAccess, setAccess, setCreatAndUpdatInfo, setCreateInfo, setUpdatedInfoCopyright © 2020. All rights reserved.