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