public class PageInfo extends Object implements Serializable
PageInfo()
PageInfo(Integer page, Integer size)
Integer
getPage()
getSize()
Long
getTotal()
void
setPage(Integer page)
setSize(Integer size)
setTotal(Long total)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PageInfo()
public PageInfo(Integer page, Integer size)
public Long getTotal()
public void setTotal(Long total)
public Integer getPage()
public void setPage(Integer page)
public Integer getSize()
public void setSize(Integer size)
public String toString()
toString
Object
Copyright © 2022 lingkang. All rights reserved.