123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
-
-
-
- public partial class CF_Department
- {
- public CF_Department()
- {
- this.CF_Staff = new HashSet<CF_Staff>();
- this.CF_StaffManageDepartment = new HashSet<CF_StaffManageDepartment>();
- this.DQP_SOC = new HashSet<DQP_SOC>();
- this.DQP_SOCTemplate = new HashSet<DQP_SOCTemplate>();
- this.EM_EducationMission = new HashSet<EM_EducationMission>();
- this.EM_EvaluationCollegeScore = new HashSet<EM_EvaluationCollegeScore>();
- this.EM_EvaluationStaffScore = new HashSet<EM_EvaluationStaffScore>();
- this.EM_EvaluationStudentScore = new HashSet<EM_EvaluationStudentScore>();
- this.EM_ExecutableFreeSelectionCouse = new HashSet<EM_ExecutableFreeSelectionCouse>();
- this.EM_ExecutableMinorPlan = new HashSet<EM_ExecutableMinorPlan>();
- this.EM_ExecutablePlan = new HashSet<EM_ExecutablePlan>();
- this.EM_FreeSelectionCouse = new HashSet<EM_FreeSelectionCouse>();
- this.EM_FreeSelectionCouseApply = new HashSet<EM_FreeSelectionCouseApply>();
- this.EM_MinorCourse = new HashSet<EM_MinorCourse>();
- this.EM_MinorPlan = new HashSet<EM_MinorPlan>();
- this.EM_MinorPlanApplication = new HashSet<EM_MinorPlanApplication>();
- this.EM_OptionalCoursePlan = new HashSet<EM_OptionalCoursePlan>();
- this.EM_PlanApplication = new HashSet<EM_PlanApplication>();
- this.EM_SpecialtyCourse = new HashSet<EM_SpecialtyCourse>();
- this.EM_SpecialtyPlan = new HashSet<EM_SpecialtyPlan>();
- this.ER_FinalExamination = new HashSet<ER_FinalExamination>();
- this.ER_FinallyScore = new HashSet<ER_FinallyScore>();
- this.ER_SubmitedScore = new HashSet<ER_SubmitedScore>();
- this.DQP_Document = new HashSet<DQP_Document>();
- }
-
-
-
-
- public System.Guid DepartmentID { get; set; }
-
-
-
- public Nullable<System.Guid> CollegeID { get; set; }
-
-
-
- public string No { get; set; }
-
-
-
- public string Name { get; set; }
-
-
-
- public string SimpleName { get; set; }
-
-
-
- public string EnglishName { get; set; }
-
-
-
- public string HierarchyID { get; set; }
-
-
-
- public string Remark { get; set; }
-
-
-
- public Nullable<int> RecordStatus { get; set; }
-
-
-
- public Nullable<System.Guid> CreateUserID { get; set; }
-
-
-
- public Nullable<System.DateTime> CreateTime { get; set; }
-
-
-
- public Nullable<System.Guid> ModifyUserID { get; set; }
-
-
-
- public Nullable<System.DateTime> ModifyTime { get; set; }
-
-
-
-
- public virtual CF_College CF_College { get; set; }
-
-
-
- public virtual CF_DepartmentProfile CF_DepartmentProfile { get; set; }
-
-
-
- public virtual HashSet<CF_Staff> CF_Staff { get; set; }
-
-
-
- public virtual HashSet<CF_StaffManageDepartment> CF_StaffManageDepartment { get; set; }
-
-
-
- public virtual HashSet<DQP_SOC> DQP_SOC { get; set; }
-
-
-
- public virtual HashSet<DQP_SOCTemplate> DQP_SOCTemplate { get; set; }
-
-
-
- public virtual HashSet<EM_EducationMission> EM_EducationMission { get; set; }
-
-
-
- public virtual HashSet<EM_EvaluationCollegeScore> EM_EvaluationCollegeScore { get; set; }
-
-
-
- public virtual HashSet<EM_EvaluationStaffScore> EM_EvaluationStaffScore { get; set; }
-
-
-
- public virtual HashSet<EM_EvaluationStudentScore> EM_EvaluationStudentScore { get; set; }
-
-
-
- public virtual HashSet<EM_ExecutableFreeSelectionCouse> EM_ExecutableFreeSelectionCouse { get; set; }
-
-
-
- public virtual HashSet<EM_ExecutableMinorPlan> EM_ExecutableMinorPlan { get; set; }
-
-
-
- public virtual HashSet<EM_ExecutablePlan> EM_ExecutablePlan { get; set; }
-
-
-
- public virtual HashSet<EM_FreeSelectionCouse> EM_FreeSelectionCouse { get; set; }
-
-
-
- public virtual HashSet<EM_FreeSelectionCouseApply> EM_FreeSelectionCouseApply { get; set; }
-
-
-
- public virtual HashSet<EM_MinorCourse> EM_MinorCourse { get; set; }
-
-
-
- public virtual HashSet<EM_MinorPlan> EM_MinorPlan { get; set; }
-
-
-
- public virtual HashSet<EM_MinorPlanApplication> EM_MinorPlanApplication { get; set; }
-
-
-
- public virtual HashSet<EM_OptionalCoursePlan> EM_OptionalCoursePlan { get; set; }
-
-
-
- public virtual HashSet<EM_PlanApplication> EM_PlanApplication { get; set; }
-
-
-
- public virtual HashSet<EM_SpecialtyCourse> EM_SpecialtyCourse { get; set; }
-
-
-
- public virtual HashSet<EM_SpecialtyPlan> EM_SpecialtyPlan { get; set; }
-
-
-
- public virtual HashSet<ER_FinalExamination> ER_FinalExamination { get; set; }
-
-
-
- public virtual HashSet<ER_FinallyScore> ER_FinallyScore { get; set; }
-
-
-
- public virtual HashSet<ER_SubmitedScore> ER_SubmitedScore { get; set; }
-
-
-
- public virtual HashSet<DQP_Document> DQP_Document { get; set; }
- }
- }
|