CF_Staff.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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_Staff
  16. /// </summary>
  17. public partial class CF_Staff
  18. {
  19. public CF_Staff()
  20. {
  21. this.CF_StaffManageCampus = new HashSet<CF_StaffManageCampus>();
  22. this.CF_StaffManageCollege = new HashSet<CF_StaffManageCollege>();
  23. this.CF_StaffManageDepartment = new HashSet<CF_StaffManageDepartment>();
  24. this.DQP_SOCStaff = new HashSet<DQP_SOCStaff>();
  25. this.EM_CourseProcessTeacher = new HashSet<EM_CourseProcessTeacher>();
  26. this.EM_EvaluationCollegeScore = new HashSet<EM_EvaluationCollegeScore>();
  27. this.EM_EvaluationStudentSetting = new HashSet<EM_EvaluationStudentSetting>();
  28. this.EM_EvaluationStaffScore = new HashSet<EM_EvaluationStaffScore>();
  29. this.EM_EvaluationStudentScore = new HashSet<EM_EvaluationStudentScore>();
  30. this.EM_ExecutableFreeSelectionCouseTeacher = new HashSet<EM_ExecutableFreeSelectionCouseTeacher>();
  31. this.EM_ExecutableOptionalCourseTeacher = new HashSet<EM_ExecutableOptionalCourseTeacher>();
  32. this.EM_FreeSelectionCouseApplyTeacher = new HashSet<EM_FreeSelectionCouseApplyTeacher>();
  33. this.EM_MissionClassTeacher = new HashSet<EM_MissionClassTeacher>();
  34. this.ER_RetakePlanTeacher = new HashSet<ER_RetakePlanTeacher>();
  35. this.ES_AdultEducationScheduleTeacher = new HashSet<ES_AdultEducationScheduleTeacher>();
  36. this.ES_ClassroomExcessiveUse = new HashSet<ES_ClassroomExcessiveUse>();
  37. this.ES_EducationSchedulingAdjustment_ToUserID = new HashSet<ES_EducationSchedulingAdjustment>();
  38. this.ES_EducationSchedulingAdjustment_UserID = new HashSet<ES_EducationSchedulingAdjustment>();
  39. this.ES_EducationSchedulingAdjustmentTeacher = new HashSet<ES_EducationSchedulingAdjustmentTeacher>();
  40. this.ES_EducationSchedulingAdjustmentToTeacher = new HashSet<ES_EducationSchedulingAdjustmentToTeacher>();
  41. this.ES_EducationSchedulingStopTeacher = new HashSet<ES_EducationSchedulingStopTeacher>();
  42. this.ES_EducationSchedulingTeacher = new HashSet<ES_EducationSchedulingTeacher>();
  43. this.ES_TeacherScheduleSetting = new HashSet<ES_TeacherScheduleSetting>();
  44. this.EX_ExaminationTeacher = new HashSet<EX_ExaminationTeacher>();
  45. this.SUP_LessonRecord = new HashSet<SUP_LessonRecord>();
  46. this.SUP_ProjectRecord_UserID = new HashSet<SUP_ProjectRecord>();
  47. this.SUP_SupervisionUser = new HashSet<SUP_SupervisionUser>();
  48. this.TP_StaffStandard = new HashSet<TP_StaffStandard>();
  49. this.TP_WorktimeAddition = new HashSet<TP_WorktimeAddition>();
  50. this.TP_WorktimeAdjustment = new HashSet<TP_WorktimeAdjustment>();
  51. this.EM_EvaluationSetting = new HashSet<EM_EvaluationSetting>();
  52. this.EM_ExecutableFreeSelectionCouseScheduling = new HashSet<EM_ExecutableFreeSelectionCouseScheduling>();
  53. this.EM_FreeSelectionCouseApplyScheduling = new HashSet<EM_FreeSelectionCouseApplyScheduling>();
  54. this.EM_TeacherEvaluation = new HashSet<EM_TeacherEvaluation>();
  55. this.EX_ExaminationRoomLayout = new HashSet<EX_ExaminationRoomLayout>();
  56. this.SUP_ProjectRecord_CF_Staff = new HashSet<SUP_ProjectRecord>();
  57. }
  58. /// <summary>
  59. /// UserID
  60. /// </summary>
  61. public System.Guid UserID { get; set; }
  62. /// <summary>
  63. /// StaffCode
  64. /// </summary>
  65. public string StaffCode { get; set; }
  66. /// <summary>
  67. /// CollegeID
  68. /// </summary>
  69. public Nullable<System.Guid> CollegeID { get; set; }
  70. /// <summary>
  71. /// DepartmentID
  72. /// </summary>
  73. public Nullable<System.Guid> DepartmentID { get; set; }
  74. /// <summary>
  75. /// SexID
  76. /// </summary>
  77. public Nullable<int> SexID { get; set; }
  78. /// <summary>
  79. /// BirthDate
  80. /// </summary>
  81. public Nullable<System.DateTime> BirthDate { get; set; }
  82. /// <summary>
  83. /// NationID
  84. /// </summary>
  85. public Nullable<int> NationID { get; set; }
  86. /// <summary>
  87. /// PoliticsID
  88. /// </summary>
  89. public Nullable<int> PoliticsID { get; set; }
  90. /// <summary>
  91. /// CertificatesType
  92. /// </summary>
  93. public Nullable<int> CertificatesType { get; set; }
  94. /// <summary>
  95. /// CertificatesNum
  96. /// </summary>
  97. public string CertificatesNum { get; set; }
  98. /// <summary>
  99. /// TeacherTypeID
  100. /// </summary>
  101. public Nullable<int> TeacherTypeID { get; set; }
  102. /// <summary>
  103. /// IncumbencyState
  104. /// </summary>
  105. public Nullable<int> IncumbencyState { get; set; }
  106. /// <summary>
  107. /// SituationID
  108. /// </summary>
  109. public Nullable<int> SituationID { get; set; }
  110. /// <summary>
  111. /// TitleID
  112. /// </summary>
  113. public Nullable<int> TitleID { get; set; }
  114. /// <summary>
  115. /// LiteracyLevelID
  116. /// </summary>
  117. public Nullable<int> LiteracyLevelID { get; set; }
  118. /// <summary>
  119. /// LearnPositionID
  120. /// </summary>
  121. public Nullable<int> LearnPositionID { get; set; }
  122. /// <summary>
  123. /// IsDualTeacher
  124. /// </summary>
  125. public Nullable<bool> IsDualTeacher { get; set; }
  126. /// <summary>
  127. /// PaymentLevelID
  128. /// </summary>
  129. public Nullable<int> PaymentLevelID { get; set; }
  130. /// <summary>
  131. /// WorkDate
  132. /// </summary>
  133. public Nullable<System.DateTime> WorkDate { get; set; }
  134. /// <summary>
  135. /// ComeSchoolDate
  136. /// </summary>
  137. public Nullable<System.DateTime> ComeSchoolDate { get; set; }
  138. /// <summary>
  139. /// PhotoUrl
  140. /// </summary>
  141. public string PhotoUrl { get; set; }
  142. /// <summary>
  143. /// Profile
  144. /// </summary>
  145. public string Profile { get; set; }
  146. /// <summary>
  147. /// Remark
  148. /// </summary>
  149. public string Remark { get; set; }
  150. /// <summary>
  151. /// RecordStatus
  152. /// </summary>
  153. public Nullable<int> RecordStatus { get; set; }
  154. /// <summary>
  155. /// CreateUserID
  156. /// </summary>
  157. public Nullable<System.Guid> CreateUserID { get; set; }
  158. /// <summary>
  159. /// CreateTime
  160. /// </summary>
  161. public Nullable<System.DateTime> CreateTime { get; set; }
  162. /// <summary>
  163. /// ModifyUserID
  164. /// </summary>
  165. public Nullable<System.Guid> ModifyUserID { get; set; }
  166. /// <summary>
  167. /// ModifyTime
  168. /// </summary>
  169. public Nullable<System.DateTime> ModifyTime { get; set; }
  170. /// <summary>
  171. /// CF_College
  172. /// </summary>
  173. public virtual CF_College CF_College { get; set; }
  174. /// <summary>
  175. /// CF_Department
  176. /// </summary>
  177. public virtual CF_Department CF_Department { get; set; }
  178. /// <summary>
  179. /// CF_StaffProfile
  180. /// </summary>
  181. public virtual CF_StaffProfile CF_StaffProfile { get; set; }
  182. /// <summary>
  183. /// Sys_User
  184. /// </summary>
  185. public virtual Sys_User Sys_User { get; set; }
  186. /// <summary>
  187. /// CF_StaffManageCampus
  188. /// </summary>
  189. public virtual HashSet<CF_StaffManageCampus> CF_StaffManageCampus { get; set; }
  190. /// <summary>
  191. /// CF_StaffManageCollege
  192. /// </summary>
  193. public virtual HashSet<CF_StaffManageCollege> CF_StaffManageCollege { get; set; }
  194. /// <summary>
  195. /// CF_StaffManageDepartment
  196. /// </summary>
  197. public virtual HashSet<CF_StaffManageDepartment> CF_StaffManageDepartment { get; set; }
  198. /// <summary>
  199. /// DQP_SOCStaff
  200. /// </summary>
  201. public virtual HashSet<DQP_SOCStaff> DQP_SOCStaff { get; set; }
  202. /// <summary>
  203. /// EM_CourseProcessTeacher
  204. /// </summary>
  205. public virtual HashSet<EM_CourseProcessTeacher> EM_CourseProcessTeacher { get; set; }
  206. /// <summary>
  207. /// EM_EvaluationCollegeScore
  208. /// </summary>
  209. public virtual HashSet<EM_EvaluationCollegeScore> EM_EvaluationCollegeScore { get; set; }
  210. /// <summary>
  211. /// EM_EvaluationStudentSetting
  212. /// </summary>
  213. public virtual HashSet<EM_EvaluationStudentSetting> EM_EvaluationStudentSetting { get; set; }
  214. /// <summary>
  215. /// EM_EvaluationStaffScore
  216. /// </summary>
  217. public virtual HashSet<EM_EvaluationStaffScore> EM_EvaluationStaffScore { get; set; }
  218. /// <summary>
  219. /// EM_EvaluationStudentScore
  220. /// </summary>
  221. public virtual HashSet<EM_EvaluationStudentScore> EM_EvaluationStudentScore { get; set; }
  222. /// <summary>
  223. /// EM_ExecutableFreeSelectionCouseTeacher
  224. /// </summary>
  225. public virtual HashSet<EM_ExecutableFreeSelectionCouseTeacher> EM_ExecutableFreeSelectionCouseTeacher { get; set; }
  226. /// <summary>
  227. /// EM_ExecutableOptionalCourseTeacher
  228. /// </summary>
  229. public virtual HashSet<EM_ExecutableOptionalCourseTeacher> EM_ExecutableOptionalCourseTeacher { get; set; }
  230. /// <summary>
  231. /// EM_FreeSelectionCouseApplyTeacher
  232. /// </summary>
  233. public virtual HashSet<EM_FreeSelectionCouseApplyTeacher> EM_FreeSelectionCouseApplyTeacher { get; set; }
  234. /// <summary>
  235. /// EM_MissionClassTeacher
  236. /// </summary>
  237. public virtual HashSet<EM_MissionClassTeacher> EM_MissionClassTeacher { get; set; }
  238. /// <summary>
  239. /// ER_RetakePlanTeacher
  240. /// </summary>
  241. public virtual HashSet<ER_RetakePlanTeacher> ER_RetakePlanTeacher { get; set; }
  242. /// <summary>
  243. /// ES_AdultEducationScheduleTeacher
  244. /// </summary>
  245. public virtual HashSet<ES_AdultEducationScheduleTeacher> ES_AdultEducationScheduleTeacher { get; set; }
  246. /// <summary>
  247. /// ES_ClassroomExcessiveUse
  248. /// </summary>
  249. public virtual HashSet<ES_ClassroomExcessiveUse> ES_ClassroomExcessiveUse { get; set; }
  250. /// <summary>
  251. /// ES_EducationSchedulingAdjustment
  252. /// </summary>
  253. public virtual HashSet<ES_EducationSchedulingAdjustment> ES_EducationSchedulingAdjustment_ToUserID { get; set; }
  254. /// <summary>
  255. /// ES_EducationSchedulingAdjustment1
  256. /// </summary>
  257. public virtual HashSet<ES_EducationSchedulingAdjustment> ES_EducationSchedulingAdjustment_UserID { get; set; }
  258. /// <summary>
  259. /// ES_EducationSchedulingAdjustmentTeacher
  260. /// </summary>
  261. public virtual HashSet<ES_EducationSchedulingAdjustmentTeacher> ES_EducationSchedulingAdjustmentTeacher { get; set; }
  262. /// <summary>
  263. /// ES_EducationSchedulingAdjustmentToTeacher
  264. /// </summary>
  265. public virtual HashSet<ES_EducationSchedulingAdjustmentToTeacher> ES_EducationSchedulingAdjustmentToTeacher { get; set; }
  266. /// <summary>
  267. /// ES_EducationSchedulingStopTeacher
  268. /// </summary>
  269. public virtual HashSet<ES_EducationSchedulingStopTeacher> ES_EducationSchedulingStopTeacher { get; set; }
  270. /// <summary>
  271. /// ES_EducationSchedulingTeacher
  272. /// </summary>
  273. public virtual HashSet<ES_EducationSchedulingTeacher> ES_EducationSchedulingTeacher { get; set; }
  274. /// <summary>
  275. /// ES_TeacherScheduleSetting
  276. /// </summary>
  277. public virtual HashSet<ES_TeacherScheduleSetting> ES_TeacherScheduleSetting { get; set; }
  278. /// <summary>
  279. /// EX_ExaminationTeacher
  280. /// </summary>
  281. public virtual HashSet<EX_ExaminationTeacher> EX_ExaminationTeacher { get; set; }
  282. /// <summary>
  283. /// SUP_LessonRecord
  284. /// </summary>
  285. public virtual HashSet<SUP_LessonRecord> SUP_LessonRecord { get; set; }
  286. /// <summary>
  287. /// SUP_ProjectRecord
  288. /// </summary>
  289. public virtual HashSet<SUP_ProjectRecord> SUP_ProjectRecord_UserID { get; set; }
  290. /// <summary>
  291. /// SUP_SupervisionUser
  292. /// </summary>
  293. public virtual HashSet<SUP_SupervisionUser> SUP_SupervisionUser { get; set; }
  294. /// <summary>
  295. /// TP_StaffStandard
  296. /// </summary>
  297. public virtual HashSet<TP_StaffStandard> TP_StaffStandard { get; set; }
  298. /// <summary>
  299. /// TP_WorktimeAddition
  300. /// </summary>
  301. public virtual HashSet<TP_WorktimeAddition> TP_WorktimeAddition { get; set; }
  302. /// <summary>
  303. /// TP_WorktimeAdjustment
  304. /// </summary>
  305. public virtual HashSet<TP_WorktimeAdjustment> TP_WorktimeAdjustment { get; set; }
  306. /// <summary>
  307. /// EM_EvaluationSetting
  308. /// </summary>
  309. public virtual HashSet<EM_EvaluationSetting> EM_EvaluationSetting { get; set; }
  310. /// <summary>
  311. /// EM_ExecutableFreeSelectionCouseScheduling
  312. /// </summary>
  313. public virtual HashSet<EM_ExecutableFreeSelectionCouseScheduling> EM_ExecutableFreeSelectionCouseScheduling { get; set; }
  314. /// <summary>
  315. /// EM_FreeSelectionCouseApplyScheduling
  316. /// </summary>
  317. public virtual HashSet<EM_FreeSelectionCouseApplyScheduling> EM_FreeSelectionCouseApplyScheduling { get; set; }
  318. /// <summary>
  319. /// EM_TeacherEvaluation
  320. /// </summary>
  321. public virtual HashSet<EM_TeacherEvaluation> EM_TeacherEvaluation { get; set; }
  322. /// <summary>
  323. /// EX_ExaminationRoomLayout
  324. /// </summary>
  325. public virtual HashSet<EX_ExaminationRoomLayout> EX_ExaminationRoomLayout { get; set; }
  326. /// <summary>
  327. /// SUP_ProjectRecord1
  328. /// </summary>
  329. public virtual HashSet<SUP_ProjectRecord> SUP_ProjectRecord_CF_Staff { get; set; }
  330. }
  331. }