/// <summary>获得一个实例  </summary>
        public static Zy_chapter GetOneInstance()
        {
            Zy_chapter value = new Zy_chapter();

            return(value);
        }
        /// <summary></summary>
        public override ITableImplement af_GetOptionValueSchema()
        {
            Zy_chapter value = new Zy_chapter();


            if (BLLTable.IsExistOptionValue(this.TableName(), "Id"))
            {
                value.id_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Seq"))
            {
                value.seq_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "OldId"))
            {
                value.oldid_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "BookId"))
            {
                value.bookid_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Pid"))
            {
                value.pid_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Intro"))
            {
                value.intro_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Keyword"))
            {
                value.keyword_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Path"))
            {
                value.path_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "OldContentHtml"))
            {
                value.oldcontenthtml_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "ContentHtml"))
            {
                value.contenthtml_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "ImgSrc"))
            {
                value.imgsrc_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "ChapterName"))
            {
                value.chaptername_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "UserName"))
            {
                value.username_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "CreateTime"))
            {
                value.createtime_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "ModifyTime"))
            {
                value.modifytime_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "Url"))
            {
                value.url_initialized = true;
            }

            if (BLLTable.IsExistOptionValue(this.TableName(), "IsTrue"))
            {
                value.istrue_initialized = true;
            }

            return(value);
        }