CF_Student.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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_Student
  16. /// </summary>
  17. public partial class CF_Student
  18. {
  19. public CF_Student()
  20. {
  21. this.CF_ClassminorStudent = new HashSet<CF_ClassminorStudent>();
  22. this.CF_DifferentDynamic = new HashSet<CF_DifferentDynamic>();
  23. this.CF_StudentExperience = new HashSet<CF_StudentExperience>();
  24. this.CF_StudentFamily = new HashSet<CF_StudentFamily>();
  25. this.CF_StudentPostPractice = new HashSet<CF_StudentPostPractice>();
  26. this.DQP_SOCDetailStudent = new HashSet<DQP_SOCDetailStudent>();
  27. this.DQP_SOCDetailStudentScore = new HashSet<DQP_SOCDetailStudentScore>();
  28. this.EC_PassStudent = new HashSet<EC_PassStudent>();
  29. this.EC_StudentCharge = new HashSet<EC_StudentCharge>();
  30. this.EM_EvaluationStudent = new HashSet<EM_EvaluationStudent>();
  31. this.EM_StudentConduct = new HashSet<EM_StudentConduct>();
  32. this.EM_StudentEncourage = new HashSet<EM_StudentEncourage>();
  33. this.EM_StudentMinorRegist = new HashSet<EM_StudentMinorRegist>();
  34. this.EM_StudentPunish = new HashSet<EM_StudentPunish>();
  35. this.EM_StudentReport = new HashSet<EM_StudentReport>();
  36. this.ER_ExaminationExemption = new HashSet<ER_ExaminationExemption>();
  37. this.ER_ExaminationSuspension = new HashSet<ER_ExaminationSuspension>();
  38. this.ER_FinalExaminationStudent = new HashSet<ER_FinalExaminationStudent>();
  39. this.ER_FinallyScore = new HashSet<ER_FinallyScore>();
  40. this.ER_GraduateCardApply = new HashSet<ER_GraduateCardApply>();
  41. this.ER_GraduationApply = new HashSet<ER_GraduationApply>();
  42. this.ER_ImportScore = new HashSet<ER_ImportScore>();
  43. this.ER_LevelScore = new HashSet<ER_LevelScore>();
  44. this.ER_MinorGraduationApply = new HashSet<ER_MinorGraduationApply>();
  45. this.ER_Misconduct = new HashSet<ER_Misconduct>();
  46. this.ER_RetakePlanStudent = new HashSet<ER_RetakePlanStudent>();
  47. this.ER_Score = new HashSet<ER_Score>();
  48. this.ER_ScoreConvertByApply = new HashSet<ER_ScoreConvertByApply>();
  49. this.ER_ScoreConvertByReplace = new HashSet<ER_ScoreConvertByReplace>();
  50. this.ER_SubmitedScore = new HashSet<ER_SubmitedScore>();
  51. this.EM_EvaluationEnter = new HashSet<EM_EvaluationEnter>();
  52. this.EX_ExaminationRegistration = new HashSet<EX_ExaminationRegistration>();
  53. this.EX_ExaminationRoomStudent = new HashSet<EX_ExaminationRoomStudent>();
  54. this.Tem_StudentPrintTimes = new HashSet<Tem_StudentPrintTimes>();
  55. this.DQP_SOC = new HashSet<DQP_SOC>();
  56. this.DQP_SOCDetailGroup = new HashSet<DQP_SOCDetailGroup>();
  57. this.DQP_SOCStaff = new HashSet<DQP_SOCStaff>();
  58. this.EM_EducationSchedulingClass = new HashSet<EM_EducationSchedulingClass>();
  59. this.EM_EvaluationSetting = new HashSet<EM_EvaluationSetting>();
  60. this.EM_EvaluationStudentSetting = new HashSet<EM_EvaluationStudentSetting>();
  61. this.EM_ExecutableFreeSelectionCouse = new HashSet<EM_ExecutableFreeSelectionCouse>();
  62. this.EM_ExecutableOptionalCourse = new HashSet<EM_ExecutableOptionalCourse>();
  63. this.ER_RetakePlan = new HashSet<ER_RetakePlan>();
  64. this.ET_StudentDistribute_CF_Student = new HashSet<ET_StudentDistribute>();
  65. this.ET_StudentNotDistribute = new HashSet<ET_StudentDistribute>();
  66. this.EX_ExaminationPlan = new HashSet<EX_ExaminationPlan>();
  67. }
  68. /// <summary>
  69. /// UserID
  70. /// </summary>
  71. public System.Guid UserID { get; set; }
  72. /// <summary>
  73. /// ClassmajorID
  74. /// </summary>
  75. public Nullable<System.Guid> ClassmajorID { get; set; }
  76. /// <summary>
  77. /// SexID
  78. /// </summary>
  79. public Nullable<int> SexID { get; set; }
  80. /// <summary>
  81. /// BirthDate
  82. /// </summary>
  83. public Nullable<System.DateTime> BirthDate { get; set; }
  84. /// <summary>
  85. /// NationID
  86. /// </summary>
  87. public Nullable<int> NationID { get; set; }
  88. /// <summary>
  89. /// PoliticsID
  90. /// </summary>
  91. public Nullable<int> PoliticsID { get; set; }
  92. /// <summary>
  93. /// CertificatesType
  94. /// </summary>
  95. public Nullable<int> CertificatesType { get; set; }
  96. /// <summary>
  97. /// IDNumber
  98. /// </summary>
  99. public string IDNumber { get; set; }
  100. /// <summary>
  101. /// StudentType
  102. /// </summary>
  103. public Nullable<int> StudentType { get; set; }
  104. /// <summary>
  105. /// InSchoolStatusID
  106. /// </summary>
  107. public Nullable<int> InSchoolStatusID { get; set; }
  108. /// <summary>
  109. /// StudentStatus
  110. /// </summary>
  111. public Nullable<int> StudentStatus { get; set; }
  112. /// <summary>
  113. /// StudentCardNo
  114. /// </summary>
  115. public string StudentCardNo { get; set; }
  116. /// <summary>
  117. /// PhotoUrl
  118. /// </summary>
  119. public string PhotoUrl { get; set; }
  120. /// <summary>
  121. /// PlanningGraduateDate
  122. /// </summary>
  123. public Nullable<System.DateTime> PlanningGraduateDate { get; set; }
  124. /// <summary>
  125. /// GraduateDate
  126. /// </summary>
  127. public Nullable<System.DateTime> GraduateDate { get; set; }
  128. /// <summary>
  129. /// GraduateCardNo
  130. /// </summary>
  131. public string GraduateCardNo { get; set; }
  132. /// <summary>
  133. /// ReplaceGraduateNo
  134. /// </summary>
  135. public string ReplaceGraduateNo { get; set; }
  136. /// <summary>
  137. /// DegreeStatus
  138. /// </summary>
  139. public Nullable<bool> DegreeStatus { get; set; }
  140. /// <summary>
  141. /// GraduationPictureUrl
  142. /// </summary>
  143. public string GraduationPictureUrl { get; set; }
  144. /// <summary>
  145. /// Career
  146. /// </summary>
  147. public string Career { get; set; }
  148. /// <summary>
  149. /// IsPhotoComparison
  150. /// </summary>
  151. public Nullable<bool> IsPhotoComparison { get; set; }
  152. /// <summary>
  153. /// IsProofread
  154. /// </summary>
  155. public Nullable<bool> IsProofread { get; set; }
  156. /// <summary>
  157. /// Remark
  158. /// </summary>
  159. public string Remark { get; set; }
  160. /// <summary>
  161. /// RecordStatus
  162. /// </summary>
  163. public Nullable<int> RecordStatus { get; set; }
  164. /// <summary>
  165. /// CreateUserID
  166. /// </summary>
  167. public Nullable<System.Guid> CreateUserID { get; set; }
  168. /// <summary>
  169. /// CreateTime
  170. /// </summary>
  171. public Nullable<System.DateTime> CreateTime { get; set; }
  172. /// <summary>
  173. /// ModifyUserID
  174. /// </summary>
  175. public Nullable<System.Guid> ModifyUserID { get; set; }
  176. /// <summary>
  177. /// ModifyTime
  178. /// </summary>
  179. public Nullable<System.DateTime> ModifyTime { get; set; }
  180. /// <summary>
  181. /// CF_Classmajor
  182. /// </summary>
  183. public virtual CF_Classmajor CF_Classmajor { get; set; }
  184. /// <summary>
  185. /// CF_ClassminorStudent
  186. /// </summary>
  187. public virtual HashSet<CF_ClassminorStudent> CF_ClassminorStudent { get; set; }
  188. /// <summary>
  189. /// CF_DifferentDynamic
  190. /// </summary>
  191. public virtual HashSet<CF_DifferentDynamic> CF_DifferentDynamic { get; set; }
  192. /// <summary>
  193. /// CF_Recruitstudents
  194. /// </summary>
  195. public virtual CF_Recruitstudents CF_Recruitstudents { get; set; }
  196. /// <summary>
  197. /// Sys_User
  198. /// </summary>
  199. public virtual Sys_User Sys_User { get; set; }
  200. /// <summary>
  201. /// CF_StudentAccount
  202. /// </summary>
  203. public virtual CF_StudentAccount CF_StudentAccount { get; set; }
  204. /// <summary>
  205. /// CF_StudentContact
  206. /// </summary>
  207. public virtual CF_StudentContact CF_StudentContact { get; set; }
  208. /// <summary>
  209. /// CF_StudentExperience
  210. /// </summary>
  211. public virtual HashSet<CF_StudentExperience> CF_StudentExperience { get; set; }
  212. /// <summary>
  213. /// CF_StudentFamily
  214. /// </summary>
  215. public virtual HashSet<CF_StudentFamily> CF_StudentFamily { get; set; }
  216. /// <summary>
  217. /// CF_StudentPostPractice
  218. /// </summary>
  219. public virtual HashSet<CF_StudentPostPractice> CF_StudentPostPractice { get; set; }
  220. /// <summary>
  221. /// CF_StudentProfile
  222. /// </summary>
  223. public virtual CF_StudentProfile CF_StudentProfile { get; set; }
  224. /// <summary>
  225. /// DQP_SOCDetailStudent
  226. /// </summary>
  227. public virtual HashSet<DQP_SOCDetailStudent> DQP_SOCDetailStudent { get; set; }
  228. /// <summary>
  229. /// DQP_SOCDetailStudentScore
  230. /// </summary>
  231. public virtual HashSet<DQP_SOCDetailStudentScore> DQP_SOCDetailStudentScore { get; set; }
  232. /// <summary>
  233. /// EC_PassStudent
  234. /// </summary>
  235. public virtual HashSet<EC_PassStudent> EC_PassStudent { get; set; }
  236. /// <summary>
  237. /// EC_StudentCharge
  238. /// </summary>
  239. public virtual HashSet<EC_StudentCharge> EC_StudentCharge { get; set; }
  240. /// <summary>
  241. /// EM_EvaluationStudent
  242. /// </summary>
  243. public virtual HashSet<EM_EvaluationStudent> EM_EvaluationStudent { get; set; }
  244. /// <summary>
  245. /// EM_StudentConduct
  246. /// </summary>
  247. public virtual HashSet<EM_StudentConduct> EM_StudentConduct { get; set; }
  248. /// <summary>
  249. /// EM_StudentEncourage
  250. /// </summary>
  251. public virtual HashSet<EM_StudentEncourage> EM_StudentEncourage { get; set; }
  252. /// <summary>
  253. /// EM_StudentMinorRegist
  254. /// </summary>
  255. public virtual HashSet<EM_StudentMinorRegist> EM_StudentMinorRegist { get; set; }
  256. /// <summary>
  257. /// EM_StudentPunish
  258. /// </summary>
  259. public virtual HashSet<EM_StudentPunish> EM_StudentPunish { get; set; }
  260. /// <summary>
  261. /// EM_StudentReport
  262. /// </summary>
  263. public virtual HashSet<EM_StudentReport> EM_StudentReport { get; set; }
  264. /// <summary>
  265. /// ER_ExaminationExemption
  266. /// </summary>
  267. public virtual HashSet<ER_ExaminationExemption> ER_ExaminationExemption { get; set; }
  268. /// <summary>
  269. /// ER_ExaminationSuspension
  270. /// </summary>
  271. public virtual HashSet<ER_ExaminationSuspension> ER_ExaminationSuspension { get; set; }
  272. /// <summary>
  273. /// ER_FinalExaminationStudent
  274. /// </summary>
  275. public virtual HashSet<ER_FinalExaminationStudent> ER_FinalExaminationStudent { get; set; }
  276. /// <summary>
  277. /// ER_FinallyScore
  278. /// </summary>
  279. public virtual HashSet<ER_FinallyScore> ER_FinallyScore { get; set; }
  280. /// <summary>
  281. /// ER_GraduateCardApply
  282. /// </summary>
  283. public virtual HashSet<ER_GraduateCardApply> ER_GraduateCardApply { get; set; }
  284. /// <summary>
  285. /// ER_GraduationApply
  286. /// </summary>
  287. public virtual HashSet<ER_GraduationApply> ER_GraduationApply { get; set; }
  288. /// <summary>
  289. /// ER_ImportScore
  290. /// </summary>
  291. public virtual HashSet<ER_ImportScore> ER_ImportScore { get; set; }
  292. /// <summary>
  293. /// ER_LevelScore
  294. /// </summary>
  295. public virtual HashSet<ER_LevelScore> ER_LevelScore { get; set; }
  296. /// <summary>
  297. /// ER_MinorGraduationApply
  298. /// </summary>
  299. public virtual HashSet<ER_MinorGraduationApply> ER_MinorGraduationApply { get; set; }
  300. /// <summary>
  301. /// ER_Misconduct
  302. /// </summary>
  303. public virtual HashSet<ER_Misconduct> ER_Misconduct { get; set; }
  304. /// <summary>
  305. /// ER_RetakePlanStudent
  306. /// </summary>
  307. public virtual HashSet<ER_RetakePlanStudent> ER_RetakePlanStudent { get; set; }
  308. /// <summary>
  309. /// ER_Score
  310. /// </summary>
  311. public virtual HashSet<ER_Score> ER_Score { get; set; }
  312. /// <summary>
  313. /// ER_ScoreConvertByApply
  314. /// </summary>
  315. public virtual HashSet<ER_ScoreConvertByApply> ER_ScoreConvertByApply { get; set; }
  316. /// <summary>
  317. /// ER_ScoreConvertByReplace
  318. /// </summary>
  319. public virtual HashSet<ER_ScoreConvertByReplace> ER_ScoreConvertByReplace { get; set; }
  320. /// <summary>
  321. /// ER_SubmitedScore
  322. /// </summary>
  323. public virtual HashSet<ER_SubmitedScore> ER_SubmitedScore { get; set; }
  324. /// <summary>
  325. /// EM_EvaluationEnter
  326. /// </summary>
  327. public virtual HashSet<EM_EvaluationEnter> EM_EvaluationEnter { get; set; }
  328. /// <summary>
  329. /// EX_ExaminationRegistration
  330. /// </summary>
  331. public virtual HashSet<EX_ExaminationRegistration> EX_ExaminationRegistration { get; set; }
  332. /// <summary>
  333. /// EX_ExaminationRoomStudent
  334. /// </summary>
  335. public virtual HashSet<EX_ExaminationRoomStudent> EX_ExaminationRoomStudent { get; set; }
  336. /// <summary>
  337. /// Tem_StudentPrintTimes
  338. /// </summary>
  339. public virtual HashSet<Tem_StudentPrintTimes> Tem_StudentPrintTimes { get; set; }
  340. /// <summary>
  341. /// DQP_SOC
  342. /// </summary>
  343. public virtual HashSet<DQP_SOC> DQP_SOC { get; set; }
  344. /// <summary>
  345. /// DQP_SOCDetailGroup
  346. /// </summary>
  347. public virtual HashSet<DQP_SOCDetailGroup> DQP_SOCDetailGroup { get; set; }
  348. /// <summary>
  349. /// DQP_SOCStaff
  350. /// </summary>
  351. public virtual HashSet<DQP_SOCStaff> DQP_SOCStaff { get; set; }
  352. /// <summary>
  353. /// EM_EducationSchedulingClass
  354. /// </summary>
  355. public virtual HashSet<EM_EducationSchedulingClass> EM_EducationSchedulingClass { get; set; }
  356. /// <summary>
  357. /// EM_EvaluationSetting
  358. /// </summary>
  359. public virtual HashSet<EM_EvaluationSetting> EM_EvaluationSetting { get; set; }
  360. /// <summary>
  361. /// EM_EvaluationStudentSetting
  362. /// </summary>
  363. public virtual HashSet<EM_EvaluationStudentSetting> EM_EvaluationStudentSetting { get; set; }
  364. /// <summary>
  365. /// EM_ExecutableFreeSelectionCouse
  366. /// </summary>
  367. public virtual HashSet<EM_ExecutableFreeSelectionCouse> EM_ExecutableFreeSelectionCouse { get; set; }
  368. /// <summary>
  369. /// EM_ExecutableOptionalCourse
  370. /// </summary>
  371. public virtual HashSet<EM_ExecutableOptionalCourse> EM_ExecutableOptionalCourse { get; set; }
  372. /// <summary>
  373. /// ER_RetakePlan
  374. /// </summary>
  375. public virtual HashSet<ER_RetakePlan> ER_RetakePlan { get; set; }
  376. /// <summary>
  377. /// ET_StudentDistribute
  378. /// </summary>
  379. public virtual HashSet<ET_StudentDistribute> ET_StudentDistribute_CF_Student { get; set; }
  380. /// <summary>
  381. /// ET_StudentDistribute1
  382. /// </summary>
  383. public virtual HashSet<ET_StudentDistribute> ET_StudentNotDistribute { get; set; }
  384. /// <summary>
  385. /// EX_ExaminationPlan
  386. /// </summary>
  387. public virtual HashSet<EX_ExaminationPlan> EX_ExaminationPlan { get; set; }
  388. }
  389. }