//------------------------------------------------------------------------------ // // 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_EducationMissionClassCheck /// public partial class EM_EducationMissionClassCheck { public EM_EducationMissionClassCheck() { this.Sys_User = new HashSet(); } /// /// EducationMissionClassCheckID /// public System.Guid EducationMissionClassCheckID { get; set; } /// /// EducationSchedulingWeekNumID /// public Nullable EducationSchedulingWeekNumID { get; set; } /// /// StudentComment /// public string StudentComment { get; set; } /// /// TeacherComment /// public string TeacherComment { get; set; } /// /// DeviceComment /// public string DeviceComment { get; set; } /// /// CheckWayID /// public Nullable CheckWayID { get; set; } /// /// OpinionID /// public Nullable OpinionID { get; set; } /// /// Remark /// public string Remark { 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; } /// /// ES_EducationSchedulingWeekNum /// public virtual ES_EducationSchedulingWeekNum ES_EducationSchedulingWeekNum { get; set; } /// /// Sys_User /// public virtual HashSet Sys_User { get; set; } } }