FreeSelectionCoursePlanTeacherListView.cs 369 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel.DataAnnotations;
  6. using EMIS.ViewModel.EducationManage;
  7. namespace EMIS.ViewModel.SelectCourse
  8. {
  9. public class FreeSelectionCoursePlanTeacherListView : BaseTeacherTeachingView
  10. {
  11. public Guid FreeSelectionCoursePlanID { get; set; }
  12. }
  13. }