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

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


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

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

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

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

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

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

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

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

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

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

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

            return(value);
        }