CF_College.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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_College
  16. /// </summary>
  17. public partial class CF_College
  18. {
  19. public CF_College()
  20. {
  21. this.CF_BuildingsInfo = new HashSet<CF_BuildingsInfo>();
  22. this.CF_Classroom = new HashSet<CF_Classroom>();
  23. this.CF_CustomStandardSetting = new HashSet<CF_CustomStandardSetting>();
  24. this.CF_Department = new HashSet<CF_Department>();
  25. this.CF_Facultymajor = new HashSet<CF_Facultymajor>();
  26. this.CF_GrademinorApplication = new HashSet<CF_GrademinorApplication>();
  27. this.CF_NewStudent = new HashSet<CF_NewStudent>();
  28. this.CF_RecruitSpecialty = new HashSet<CF_RecruitSpecialty>();
  29. this.CF_SpecialtyApply = new HashSet<CF_SpecialtyApply>();
  30. this.CF_Staff = new HashSet<CF_Staff>();
  31. this.CF_StaffManageCollege = new HashSet<CF_StaffManageCollege>();
  32. this.EM_EducationMission = new HashSet<EM_EducationMission>();
  33. this.EM_EducationMissionOpenControl = new HashSet<EM_EducationMissionOpenControl>();
  34. this.EM_ExecutableMinorPlan = new HashSet<EM_ExecutableMinorPlan>();
  35. this.ER_FinalExamination = new HashSet<ER_FinalExamination>();
  36. this.ER_MinorControl = new HashSet<ER_MinorControl>();
  37. this.ER_MinorGraduationStandard = new HashSet<ER_MinorGraduationStandard>();
  38. this.ER_ScoreParameterCollegeSetting = new HashSet<ER_ScoreParameterCollegeSetting>();
  39. this.ES_ClassroomExcessiveUse = new HashSet<ES_ClassroomExcessiveUse>();
  40. this.ES_CollegeClassroom = new HashSet<ES_CollegeClassroom>();
  41. this.ES_CollegePriority = new HashSet<ES_CollegePriority>();
  42. this.ES_CollegeScheduleStatus = new HashSet<ES_CollegeScheduleStatus>();
  43. this.ET_TeachersOrder = new HashSet<ET_TeachersOrder>();
  44. this.EX_ExaminationPlan = new HashSet<EX_ExaminationPlan>();
  45. this.SUP_SupervisionCollege = new HashSet<SUP_SupervisionCollege>();
  46. this.TP_WorktimeAddition = new HashSet<TP_WorktimeAddition>();
  47. this.TP_WorktimeRate = new HashSet<TP_WorktimeRate>();
  48. this.DQP_Document = new HashSet<DQP_Document>();
  49. }
  50. /// <summary>
  51. /// CollegeID
  52. /// </summary>
  53. public System.Guid CollegeID { get; set; }
  54. /// <summary>
  55. /// CampusID
  56. /// </summary>
  57. public Nullable<System.Guid> CampusID { get; set; }
  58. /// <summary>
  59. /// No
  60. /// </summary>
  61. public string No { get; set; }
  62. /// <summary>
  63. /// Name
  64. /// </summary>
  65. public string Name { get; set; }
  66. /// <summary>
  67. /// SimpleName
  68. /// </summary>
  69. public string SimpleName { get; set; }
  70. /// <summary>
  71. /// EnglishName
  72. /// </summary>
  73. public string EnglishName { 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_BuildingsInfo
  100. /// </summary>
  101. public virtual HashSet<CF_BuildingsInfo> CF_BuildingsInfo { get; set; }
  102. /// <summary>
  103. /// CF_Campus
  104. /// </summary>
  105. public virtual CF_Campus CF_Campus { get; set; }
  106. /// <summary>
  107. /// CF_Classroom
  108. /// </summary>
  109. public virtual HashSet<CF_Classroom> CF_Classroom { get; set; }
  110. /// <summary>
  111. /// CF_CollegeProfile
  112. /// </summary>
  113. public virtual CF_CollegeProfile CF_CollegeProfile { get; set; }
  114. /// <summary>
  115. /// CF_CustomStandardSetting
  116. /// </summary>
  117. public virtual HashSet<CF_CustomStandardSetting> CF_CustomStandardSetting { get; set; }
  118. /// <summary>
  119. /// CF_Department
  120. /// </summary>
  121. public virtual HashSet<CF_Department> CF_Department { get; set; }
  122. /// <summary>
  123. /// CF_Facultymajor
  124. /// </summary>
  125. public virtual HashSet<CF_Facultymajor> CF_Facultymajor { get; set; }
  126. /// <summary>
  127. /// CF_GrademinorApplication
  128. /// </summary>
  129. public virtual HashSet<CF_GrademinorApplication> CF_GrademinorApplication { get; set; }
  130. /// <summary>
  131. /// CF_NewStudent
  132. /// </summary>
  133. public virtual HashSet<CF_NewStudent> CF_NewStudent { get; set; }
  134. /// <summary>
  135. /// CF_RecruitSpecialty
  136. /// </summary>
  137. public virtual HashSet<CF_RecruitSpecialty> CF_RecruitSpecialty { get; set; }
  138. /// <summary>
  139. /// CF_SpecialtyApply
  140. /// </summary>
  141. public virtual HashSet<CF_SpecialtyApply> CF_SpecialtyApply { get; set; }
  142. /// <summary>
  143. /// CF_Staff
  144. /// </summary>
  145. public virtual HashSet<CF_Staff> CF_Staff { get; set; }
  146. /// <summary>
  147. /// CF_StaffManageCollege
  148. /// </summary>
  149. public virtual HashSet<CF_StaffManageCollege> CF_StaffManageCollege { get; set; }
  150. /// <summary>
  151. /// EM_EducationMission
  152. /// </summary>
  153. public virtual HashSet<EM_EducationMission> EM_EducationMission { get; set; }
  154. /// <summary>
  155. /// EM_EducationMissionOpenControl
  156. /// </summary>
  157. public virtual HashSet<EM_EducationMissionOpenControl> EM_EducationMissionOpenControl { get; set; }
  158. /// <summary>
  159. /// EM_ExecutableMinorPlan
  160. /// </summary>
  161. public virtual HashSet<EM_ExecutableMinorPlan> EM_ExecutableMinorPlan { get; set; }
  162. /// <summary>
  163. /// ER_FinalExamination
  164. /// </summary>
  165. public virtual HashSet<ER_FinalExamination> ER_FinalExamination { get; set; }
  166. /// <summary>
  167. /// ER_MinorControl
  168. /// </summary>
  169. public virtual HashSet<ER_MinorControl> ER_MinorControl { get; set; }
  170. /// <summary>
  171. /// ER_MinorGraduationStandard
  172. /// </summary>
  173. public virtual HashSet<ER_MinorGraduationStandard> ER_MinorGraduationStandard { get; set; }
  174. /// <summary>
  175. /// ER_ScoreParameterCollegeSetting
  176. /// </summary>
  177. public virtual HashSet<ER_ScoreParameterCollegeSetting> ER_ScoreParameterCollegeSetting { get; set; }
  178. /// <summary>
  179. /// ES_ClassroomExcessiveUse
  180. /// </summary>
  181. public virtual HashSet<ES_ClassroomExcessiveUse> ES_ClassroomExcessiveUse { get; set; }
  182. /// <summary>
  183. /// ES_CollegeClassroom
  184. /// </summary>
  185. public virtual HashSet<ES_CollegeClassroom> ES_CollegeClassroom { get; set; }
  186. /// <summary>
  187. /// ES_CollegePriority
  188. /// </summary>
  189. public virtual HashSet<ES_CollegePriority> ES_CollegePriority { get; set; }
  190. /// <summary>
  191. /// ES_CollegeScheduleStatus
  192. /// </summary>
  193. public virtual HashSet<ES_CollegeScheduleStatus> ES_CollegeScheduleStatus { get; set; }
  194. /// <summary>
  195. /// ET_TeachersOrder
  196. /// </summary>
  197. public virtual HashSet<ET_TeachersOrder> ET_TeachersOrder { get; set; }
  198. /// <summary>
  199. /// EX_ExaminationPlan
  200. /// </summary>
  201. public virtual HashSet<EX_ExaminationPlan> EX_ExaminationPlan { get; set; }
  202. /// <summary>
  203. /// SUP_SupervisionCollege
  204. /// </summary>
  205. public virtual HashSet<SUP_SupervisionCollege> SUP_SupervisionCollege { get; set; }
  206. /// <summary>
  207. /// TP_WorktimeAddition
  208. /// </summary>
  209. public virtual HashSet<TP_WorktimeAddition> TP_WorktimeAddition { get; set; }
  210. /// <summary>
  211. /// TP_WorktimeRate
  212. /// </summary>
  213. public virtual HashSet<TP_WorktimeRate> TP_WorktimeRate { get; set; }
  214. /// <summary>
  215. /// DQP_Document
  216. /// </summary>
  217. public virtual HashSet<DQP_Document> DQP_Document { get; set; }
  218. }
  219. }