//------------------------------------------------------------------------------ // 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.SXFMR in the schema. /// public partial class SXFMR { #region Extensibility Method Definitions /// /// There are no comments for OnCreated in the schema. /// partial void OnCreated(); #endregion /// /// There are no comments for SXFMR constructor in the schema. /// public SXFMR() { OnCreated(); } /// /// There are no comments for UFID in the schema. /// public virtual long UFID { get; set; } /// /// There are no comments for SXFMRTYPE in the schema. /// public virtual System.Nullable SXFMRTYPE { 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 GROUP1 in the schema. /// public virtual string GROUP1 { get; set; } /// /// There are no comments for SXFMRCAPACITY1 in the schema. /// public virtual System.Nullable SXFMRCAPACITY1 { get; set; } /// /// There are no comments for SXFMRCAPACITY2 in the schema. /// public virtual System.Nullable SXFMRCAPACITY2 { get; set; } /// /// There are no comments for SXFMRCAPACITY3 in the schema. /// public virtual System.Nullable SXFMRCAPACITY3 { get; set; } /// /// There are no comments for SUPPLYTYPE in the schema. /// public virtual System.Nullable SUPPLYTYPE { get; set; } /// /// There are no comments for LIGHTTYPE1 in the schema. /// public virtual System.Nullable LIGHTTYPE1 { get; set; } /// /// There are no comments for LIGHTTYPE2 in the schema. /// public virtual System.Nullable LIGHTTYPE2 { get; set; } /// /// There are no comments for LIGHTTYPE3 in the schema. /// public virtual System.Nullable LIGHTTYPE3 { get; set; } /// /// There are no comments for PHASE1 in the schema. /// public virtual System.Nullable PHASE1 { get; set; } /// /// There are no comments for PHASE2 in the schema. /// public virtual System.Nullable PHASE2 { get; set; } /// /// There are no comments for PHASE3 in the schema. /// public virtual System.Nullable PHASE3 { get; set; } /// /// There are no comments for TPCNO1 in the schema. /// public virtual string TPCNO1 { get; set; } /// /// There are no comments for TPCNO2 in the schema. /// public virtual string TPCNO2 { get; set; } /// /// There are no comments for TPCNO3 in the schema. /// public virtual string TPCNO3 { get; set; } /// /// There are no comments for TCOUNT in the schema. /// public virtual System.Nullable TCOUNT { 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; } } }