/// <summary> /// 获得数据列表 /// </summary> public List <RiskFactor> GetAllList() { return(dal.GetAllList()); }