//------------------------------------------------------------------------------ // // 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; /// /// DQP_SOC /// public partial class DQP_SOC { public DQP_SOC() { this.DQP_SOCDetail = new HashSet(); this.DQP_SOCStaff = new HashSet(); this.CF_Classmajor = new HashSet(); this.CF_Student = new HashSet(); } /// /// SOCID /// public System.Guid SOCID { get; set; } /// /// EducationMissionID /// public Nullable EducationMissionID { get; set; } /// /// SchoolyearID /// public Nullable SchoolyearID { get; set; } /// /// CoursematerialID /// public Nullable CoursematerialID { get; set; } /// /// DepartmentID /// public Nullable DepartmentID { get; set; } /// /// HandleModeID /// public Nullable HandleModeID { get; set; } /// /// OptionalCourseTypeID /// public Nullable OptionalCourseTypeID { get; set; } /// /// Credit /// public Nullable Credit { 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_Schoolyear /// public virtual CF_Schoolyear CF_Schoolyear { get; set; } /// /// EM_Coursematerial /// public virtual EM_Coursematerial EM_Coursematerial { get; set; } /// /// DQP_SOCDetail /// public virtual HashSet DQP_SOCDetail { get; set; } /// /// DQP_SOCStaff /// public virtual HashSet DQP_SOCStaff { get; set; } /// /// CF_Classmajor /// public virtual HashSet CF_Classmajor { get; set; } /// /// CF_Student /// public virtual HashSet CF_Student { get; set; } } }