//------------------------------------------------------------------------------ // This is auto-generated code. //------------------------------------------------------------------------------ // This code was generated by Entity Developer tool using NHibernate template. // Code is generated on: 2016/4/29 下午 04:39:04 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. //------------------------------------------------------------------------------ namespace CCSTrace.TPower.DMMS.Model.EOS { /// /// There are no comments for TaiPower.Dmm.Model.EOS.EVENTFACILITY in the schema. /// public partial class EVENTFACILITY { #region Extensibility Method Definitions /// /// There are no comments for OnCreated in the schema. /// partial void OnCreated(); #endregion /// /// There are no comments for EVENTFACILITY constructor in the schema. /// public EVENTFACILITY() { OnCreated(); } /// /// There are no comments for CASEID in the schema. /// public virtual long CASEID { get; set; } /// /// There are no comments for FSC in the schema. /// public virtual int FSC { get; set; } /// /// There are no comments for UFID in the schema. /// public virtual long UFID { get; set; } /// /// There are no comments for FDR1 in the schema. /// public virtual string FDR1 { get; set; } /// /// There are no comments for FDR2 in the schema. /// public virtual string FDR2 { get; set; } /// /// There are no comments for AFFECTCUSTMS in the schema. /// public virtual string AFFECTCUSTMS { get; set; } /// /// There are no comments for CAPACITY in the schema. /// public virtual System.Nullable CAPACITY { get; set; } /// /// There are no comments for OPENTIME in the schema. /// public virtual System.DateTime OPENTIME { get; set; } /// /// There are no comments for CLOSETIME in the schema. /// public virtual System.Nullable CLOSETIME { get; set; } } }