//------------------------------------------------------------------------------
|
// 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.
|
//------------------------------------------------------------------------------
|
|
using System;
|
using System.Collections;
|
using System.ComponentModel;
|
using System.Linq;
|
using System.Text;
|
using System.Collections.Generic;
|
|
namespace TaiPower.Dmm.Model.CCS
|
{
|
|
/// <summary>
|
/// There are no comments for TaiPower.Dmm.Model.CCS.EVENTRECORD in the schema.
|
/// </summary>
|
public partial class EVENTRECORD {
|
|
#region Extensibility Method Definitions
|
|
/// <summary>
|
/// There are no comments for OnCreated in the schema.
|
/// </summary>
|
partial void OnCreated();
|
|
#endregion
|
/// <summary>
|
/// There are no comments for EVENTRECORD constructor in the schema.
|
/// </summary>
|
public EVENTRECORD()
|
{
|
OnCreated();
|
}
|
|
|
/// <summary>
|
/// There are no comments for METER in the schema.
|
/// </summary>
|
public virtual string METER
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CUSTOMERNAME in the schema.
|
/// </summary>
|
public virtual string CUSTOMERNAME
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CUSTOMERTEL in the schema.
|
/// </summary>
|
public virtual string CUSTOMERTEL
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for ADDRCITY in the schema.
|
/// </summary>
|
public virtual string ADDRCITY
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for ADDRTOWN in the schema.
|
/// </summary>
|
public virtual string ADDRTOWN
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for ADDRROAD in the schema.
|
/// </summary>
|
public virtual string ADDRROAD
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for ADDROTHER in the schema.
|
/// </summary>
|
public virtual string ADDROTHER
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for RECALLNAME in the schema.
|
/// </summary>
|
public virtual string RECALLNAME
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for RECALLTEL in the schema.
|
/// </summary>
|
public virtual string RECALLTEL
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for EVENTBRIEF in the schema.
|
/// </summary>
|
public virtual System.Nullable<int> EVENTBRIEF
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for ACCEPTTIME in the schema.
|
/// </summary>
|
public virtual System.DateTime ACCEPTTIME
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CCSID in the schema.
|
/// </summary>
|
public virtual string CCSID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for IMPORTCASE in the schema.
|
/// </summary>
|
public virtual System.Nullable<bool> IMPORTCASE
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for DEPT in the schema.
|
/// </summary>
|
public virtual string DEPT
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for PARTHICUSTOMER in the schema.
|
/// </summary>
|
public virtual System.Nullable<int> PARTHICUSTOMER
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for NOTE in the schema.
|
/// </summary>
|
public virtual string NOTE
|
{
|
get;
|
set;
|
}
|
}
|
|
}
|