示例#1
0
 public Paging <List <WJ_WzjzsModel> > GetwzjzList(int start, int limit)
 {
     return(bll.GetwzjzList(null, start, limit));
 }