/// <summary> /// 删除员工信息 /// </summary> /// <returns></returns> public int DelEmployees(string id) { return(employeeDal.DelEmployees(id)); }