public class LayPage<T> extends Object
LayPage()
LayPage(long count, List<T> data)
int
getCode()
long
getCount()
List<T>
getData()
String
getMsg()
void
setCode(int code)
setCount(long count)
setData(List<T> data)
setMsg(String msg)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LayPage()
public LayPage(long count, List<T> data)
public int getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
public long getCount()
public void setCount(long count)
public List<T> getData()
public void setData(List<T> data)
Copyright © 2020 GTMAP. All rights reserved.