/// <summary> /// 分页获取数据列表 /// </summary> public DataSet GetListByPage(string strWhere, string orderby, int startIndex, int endIndex) { return(dal.GetListByPage(strWhere, orderby, startIndex, endIndex)); }