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