using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel.DataAnnotations; using EMIS.ViewModel.EducationManage; namespace EMIS.ViewModel.SelectCourse { public class FreeSelectionCoursePlanTeacherListView : BaseTeacherTeachingView { public Guid FreeSelectionCoursePlanID { get; set; } } }