/// <summary> /// 删除一条数据 /// </summary> public void Delete(string EmployeeID) { dal.Delete(EmployeeID); }