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 FreeSelectionCourseApplyTeacherListView : BaseTeacherTeachingView { public Guid FreeSelectionCourseApplyID { get; set; } public string StaffCode { get; set; } } }