//------------------------------------------------------------------------------
|
// 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
|
{
|
|
/// <summary>
|
/// There are no comments for TaiPower.Dmm.Model.EOS.TMPAFFECTCUSTM in the schema.
|
/// </summary>
|
public partial class TMPAFFECTCUSTM {
|
|
#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 TMPAFFECTCUSTM constructor in the schema.
|
/// </summary>
|
public TMPAFFECTCUSTM()
|
{
|
OnCreated();
|
}
|
|
|
/// <summary>
|
/// There are no comments for CASEID in the schema.
|
/// </summary>
|
public virtual long CASEID
|
{
|
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 CUSTOMERMETER in the schema.
|
/// </summary>
|
public virtual string CUSTOMERMETER
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CUSTOMERADDR in the schema.
|
/// </summary>
|
public virtual string CUSTOMERADDR
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for TPCLIDGROUPID in the schema.
|
/// </summary>
|
public virtual string TPCLIDGROUPID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CUSTOMERTYPE in the schema.
|
/// </summary>
|
public virtual string CUSTOMERTYPE
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CUSTOMERKIND in the schema.
|
/// </summary>
|
public virtual string CUSTOMERKIND
|
{
|
get;
|
set;
|
}
|
}
|
|
}
|