//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using NHibernate template.
// Code is generated on: 2016/4/29 下午 04:34:25
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------
namespace CCSTrace.TPower.DMMS.Model.CCS
{
///
/// There are no comments for TaiPower.Dmm.Model.CCS.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 METER in the schema.
///
public virtual string METER
{
get;
set;
}
///
/// There are no comments for CUSTOMERNAME in the schema.
///
public virtual string CUSTOMERNAME
{
get;
set;
}
///
/// There are no comments for CUSTOMERTEL in the schema.
///
public virtual string CUSTOMERTEL
{
get;
set;
}
///
/// There are no comments for ADDRCITY in the schema.
///
public virtual string ADDRCITY
{
get;
set;
}
///
/// There are no comments for ADDRTOWN in the schema.
///
public virtual string ADDRTOWN
{
get;
set;
}
///
/// There are no comments for ADDRROAD in the schema.
///
public virtual string ADDRROAD
{
get;
set;
}
///
/// There are no comments for ADDROTHER in the schema.
///
public virtual string ADDROTHER
{
get;
set;
}
///
/// There are no comments for RECALLNAME in the schema.
///
public virtual string RECALLNAME
{
get;
set;
}
///
/// There are no comments for RECALLTEL in the schema.
///
public virtual string RECALLTEL
{
get;
set;
}
///
/// There are no comments for EVENTBRIEF in the schema.
///
public virtual System.Nullable EVENTBRIEF
{
get;
set;
}
///
/// There are no comments for ACCEPTTIME in the schema.
///
public virtual System.DateTime ACCEPTTIME
{
get;
set;
}
///
/// There are no comments for CCSID in the schema.
///
public virtual string CCSID
{
get;
set;
}
///
/// There are no comments for IMPORTCASE in the schema.
///
public virtual System.Nullable IMPORTCASE
{
get;
set;
}
///
/// There are no comments for DEPT in the schema.
///
public virtual string DEPT
{
get;
set;
}
///
/// There are no comments for PARTHICUSTOMER in the schema.
///
public virtual System.Nullable PARTHICUSTOMER
{
get;
set;
}
///
/// There are no comments for NOTE in the schema.
///
public virtual string NOTE
{
get;
set;
}
}
}