//------------------------------------------------------------------------------ // // 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_FreeSelectionCouseApplyScheduling /// public partial class EM_FreeSelectionCouseApplyScheduling { public EM_FreeSelectionCouseApplyScheduling() { this.CF_Staff = new HashSet(); } /// /// FreeSelectionCouseApplySchedulingID /// public System.Guid FreeSelectionCouseApplySchedulingID { get; set; } /// /// FreeSelectionCouseApplyID /// public Nullable FreeSelectionCouseApplyID { get; set; } /// /// CoursesTimeID /// public Nullable CoursesTimeID { get; set; } /// /// ClassroomID /// public Nullable ClassroomID { get; set; } /// /// Weekday /// public Nullable Weekday { get; set; } /// /// RecordStatus /// public Nullable RecordStatus { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// CreateUserID /// public Nullable CreateUserID { get; set; } /// /// ModifyUserID /// public Nullable ModifyUserID { get; set; } /// /// ModifyTime /// public Nullable ModifyTime { get; set; } /// /// CF_Classroom /// public virtual CF_Classroom CF_Classroom { get; set; } /// /// EM_CoursesTime /// public virtual EM_CoursesTime EM_CoursesTime { get; set; } /// /// EM_FreeSelectionCouseApply /// public virtual EM_FreeSelectionCouseApply EM_FreeSelectionCouseApply { get; set; } /// /// CF_Staff /// public virtual HashSet CF_Staff { get; set; } } }