123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated from a template.
- //
- // Manual changes to this file may cause unexpected behavior in your application.
- // Manual changes to this file will be overwritten if the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMIS.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
- /// <summary>
- /// CF_Department
- /// </summary>
- 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>();
- }
-
- /// <summary>
- /// DepartmentID
- /// </summary>
- public System.Guid DepartmentID { get; set; }
- /// <summary>
- /// CollegeID
- /// </summary>
- public Nullable<System.Guid> CollegeID { get; set; }
- /// <summary>
- /// No
- /// </summary>
- public string No { get; set; }
- /// <summary>
- /// Name
- /// </summary>
- public string Name { get; set; }
- /// <summary>
- /// SimpleName
- /// </summary>
- public string SimpleName { get; set; }
- /// <summary>
- /// EnglishName
- /// </summary>
- public string EnglishName { get; set; }
- /// <summary>
- /// HierarchyID
- /// </summary>
- public string HierarchyID { get; set; }
- /// <summary>
- /// Remark
- /// </summary>
- public string Remark { get; set; }
- /// <summary>
- /// RecordStatus
- /// </summary>
- public Nullable<int> RecordStatus { get; set; }
- /// <summary>
- /// CreateUserID
- /// </summary>
- public Nullable<System.Guid> CreateUserID { get; set; }
- /// <summary>
- /// CreateTime
- /// </summary>
- public Nullable<System.DateTime> CreateTime { get; set; }
- /// <summary>
- /// ModifyUserID
- /// </summary>
- public Nullable<System.Guid> ModifyUserID { get; set; }
- /// <summary>
- /// ModifyTime
- /// </summary>
- public Nullable<System.DateTime> ModifyTime { get; set; }
-
- /// <summary>
- /// CF_College
- /// </summary>
- public virtual CF_College CF_College { get; set; }
- /// <summary>
- /// CF_DepartmentProfile
- /// </summary>
- public virtual CF_DepartmentProfile CF_DepartmentProfile { get; set; }
- /// <summary>
- /// CF_Staff
- /// </summary>
- public virtual HashSet<CF_Staff> CF_Staff { get; set; }
- /// <summary>
- /// CF_StaffManageDepartment
- /// </summary>
- public virtual HashSet<CF_StaffManageDepartment> CF_StaffManageDepartment { get; set; }
- /// <summary>
- /// DQP_SOC
- /// </summary>
- public virtual HashSet<DQP_SOC> DQP_SOC { get; set; }
- /// <summary>
- /// DQP_SOCTemplate
- /// </summary>
- public virtual HashSet<DQP_SOCTemplate> DQP_SOCTemplate { get; set; }
- /// <summary>
- /// EM_EducationMission
- /// </summary>
- public virtual HashSet<EM_EducationMission> EM_EducationMission { get; set; }
- /// <summary>
- /// EM_EvaluationCollegeScore
- /// </summary>
- public virtual HashSet<EM_EvaluationCollegeScore> EM_EvaluationCollegeScore { get; set; }
- /// <summary>
- /// EM_EvaluationStaffScore
- /// </summary>
- public virtual HashSet<EM_EvaluationStaffScore> EM_EvaluationStaffScore { get; set; }
- /// <summary>
- /// EM_EvaluationStudentScore
- /// </summary>
- public virtual HashSet<EM_EvaluationStudentScore> EM_EvaluationStudentScore { get; set; }
- /// <summary>
- /// EM_ExecutableFreeSelectionCouse
- /// </summary>
- public virtual HashSet<EM_ExecutableFreeSelectionCouse> EM_ExecutableFreeSelectionCouse { get; set; }
- /// <summary>
- /// EM_ExecutableMinorPlan
- /// </summary>
- public virtual HashSet<EM_ExecutableMinorPlan> EM_ExecutableMinorPlan { get; set; }
- /// <summary>
- /// EM_ExecutablePlan
- /// </summary>
- public virtual HashSet<EM_ExecutablePlan> EM_ExecutablePlan { get; set; }
- /// <summary>
- /// EM_FreeSelectionCouse
- /// </summary>
- public virtual HashSet<EM_FreeSelectionCouse> EM_FreeSelectionCouse { get; set; }
- /// <summary>
- /// EM_FreeSelectionCouseApply
- /// </summary>
- public virtual HashSet<EM_FreeSelectionCouseApply> EM_FreeSelectionCouseApply { get; set; }
- /// <summary>
- /// EM_MinorCourse
- /// </summary>
- public virtual HashSet<EM_MinorCourse> EM_MinorCourse { get; set; }
- /// <summary>
- /// EM_MinorPlan
- /// </summary>
- public virtual HashSet<EM_MinorPlan> EM_MinorPlan { get; set; }
- /// <summary>
- /// EM_MinorPlanApplication
- /// </summary>
- public virtual HashSet<EM_MinorPlanApplication> EM_MinorPlanApplication { get; set; }
- /// <summary>
- /// EM_OptionalCoursePlan
- /// </summary>
- public virtual HashSet<EM_OptionalCoursePlan> EM_OptionalCoursePlan { get; set; }
- /// <summary>
- /// EM_PlanApplication
- /// </summary>
- public virtual HashSet<EM_PlanApplication> EM_PlanApplication { get; set; }
- /// <summary>
- /// EM_SpecialtyCourse
- /// </summary>
- public virtual HashSet<EM_SpecialtyCourse> EM_SpecialtyCourse { get; set; }
- /// <summary>
- /// EM_SpecialtyPlan
- /// </summary>
- public virtual HashSet<EM_SpecialtyPlan> EM_SpecialtyPlan { get; set; }
- /// <summary>
- /// ER_FinalExamination
- /// </summary>
- public virtual HashSet<ER_FinalExamination> ER_FinalExamination { get; set; }
- /// <summary>
- /// ER_FinallyScore
- /// </summary>
- public virtual HashSet<ER_FinallyScore> ER_FinallyScore { get; set; }
- /// <summary>
- /// ER_SubmitedScore
- /// </summary>
- public virtual HashSet<ER_SubmitedScore> ER_SubmitedScore { get; set; }
- /// <summary>
- /// DQP_Document
- /// </summary>
- public virtual HashSet<DQP_Document> DQP_Document { get; set; }
- }
- }
|