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