//------------------------------------------------------------------------------
//
// 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;
///
/// ES_EducationScheduling
///
public partial class ES_EducationScheduling
{
public ES_EducationScheduling()
{
this.ES_EducationSchedulingTeacher = new HashSet();
this.ES_EducationSchedulingWeekNum = new HashSet();
}
///
/// EducationSchedulingID
///
public System.Guid EducationSchedulingID { get; set; }
///
/// SchoolyearID
///
public Nullable SchoolyearID { get; set; }
///
/// EducationSchedulingClassID
///
public Nullable EducationSchedulingClassID { get; set; }
///
/// Weekday
///
public Nullable Weekday { get; set; }
///
/// CoursesTimeID
///
public Nullable CoursesTimeID { get; set; }
///
/// ClassroomID
///
public Nullable ClassroomID { get; set; }
///
/// IsAuto
///
public Nullable IsAuto { 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; }
///
/// CF_Schoolyear
///
public virtual CF_Schoolyear CF_Schoolyear { get; set; }
///
/// EM_CoursesTime
///
public virtual EM_CoursesTime EM_CoursesTime { get; set; }
///
/// EM_EducationSchedulingClass
///
public virtual EM_EducationSchedulingClass EM_EducationSchedulingClass { get; set; }
///
/// ES_EducationSchedulingTeacher
///
public virtual HashSet ES_EducationSchedulingTeacher { get; set; }
///
/// ES_EducationSchedulingWeekNum
///
public virtual HashSet ES_EducationSchedulingWeekNum { get; set; }
}
}