/// <summary>获得一个实例 </summary> public static Xb_ParentYaoQiu GetOneInstance() { Xb_ParentYaoQiu value = new Xb_ParentYaoQiu(); return(value); }
/// <summary></summary> public override ITableImplement af_GetOptionValueSchema() { Xb_ParentYaoQiu value = new Xb_ParentYaoQiu(); if (BLLTable.IsExistOptionValue(this.TableName(), "Area")) { value.area_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Gender")) { value.gender_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Id")) { value.id_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Name")) { value.name_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Path")) { value.path_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Phone")) { value.phone_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "QinKuang")) { value.qinkuang_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "TeacherClass")) { value.teacherclass_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Teachergender")) { value.teachergender_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "TeacherYaoQiu")) { value.teacheryaoqiu_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "XueYuanNianJi")) { value.xueyuannianji_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "YaoQiuKeCi")) { value.yaoqiukeci_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "YaoQiukeMu")) { value.yaoqiukemu_initialized = true; } return(value); }