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


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

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

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

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

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

            return(value);
        }