- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using EMISOnline.Entities;
- namespace EMISOnline.ViewModel.Student
- {
- public class StudentEducationinfoView
- {
- public CorseStudyScoreView CorseStudyScore { get; set; }
- public V_StudentEducationMissionClass StudentEducation { get; set; }
- }
- }
|