//------------------------------------------------------------------------------ // 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 { /// /// There are no comments for TaiPower.Dmm.Model.HICUSTOMER in the schema. /// public partial class HICUSTOMER { #region Extensibility Method Definitions /// /// There are no comments for OnCreated in the schema. /// partial void OnCreated(); #endregion /// /// There are no comments for HICUSTOMER constructor in the schema. /// public HICUSTOMER() { OnCreated(); } /// /// There are no comments for UFID in the schema. /// public virtual long UFID { get; set; } /// /// There are no comments for OWNERFSC in the schema. /// public virtual System.Nullable OWNERFSC { get; set; } /// /// There are no comments for OWNERUFID in the schema. /// public virtual System.Nullable OWNERUFID { get; set; } /// /// There are no comments for OWNERTPCLID in the schema. /// public virtual string OWNERTPCLID { get; set; } /// /// There are no comments for NAME1 in the schema. /// public virtual string NAME1 { get; set; } /// /// There are no comments for GROUP1 in the schema. /// public virtual string GROUP1 { get; set; } /// /// There are no comments for HICUSCAPACITY in the schema. /// public virtual System.Nullable HICUSCAPACITY { get; set; } /// /// There are no comments for METRNUMB in the schema. /// public virtual string METRNUMB { get; set; } /// /// There are no comments for VLEVEL in the schema. /// public virtual System.Nullable VLEVEL { get; set; } /// /// There are no comments for CABTYPE in the schema. /// public virtual System.Nullable CABTYPE { get; set; } } }