//------------------------------------------------------------------------------
|
// This is auto-generated code.
|
//------------------------------------------------------------------------------
|
// This code was generated by Entity Developer tool using NHibernate template.
|
// Code is generated on: 2016/4/29 下午 04:39:04
|
//
|
// 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.EOS
|
{
|
|
/// <summary>
|
/// There are no comments for TaiPower.Dmm.Model.EOS.EVENTFACILITY in the schema.
|
/// </summary>
|
public partial class EVENTFACILITY {
|
|
#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 EVENTFACILITY constructor in the schema.
|
/// </summary>
|
public EVENTFACILITY()
|
{
|
OnCreated();
|
}
|
|
|
/// <summary>
|
/// There are no comments for CASEID in the schema.
|
/// </summary>
|
public virtual long CASEID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for FSC in the schema.
|
/// </summary>
|
public virtual int FSC
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for UFID in the schema.
|
/// </summary>
|
public virtual long UFID
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for FDR1 in the schema.
|
/// </summary>
|
public virtual string FDR1
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for FDR2 in the schema.
|
/// </summary>
|
public virtual string FDR2
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for AFFECTCUSTMS in the schema.
|
/// </summary>
|
public virtual string AFFECTCUSTMS
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CAPACITY in the schema.
|
/// </summary>
|
public virtual System.Nullable<long> CAPACITY
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for OPENTIME in the schema.
|
/// </summary>
|
public virtual System.DateTime OPENTIME
|
{
|
get;
|
set;
|
}
|
|
|
/// <summary>
|
/// There are no comments for CLOSETIME in the schema.
|
/// </summary>
|
public virtual System.Nullable<System.DateTime> CLOSETIME
|
{
|
get;
|
set;
|
}
|
}
|
|
}
|