EM_FreeSelectionCouseApply.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace EMIS.Entities
  10. {
  11. #pragma warning disable 1573
  12. using System;
  13. using System.Collections.Generic;
  14. /// <summary>
  15. /// EM_FreeSelectionCouseApply
  16. /// </summary>
  17. public partial class EM_FreeSelectionCouseApply
  18. {
  19. public EM_FreeSelectionCouseApply()
  20. {
  21. this.EM_FreeSelectionCouseApplyGradeYear = new HashSet<EM_FreeSelectionCouseApplyGradeYear>();
  22. this.EM_FreeSelectionCouseApplySpecialty = new HashSet<EM_FreeSelectionCouseApplySpecialty>();
  23. this.EM_FreeSelectionCouseApplyScheduling = new HashSet<EM_FreeSelectionCouseApplyScheduling>();
  24. this.EM_FreeSelectionCouseApplyTeacher = new HashSet<EM_FreeSelectionCouseApplyTeacher>();
  25. this.EM_FreeSelectionCouseApplyTeachingMode = new HashSet<EM_FreeSelectionCouseApplyTeachingMode>();
  26. }
  27. /// <summary>
  28. /// FreeSelectionCouseApplyID
  29. /// </summary>
  30. public System.Guid FreeSelectionCouseApplyID { get; set; }
  31. /// <summary>
  32. /// SchoolyearID
  33. /// </summary>
  34. public Nullable<System.Guid> SchoolyearID { get; set; }
  35. /// <summary>
  36. /// FreeSelectionCouseID
  37. /// </summary>
  38. public Nullable<System.Guid> FreeSelectionCouseID { get; set; }
  39. /// <summary>
  40. /// DefaultClassName
  41. /// </summary>
  42. public string DefaultClassName { get; set; }
  43. /// <summary>
  44. /// DepartmentID
  45. /// </summary>
  46. public Nullable<System.Guid> DepartmentID { get; set; }
  47. /// <summary>
  48. /// CourseStructureID
  49. /// </summary>
  50. public Nullable<int> CourseStructureID { get; set; }
  51. /// <summary>
  52. /// CourseCategoryID
  53. /// </summary>
  54. public Nullable<int> CourseCategoryID { get; set; }
  55. /// <summary>
  56. /// CourseTypeID
  57. /// </summary>
  58. public Nullable<int> CourseTypeID { get; set; }
  59. /// <summary>
  60. /// CourseQualityID
  61. /// </summary>
  62. public Nullable<int> CourseQualityID { get; set; }
  63. /// <summary>
  64. /// PracticeTypeID
  65. /// </summary>
  66. public Nullable<int> PracticeTypeID { get; set; }
  67. /// <summary>
  68. /// ExaminationModeID
  69. /// </summary>
  70. public Nullable<int> ExaminationModeID { get; set; }
  71. /// <summary>
  72. /// TeachinglanguageID
  73. /// </summary>
  74. public Nullable<int> TeachinglanguageID { get; set; }
  75. /// <summary>
  76. /// IsNeedMaterial
  77. /// </summary>
  78. public Nullable<bool> IsNeedMaterial { get; set; }
  79. /// <summary>
  80. /// PeopleNumlower
  81. /// </summary>
  82. public Nullable<int> PeopleNumlower { get; set; }
  83. /// <summary>
  84. /// PeopleNumlimit
  85. /// </summary>
  86. public Nullable<int> PeopleNumlimit { get; set; }
  87. /// <summary>
  88. /// HandleModeID
  89. /// </summary>
  90. public Nullable<int> HandleModeID { get; set; }
  91. /// <summary>
  92. /// IsOpened
  93. /// </summary>
  94. public Nullable<bool> IsOpened { get; set; }
  95. /// <summary>
  96. /// ResultTypeID
  97. /// </summary>
  98. public Nullable<int> ResultTypeID { get; set; }
  99. /// <summary>
  100. /// Remarks
  101. /// </summary>
  102. public string Remarks { get; set; }
  103. /// <summary>
  104. /// ApprovalStatus
  105. /// </summary>
  106. public Nullable<int> ApprovalStatus { get; set; }
  107. /// <summary>
  108. /// RecordStatus
  109. /// </summary>
  110. public Nullable<int> RecordStatus { get; set; }
  111. /// <summary>
  112. /// CreateTime
  113. /// </summary>
  114. public Nullable<System.DateTime> CreateTime { get; set; }
  115. /// <summary>
  116. /// CreateUserID
  117. /// </summary>
  118. public Nullable<System.Guid> CreateUserID { get; set; }
  119. /// <summary>
  120. /// ModifyUserID
  121. /// </summary>
  122. public Nullable<System.Guid> ModifyUserID { get; set; }
  123. /// <summary>
  124. /// ModifyTime
  125. /// </summary>
  126. public Nullable<System.DateTime> ModifyTime { get; set; }
  127. /// <summary>
  128. /// CF_Department
  129. /// </summary>
  130. public virtual CF_Department CF_Department { get; set; }
  131. /// <summary>
  132. /// CF_Schoolyear
  133. /// </summary>
  134. public virtual CF_Schoolyear CF_Schoolyear { get; set; }
  135. /// <summary>
  136. /// EM_FreeSelectionCouse
  137. /// </summary>
  138. public virtual EM_FreeSelectionCouse EM_FreeSelectionCouse { get; set; }
  139. /// <summary>
  140. /// EM_FreeSelectionCouseApplyGradeYear
  141. /// </summary>
  142. public virtual HashSet<EM_FreeSelectionCouseApplyGradeYear> EM_FreeSelectionCouseApplyGradeYear { get; set; }
  143. /// <summary>
  144. /// EM_FreeSelectionCouseApplySpecialty
  145. /// </summary>
  146. public virtual HashSet<EM_FreeSelectionCouseApplySpecialty> EM_FreeSelectionCouseApplySpecialty { get; set; }
  147. /// <summary>
  148. /// EM_FreeSelectionCouseApplyScheduling
  149. /// </summary>
  150. public virtual HashSet<EM_FreeSelectionCouseApplyScheduling> EM_FreeSelectionCouseApplyScheduling { get; set; }
  151. /// <summary>
  152. /// EM_FreeSelectionCouseApplyTeacher
  153. /// </summary>
  154. public virtual HashSet<EM_FreeSelectionCouseApplyTeacher> EM_FreeSelectionCouseApplyTeacher { get; set; }
  155. /// <summary>
  156. /// EM_FreeSelectionCouseApplyTeachingMode
  157. /// </summary>
  158. public virtual HashSet<EM_FreeSelectionCouseApplyTeachingMode> EM_FreeSelectionCouseApplyTeachingMode { get; set; }
  159. /// <summary>
  160. /// EM_FreeSelectionCouseApplyTeachingSetting
  161. /// </summary>
  162. public virtual EM_FreeSelectionCouseApplyTeachingSetting EM_FreeSelectionCouseApplyTeachingSetting { get; set; }
  163. }
  164. }