using System.Collections.Generic;
using System;
namespace Model
{
    public class Law_RulesRegulationsItems
    {
        /// 
        /// 生产规章制度表
        /// 
        
        public string RulesRegulationsId
        {
            get;
            set;
        }
        /// 
        /// 编号
        /// 
        
        public string RulesRegulationsCode
        {
            get;
            set;
        }
        /// 
        /// 名称
        /// 
        
        public string RulesRegulationsName
        {
            get;
            set;
        }
        /// 
        /// 类型
        /// 
        
        public string RulesRegulationsTypeId
        {
            get;
            set;
        }
        /// 
        /// 类型编号
        /// 
        
        public string RulesRegulationsTypeCode
        {
            get;
            set;
        }
        /// 
        /// 类型名称
        /// 
        
        public string RulesRegulationsTypeName
        {
            get;
            set;
        }
        /// 
        /// 订制时间
        /// 
        
        public DateTime? CustomDate
        {
            get;
            set;
        }
        /// 
        /// 适用范围
        /// 
        
        public string ApplicableScope
        {
            get;
            set;
        }
        /// 
        /// 摘要
        /// 
        
        public string Remark
        {
            get;
            set;
        }
        /// 
        /// 
        /// 
        
        public string CompileMan
        {
            get;
            set;
        }
        /// 
        /// 
        /// 
        
        public DateTime? CompileDate
        {
            get;
            set;
        }
        /// 
        /// 
        /// 
        
        public string AuditMan
        {
            get;
            set;
        }
        /// 
        /// 
        /// 
        
        public DateTime? AuditDate
        {
            get;
            set;
        }
        /// 
        /// 
        /// 
        
        public bool? IsPass
        {
            get;
            set;
        }
        /// 
        /// 单位id
        /// 
        
        public string UnitId
        {
            get;
            set;
        }
        /// 
        ///附件字节
        /// 
        
        public List FileContext
        {
            get;
            set;
        }
        /// 
        ///附件表主键
        /// 
        
        public string AttachFileId
        {
            get;
            set;
        }
        /// 
        ///对应主键
        /// 
        
        public string ToKeyId
        {
            get;
            set;
        }
        /// 
        ///附件转换
        /// 
        
        public string AttachSource
        {
            get;
            set;
        }
        /// 
        /// 附件路径
        /// 
        
        public string AttachUrl
        {
            get;
            set;
        }
    }
}