//------------------------------------------------------------------------------
|
// 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.
|
//------------------------------------------------------------------------------
|
|
namespace CCSTrace.TPower.DMMS.Model.BaseDB
|
{
|
|
/// <summary>
|
/// There are no comments for TaiPower.Dmm.Model.MSTADDR in the schema.
|
/// </summary>
|
public partial class MSTADDR {
|
|
#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 MSTADDR constructor in the schema.
|
/// </summary>
|
public MSTADDR()
|
{
|
OnCreated();
|
}
|
|
|
/// <summary>
|
/// There are no comments for MCYCLE in the schema.
|
/// </summary>
|
public virtual string MCYCLE
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for MCUSTNO in the schema.
|
/// </summary>
|
public virtual string MCUSTNO
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for MNAME in the schema.
|
/// </summary>
|
public virtual string MNAME
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for MADDR in the schema.
|
/// </summary>
|
public virtual string MADDR
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for MAZIP in the schema.
|
/// </summary>
|
public virtual string MAZIP
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for MMARK in the schema.
|
/// </summary>
|
public virtual string MMARK
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for MNAMEE in the schema.
|
/// </summary>
|
public virtual string MNAMEE
|
{
|
get;
|
set;
|
}
|
}
|
|
}
|