//------------------------------------------------------------------------------ // // 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; /// /// EM_ExecutablePlan /// public partial class EM_ExecutablePlan { public EM_ExecutablePlan() { this.EM_ExecutablePlanTeachingModeType = new HashSet(); this.EM_ExecutablePlanTeachingPlace = new HashSet(); } /// /// ExecutablePlanID /// public System.Guid ExecutablePlanID { get; set; } /// /// SourceTypeID /// public Nullable SourceTypeID { get; set; } /// /// DefaultClassName /// public string DefaultClassName { get; set; } /// /// SpecialtyPlanID /// public Nullable SpecialtyPlanID { get; set; } /// /// SchoolyearID /// public Nullable SchoolyearID { get; set; } /// /// GrademajorID /// public Nullable GrademajorID { get; set; } /// /// CoursematerialID /// public Nullable CoursematerialID { get; set; } /// /// CourseStructureID /// public Nullable CourseStructureID { get; set; } /// /// CourseCategoryID /// public Nullable CourseCategoryID { get; set; } /// /// CourseTypeID /// public Nullable CourseTypeID { get; set; } /// /// CourseQualityID /// public Nullable CourseQualityID { get; set; } /// /// DepartmentID /// public Nullable DepartmentID { get; set; } /// /// IsNeedMaterial /// public Nullable IsNeedMaterial { get; set; } /// /// ResultTypeID /// public Nullable ResultTypeID { get; set; } /// /// HandleModeID /// public Nullable HandleModeID { 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_Department /// public virtual CF_Department CF_Department { get; set; } /// /// CF_Grademajor /// public virtual CF_Grademajor CF_Grademajor { get; set; } /// /// CF_Schoolyear /// public virtual CF_Schoolyear CF_Schoolyear { get; set; } /// /// EM_Coursematerial /// public virtual EM_Coursematerial EM_Coursematerial { get; set; } /// /// EM_SpecialtyPlan /// public virtual EM_SpecialtyPlan EM_SpecialtyPlan { get; set; } /// /// EM_ExecutablePlanProfile /// public virtual EM_ExecutablePlanProfile EM_ExecutablePlanProfile { get; set; } /// /// EM_ExecutablePlanTeachingModeType /// public virtual HashSet EM_ExecutablePlanTeachingModeType { get; set; } /// /// EM_ExecutablePlanTeachingPlace /// public virtual HashSet EM_ExecutablePlanTeachingPlace { get; set; } /// /// EM_ExecutablePlanTeachingSetting /// public virtual EM_ExecutablePlanTeachingSetting EM_ExecutablePlanTeachingSetting { get; set; } } }