//------------------------------------------------------------------------------
// 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
{
///
/// There are no comments for TaiPower.Dmm.Model.METER in the schema.
///
public partial class METER {
#region Extensibility Method Definitions
///
/// There are no comments for OnCreated in the schema.
///
partial void OnCreated();
#endregion
///
/// There are no comments for METER constructor in the schema.
///
public METER()
{
OnCreated();
}
///
/// There are no comments for METRNUMB in the schema.
///
public virtual string METRNUMB
{
get;
set;
}
///
/// There are no comments for BILLCYCL in the schema.
///
public virtual string BILLCYCL
{
get;
set;
}
///
/// There are no comments for TRANCORD in the schema.
///
public virtual string TRANCORD
{
get;
set;
}
///
/// There are no comments for CUSTTYPE in the schema.
///
public virtual string CUSTTYPE
{
get;
set;
}
///
/// There are no comments for TELENUMB in the schema.
///
public virtual string TELENUMB
{
get;
set;
}
///
/// There are no comments for VAIDDATE in the schema.
///
public virtual string VAIDDATE
{
get;
set;
}
///
/// There are no comments for ENTRDATE in the schema.
///
public virtual string ENTRDATE
{
get;
set;
}
}
}