//------------------------------------------------------------------------------
|
// 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.HICUSTOMER in the schema.
|
/// </summary>
|
public partial class HICUSTOMER {
|
|
#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 HICUSTOMER constructor in the schema.
|
/// </summary>
|
public HICUSTOMER()
|
{
|
OnCreated();
|
}
|
|
|
/// <summary>
|
/// There are no comments for UFID in the schema.
|
/// </summary>
|
public virtual long UFID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for OWNERFSC in the schema.
|
/// </summary>
|
public virtual System.Nullable<int> OWNERFSC
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for OWNERUFID in the schema.
|
/// </summary>
|
public virtual System.Nullable<long> OWNERUFID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for OWNERTPCLID in the schema.
|
/// </summary>
|
public virtual string OWNERTPCLID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for NAME1 in the schema.
|
/// </summary>
|
public virtual string NAME1
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for GROUP1 in the schema.
|
/// </summary>
|
public virtual string GROUP1
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for HICUSCAPACITY in the schema.
|
/// </summary>
|
public virtual System.Nullable<double> HICUSCAPACITY
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for METRNUMB in the schema.
|
/// </summary>
|
public virtual string METRNUMB
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for VLEVEL in the schema.
|
/// </summary>
|
public virtual System.Nullable<int> VLEVEL
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CABTYPE in the schema.
|
/// </summary>
|
public virtual System.Nullable<int> CABTYPE
|
{
|
get;
|
set;
|
}
|
}
|
|
}
|