Commit 0ff33cc4 authored by 张永's avatar 张永
parents 90bfc5ff 575fa2d2
......@@ -76,6 +76,10 @@ public class Page implements java.io.Serializable{
return total;
}
public Long getTotalCount() {
return total;
}
public void setTotal(Long total) {
this.total = total;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment