/// <summary> /// 获得分页数据总的记录条数 /// </summary> public int GetRecordCount(string strWhere) { return(dal.GetRecordCount(strWhere)); }