public class TableDataInfo extends Object implements Serializable
TableDataInfo()
TableDataInfo(List<?> list, int total)
int
getCode()
String
getMsg()
List<?>
getRows()
long
getTotal()
void
setCode(int code)
setMsg(String msg)
setRows(List<?> rows)
setTotal(long total)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TableDataInfo()
public TableDataInfo(List<?> list, int total)
list
total
public long getTotal()
public void setTotal(long total)
public List<?> getRows()
public void setRows(List<?> rows)
public int getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
Copyright © 2021. All rights reserved.