//------------------------------------------------------------------------------ // // 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 EMISOnline.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// CF_Schoolyear /// public partial class CF_Schoolyear { /// /// SchoolyearID /// public System.Guid SchoolyearID { get; set; } /// /// Code /// public string Code { get; set; } /// /// Years /// public int Years { get; set; } /// /// SchoolcodeID /// public int SchoolcodeID { get; set; } /// /// WeeksNum /// public int WeeksNum { get; set; } /// /// FirstWeek /// public System.DateTime FirstWeek { get; set; } /// /// IsCurrent /// public bool IsCurrent { get; set; } /// /// WeekDays /// public int WeekDays { 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; } /// /// Value /// public Nullable Value { get; set; } } }