/// <summary> /// 获取所有员工信息 /// </summary> /// <returns></returns> public List <Emp> GetAllEmp() { return(dal.GetAllEmp()); }