using System; using System.Collections.Generic; using System.Linq; using System.Text; using EMIS.ViewModel.EducationManage; namespace EMIS.ViewModel.SelectCourse { public class ExecutableFreeSelectionCouseTeacherListView : BaseTeacherTeachingView { public Guid ExecutableFreeSelectionCouseID { get; set; } public Guid ExecutableFreeSelectionCouseStaffID { get; set; } } }