示例#1
0
 public PaginationOut(PaginationIn p, object data)
 {
     this.rows     = data;
     this.total    = p.total;
     this.page     = p.page;
     this.records  = p.records;
     this.costtime = p.costtime;
 }
示例#2
0
 public LayuiPaginationOut(PaginationIn p, object data)
 {
     this.code     = 0;
     this.count    = p.total;
     this.costtime = p.costtime;
     this.msg      = "";
     this.data     = data;
 }