Commit 4e4f75fc authored by Quxl's avatar Quxl

x

parent fc664003
...@@ -76,6 +76,10 @@ public class Page implements java.io.Serializable{ ...@@ -76,6 +76,10 @@ public class Page implements java.io.Serializable{
return total; return total;
} }
public Long getTotalCount() {
return total;
}
public void setTotal(Long total) { public void setTotal(Long total) {
this.total = 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