示例#1
0
 public override List <vPlans> GetbyPaging(int pageIndex, int pageSize)
 {
     return(pl.GetbyPaging(pageIndex, pageSize));
 }