/// <summary></summary>
        public override ITableImplement af_GetOptionValueSchema()
        {
            Xt_course_test value = new Xt_course_test();


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

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

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

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

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

            return(value);
        }