/// <summary> /// 得到全部年级信息 /// </summary> /// <returns></returns> public List <Grade> GetAllGrade() { return(gradeService.GetAllGrade()); }