/// <summary> /// 分页获取数据列表 /// </summary> public int GetRecordCount(string strWhere) { return(dal.GetRecordCount(strWhere)); }