//------------------------------------------------------------------------------
// 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.TMPAFFECTCUSTM in the schema.
    /// 
    public partial class TMPAFFECTCUSTM {
    
        #region Extensibility Method Definitions
        
        /// 
        /// There are no comments for OnCreated in the schema.
        /// 
        partial void OnCreated();
        
        #endregion
        /// 
        /// There are no comments for TMPAFFECTCUSTM constructor in the schema.
        /// 
        public TMPAFFECTCUSTM()
        {
            OnCreated();
        }
    
        /// 
        /// There are no comments for CASEID in the schema.
        /// 
        public virtual long CASEID
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for CUSTOMERNAME in the schema.
        /// 
        public virtual string CUSTOMERNAME
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for CUSTOMERTEL in the schema.
        /// 
        public virtual string CUSTOMERTEL
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for CUSTOMERMETER in the schema.
        /// 
        public virtual string CUSTOMERMETER
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for CUSTOMERADDR in the schema.
        /// 
        public virtual string CUSTOMERADDR
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for TPCLIDGROUPID in the schema.
        /// 
        public virtual string TPCLIDGROUPID
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for CUSTOMERTYPE in the schema.
        /// 
        public virtual string CUSTOMERTYPE
        {
            get;
            set;
        }
    
        /// 
        /// There are no comments for CUSTOMERKIND in the schema.
        /// 
        public virtual string CUSTOMERKIND
        {
            get;
            set;
        }
    }
}