//------------------------------------------------------------------------------
|
// This is auto-generated code.
|
//------------------------------------------------------------------------------
|
// This code was generated by Entity Developer tool using NHibernate template.
|
// Code is generated on: 2016/4/29 下午 04:28:50
|
//
|
// 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
|
{
|
|
/// <summary>
|
/// There are no comments for TaiPower.Dmm.Model.METER in the schema.
|
/// </summary>
|
public partial class METER {
|
|
#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 METER constructor in the schema.
|
/// </summary>
|
public METER()
|
{
|
OnCreated();
|
}
|
|
|
/// <summary>
|
/// There are no comments for METRNUMB in the schema.
|
/// </summary>
|
public virtual string METRNUMB
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for BILLCYCL in the schema.
|
/// </summary>
|
public virtual string BILLCYCL
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for TRANCORD in the schema.
|
/// </summary>
|
public virtual string TRANCORD
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CUSTTYPE in the schema.
|
/// </summary>
|
public virtual string CUSTTYPE
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for TELENUMB in the schema.
|
/// </summary>
|
public virtual string TELENUMB
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for VAIDDATE in the schema.
|
/// </summary>
|
public virtual string VAIDDATE
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for ENTRDATE in the schema.
|
/// </summary>
|
public virtual string ENTRDATE
|
{
|
get;
|
set;
|
}
|
}
|
|
}
|