public class ReType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
code
状态
|
long |
count
数据总数
|
List<?> |
data |
String |
msg
状态信息
|
long |
pageNum
页码
|
| Constructor and Description |
|---|
ReType() |
ReType(long count,
List<?> data) |
ReType(long count,
long pageNum,
List<?> data) |
Copyright © 2019. All rights reserved.