//------------------------------------------------------------------------------
// 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.
//------------------------------------------------------------------------------
namespace CCSTrace.TPower.DMMS.Model.EOS
{
    /// 
    /// There are no comments for TaiPower.Dmm.Model.EOS.CRTAPOLOGY in the schema.
    /// 
    public partial class CRTAPOLOGY {
    
        #region Extensibility Method Definitions
        
        /// 
        /// There are no comments for OnCreated in the schema.
        /// 
        partial void OnCreated();
        
        #endregion
        /// 
        /// There are no comments for CRTAPOLOGY constructor in the schema.
        /// 
        public CRTAPOLOGY()
        {
            OnCreated();
        }
    
        /// 
        /// There are no comments for CASEID in the schema.
        /// 
        public virtual long CASEID
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for EVENTSTATE in the schema.
        /// 
        public virtual int EVENTSTATE
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for RELAYACTION in the schema.
        /// 
        public virtual System.Nullable RELAYACTION
        {
            get;
            set;
        }
    }
}