/// <summary> /// 更新学生信息 /// </summary> /// <param name="student"></param> public void update(Student student) { dal.update(student); }