//------------------------------------------------------------------------------ // 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.EVENTRECORD in the schema. /// public partial class EVENTRECORD { #region Extensibility Method Definitions /// /// There are no comments for OnCreated in the schema. /// partial void OnCreated(); #endregion /// /// There are no comments for EVENTRECORD constructor in the schema. /// public EVENTRECORD() { OnCreated(); } /// /// There are no comments for CASEID in the schema. /// public virtual long CASEID { get; set; } /// /// There are no comments for CUSTOMERNAME in the schema. /// public virtual string CUSTOMERNAME { get; set; } /// /// There are no comments for CUSTOMERMETER in the schema. /// public virtual string CUSTOMERMETER { get; set; } /// /// There are no comments for CUSTOMERTEL in the schema. /// public virtual string CUSTOMERTEL { get; set; } /// /// There are no comments for CUSTOMERADDR in the schema. /// public virtual string CUSTOMERADDR { get; set; } /// /// There are no comments for EVENTBRIEF in the schema. /// public virtual string EVENTBRIEF { get; set; } /// /// There are no comments for DEPT in the schema. /// public virtual System.Nullable DEPT { get; set; } /// /// There are no comments for RECORDER in the schema. /// public virtual string RECORDER { get; set; } /// /// There are no comments for ACCEPTNUM in the schema. /// public virtual string ACCEPTNUM { get; set; } /// /// There are no comments for ACCEPTTIME in the schema. /// public virtual System.DateTime ACCEPTTIME { get; set; } /// /// There are no comments for FSC in the schema. /// public virtual System.Nullable FSC { get; set; } /// /// There are no comments for UFID in the schema. /// public virtual System.Nullable UFID { get; set; } /// /// There are no comments for FDRID in the schema. /// public virtual System.Nullable FDRID { get; set; } /// /// There are no comments for TRACEFINISH in the schema. /// public virtual System.Nullable TRACEFINISH { get; set; } /// /// There are no comments for IMPORTCASE in the schema. /// public virtual System.Nullable IMPORTCASE { get; set; } /// /// There are no comments for NOTE in the schema. /// public virtual string NOTE { get; set; } /// /// There are no comments for ISRECALL in the schema. /// public virtual System.Nullable ISRECALL { get; set; } /// /// There are no comments for RECALLTEL in the schema. /// public virtual string RECALLTEL { get; set; } /// /// There are no comments for RECALLNAME in the schema. /// public virtual string RECALLNAME { get; set; } /// /// There are no comments for CASELEVEL in the schema. /// public virtual System.Nullable CASELEVEL { get; set; } } }