CF_Department.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. /// CF_Department
  16. /// </summary>
  17. public partial class CF_Department
  18. {
  19. public CF_Department()
  20. {
  21. this.CF_Staff = new HashSet<CF_Staff>();
  22. this.CF_StaffManageDepartment = new HashSet<CF_StaffManageDepartment>();
  23. this.DQP_SOC = new HashSet<DQP_SOC>();
  24. this.DQP_SOCTemplate = new HashSet<DQP_SOCTemplate>();
  25. this.EM_EducationMission = new HashSet<EM_EducationMission>();
  26. this.EM_EvaluationCollegeScore = new HashSet<EM_EvaluationCollegeScore>();
  27. this.EM_EvaluationStaffScore = new HashSet<EM_EvaluationStaffScore>();
  28. this.EM_EvaluationStudentScore = new HashSet<EM_EvaluationStudentScore>();
  29. this.EM_ExecutableFreeSelectionCouse = new HashSet<EM_ExecutableFreeSelectionCouse>();
  30. this.EM_ExecutableMinorPlan = new HashSet<EM_ExecutableMinorPlan>();
  31. this.EM_ExecutablePlan = new HashSet<EM_ExecutablePlan>();
  32. this.EM_FreeSelectionCouse = new HashSet<EM_FreeSelectionCouse>();
  33. this.EM_FreeSelectionCouseApply = new HashSet<EM_FreeSelectionCouseApply>();
  34. this.EM_MinorCourse = new HashSet<EM_MinorCourse>();
  35. this.EM_MinorPlan = new HashSet<EM_MinorPlan>();
  36. this.EM_MinorPlanApplication = new HashSet<EM_MinorPlanApplication>();
  37. this.EM_OptionalCoursePlan = new HashSet<EM_OptionalCoursePlan>();
  38. this.EM_PlanApplication = new HashSet<EM_PlanApplication>();
  39. this.EM_SpecialtyCourse = new HashSet<EM_SpecialtyCourse>();
  40. this.EM_SpecialtyPlan = new HashSet<EM_SpecialtyPlan>();
  41. this.ER_FinalExamination = new HashSet<ER_FinalExamination>();
  42. this.ER_FinallyScore = new HashSet<ER_FinallyScore>();
  43. this.ER_SubmitedScore = new HashSet<ER_SubmitedScore>();
  44. this.DQP_Document = new HashSet<DQP_Document>();
  45. }
  46. /// <summary>
  47. /// DepartmentID
  48. /// </summary>
  49. public System.Guid DepartmentID { get; set; }
  50. /// <summary>
  51. /// CollegeID
  52. /// </summary>
  53. public Nullable<System.Guid> CollegeID { get; set; }
  54. /// <summary>
  55. /// No
  56. /// </summary>
  57. public string No { get; set; }
  58. /// <summary>
  59. /// Name
  60. /// </summary>
  61. public string Name { get; set; }
  62. /// <summary>
  63. /// SimpleName
  64. /// </summary>
  65. public string SimpleName { get; set; }
  66. /// <summary>
  67. /// EnglishName
  68. /// </summary>
  69. public string EnglishName { get; set; }
  70. /// <summary>
  71. /// HierarchyID
  72. /// </summary>
  73. public string HierarchyID { get; set; }
  74. /// <summary>
  75. /// Remark
  76. /// </summary>
  77. public string Remark { get; set; }
  78. /// <summary>
  79. /// RecordStatus
  80. /// </summary>
  81. public Nullable<int> RecordStatus { get; set; }
  82. /// <summary>
  83. /// CreateUserID
  84. /// </summary>
  85. public Nullable<System.Guid> CreateUserID { get; set; }
  86. /// <summary>
  87. /// CreateTime
  88. /// </summary>
  89. public Nullable<System.DateTime> CreateTime { get; set; }
  90. /// <summary>
  91. /// ModifyUserID
  92. /// </summary>
  93. public Nullable<System.Guid> ModifyUserID { get; set; }
  94. /// <summary>
  95. /// ModifyTime
  96. /// </summary>
  97. public Nullable<System.DateTime> ModifyTime { get; set; }
  98. /// <summary>
  99. /// CF_College
  100. /// </summary>
  101. public virtual CF_College CF_College { get; set; }
  102. /// <summary>
  103. /// CF_DepartmentProfile
  104. /// </summary>
  105. public virtual CF_DepartmentProfile CF_DepartmentProfile { get; set; }
  106. /// <summary>
  107. /// CF_Staff
  108. /// </summary>
  109. public virtual HashSet<CF_Staff> CF_Staff { get; set; }
  110. /// <summary>
  111. /// CF_StaffManageDepartment
  112. /// </summary>
  113. public virtual HashSet<CF_StaffManageDepartment> CF_StaffManageDepartment { get; set; }
  114. /// <summary>
  115. /// DQP_SOC
  116. /// </summary>
  117. public virtual HashSet<DQP_SOC> DQP_SOC { get; set; }
  118. /// <summary>
  119. /// DQP_SOCTemplate
  120. /// </summary>
  121. public virtual HashSet<DQP_SOCTemplate> DQP_SOCTemplate { get; set; }
  122. /// <summary>
  123. /// EM_EducationMission
  124. /// </summary>
  125. public virtual HashSet<EM_EducationMission> EM_EducationMission { get; set; }
  126. /// <summary>
  127. /// EM_EvaluationCollegeScore
  128. /// </summary>
  129. public virtual HashSet<EM_EvaluationCollegeScore> EM_EvaluationCollegeScore { get; set; }
  130. /// <summary>
  131. /// EM_EvaluationStaffScore
  132. /// </summary>
  133. public virtual HashSet<EM_EvaluationStaffScore> EM_EvaluationStaffScore { get; set; }
  134. /// <summary>
  135. /// EM_EvaluationStudentScore
  136. /// </summary>
  137. public virtual HashSet<EM_EvaluationStudentScore> EM_EvaluationStudentScore { get; set; }
  138. /// <summary>
  139. /// EM_ExecutableFreeSelectionCouse
  140. /// </summary>
  141. public virtual HashSet<EM_ExecutableFreeSelectionCouse> EM_ExecutableFreeSelectionCouse { get; set; }
  142. /// <summary>
  143. /// EM_ExecutableMinorPlan
  144. /// </summary>
  145. public virtual HashSet<EM_ExecutableMinorPlan> EM_ExecutableMinorPlan { get; set; }
  146. /// <summary>
  147. /// EM_ExecutablePlan
  148. /// </summary>
  149. public virtual HashSet<EM_ExecutablePlan> EM_ExecutablePlan { get; set; }
  150. /// <summary>
  151. /// EM_FreeSelectionCouse
  152. /// </summary>
  153. public virtual HashSet<EM_FreeSelectionCouse> EM_FreeSelectionCouse { get; set; }
  154. /// <summary>
  155. /// EM_FreeSelectionCouseApply
  156. /// </summary>
  157. public virtual HashSet<EM_FreeSelectionCouseApply> EM_FreeSelectionCouseApply { get; set; }
  158. /// <summary>
  159. /// EM_MinorCourse
  160. /// </summary>
  161. public virtual HashSet<EM_MinorCourse> EM_MinorCourse { get; set; }
  162. /// <summary>
  163. /// EM_MinorPlan
  164. /// </summary>
  165. public virtual HashSet<EM_MinorPlan> EM_MinorPlan { get; set; }
  166. /// <summary>
  167. /// EM_MinorPlanApplication
  168. /// </summary>
  169. public virtual HashSet<EM_MinorPlanApplication> EM_MinorPlanApplication { get; set; }
  170. /// <summary>
  171. /// EM_OptionalCoursePlan
  172. /// </summary>
  173. public virtual HashSet<EM_OptionalCoursePlan> EM_OptionalCoursePlan { get; set; }
  174. /// <summary>
  175. /// EM_PlanApplication
  176. /// </summary>
  177. public virtual HashSet<EM_PlanApplication> EM_PlanApplication { get; set; }
  178. /// <summary>
  179. /// EM_SpecialtyCourse
  180. /// </summary>
  181. public virtual HashSet<EM_SpecialtyCourse> EM_SpecialtyCourse { get; set; }
  182. /// <summary>
  183. /// EM_SpecialtyPlan
  184. /// </summary>
  185. public virtual HashSet<EM_SpecialtyPlan> EM_SpecialtyPlan { get; set; }
  186. /// <summary>
  187. /// ER_FinalExamination
  188. /// </summary>
  189. public virtual HashSet<ER_FinalExamination> ER_FinalExamination { get; set; }
  190. /// <summary>
  191. /// ER_FinallyScore
  192. /// </summary>
  193. public virtual HashSet<ER_FinallyScore> ER_FinallyScore { get; set; }
  194. /// <summary>
  195. /// ER_SubmitedScore
  196. /// </summary>
  197. public virtual HashSet<ER_SubmitedScore> ER_SubmitedScore { get; set; }
  198. /// <summary>
  199. /// DQP_Document
  200. /// </summary>
  201. public virtual HashSet<DQP_Document> DQP_Document { get; set; }
  202. }
  203. }