/// <summary></summary> public override ITableImplement af_GetOptionValueSchema() { Jz_jobPhoto value = new Jz_jobPhoto(); if (BLLTable.IsExistOptionValue(this.TableName(), "Id")) { value.id_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "Uuid")) { value.uuid_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "CreateTime")) { value.createtime_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "BigImage")) { value.bigimage_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "SmallImage")) { value.smallimage_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "ModifyTime")) { value.modifytime_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "User_id")) { value.user_id_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "PartJobId")) { value.partjobid_initialized = true; } if (BLLTable.IsExistOptionValue(this.TableName(), "PartJobUuid")) { value.partjobuuid_initialized = true; } return(value); }
/// <summary>获得一个实例 </summary> public static Jz_jobPhoto GetOneInstance() { Jz_jobPhoto value = new Jz_jobPhoto(); return(value); }