//------------------------------------------------------------------------------ // // 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_PlanApplication /// public partial class EM_PlanApplication { public EM_PlanApplication() { this.EM_SpecialtyPlan = new HashSet(); this.EM_PlanApplicationTeachingModeType = new HashSet(); this.EM_PlanApplicationTeachingPlace = new HashSet(); } /// /// PlanApplicationID /// public System.Guid PlanApplicationID { 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; } /// /// IsSpecialtycore /// public Nullable IsSpecialtycore { get; set; } /// /// IsCooperation /// public Nullable IsCooperation { get; set; } /// /// IsRequired /// public Nullable IsRequired { get; set; } /// /// IsElective /// public Nullable IsElective { get; set; } /// /// IsNetworkCourse /// public Nullable IsNetworkCourse { get; set; } /// /// IsMainCourse /// public Nullable IsMainCourse { get; set; } /// /// IsNeedMaterial /// public Nullable IsNeedMaterial { get; set; } /// /// CourseFineID /// public Nullable CourseFineID { get; set; } /// /// PracticeTypeID /// public Nullable PracticeTypeID { get; set; } /// /// TeachinglanguageID /// public Nullable TeachinglanguageID { get; set; } /// /// ExaminationModeID /// public Nullable ExaminationModeID { 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 HashSet EM_SpecialtyPlan { get; set; } /// /// EM_PlanApplicationTeachingModeType /// public virtual HashSet EM_PlanApplicationTeachingModeType { get; set; } /// /// EM_PlanApplicationTeachingPlace /// public virtual HashSet EM_PlanApplicationTeachingPlace { get; set; } /// /// EM_PlanApplicationTeachingSetting /// public virtual EM_PlanApplicationTeachingSetting EM_PlanApplicationTeachingSetting { get; set; } } }