public class FlowPage<T> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
code
消息状态码
|
private String |
msg
消息内容
|
private List<T> |
rows
列表数据
|
private static long |
serialVersionUID |
private long |
total
总记录数
|
| Constructor and Description |
|---|
FlowPage()
表格数据对象
|
FlowPage(List<T> list,
int total)
分页
|
private static final long serialVersionUID
private long total
private int code
public FlowPage()
Copyright © 2024. All rights reserved.