//------------------------------------------------------------------------------
// 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.MSTADDR in the schema.
///
public partial class MSTADDR {
#region Extensibility Method Definitions
///
/// There are no comments for OnCreated in the schema.
///
partial void OnCreated();
#endregion
///
/// There are no comments for MSTADDR constructor in the schema.
///
public MSTADDR()
{
OnCreated();
}
///
/// There are no comments for MCYCLE in the schema.
///
public virtual string MCYCLE
{
get;
set;
}
///
/// There are no comments for MCUSTNO in the schema.
///
public virtual string MCUSTNO
{
get;
set;
}
///
/// There are no comments for MNAME in the schema.
///
public virtual string MNAME
{
get;
set;
}
///
/// There are no comments for MADDR in the schema.
///
public virtual string MADDR
{
get;
set;
}
///
/// There are no comments for MAZIP in the schema.
///
public virtual string MAZIP
{
get;
set;
}
///
/// There are no comments for MMARK in the schema.
///
public virtual string MMARK
{
get;
set;
}
///
/// There are no comments for MNAMEE in the schema.
///
public virtual string MNAMEE
{
get;
set;
}
}
}