using Core.Mes.Client.Comm.Attribute; using Newtonsoft.Json; using System; using System.ComponentModel; namespace Core.StlMes.Client.Judge.Models { /// /// 数据库表QCM_JHY_PHYRESULT所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/) /// 作者:tgcx-test 时间:2016-09-27 /// public class QcmJhyPhyresultEntity { /// /// 检验编号 /// private string sampleId = ""; /// /// 样管号 /// private string sampleNo = ""; /// /// 材质序号 /// private decimal? indexSeq = null; /// /// 生产批号 /// private string lotNo = ""; /// /// 熔炼炉号 /// private string stoveNo = ""; /// /// 判定炉号 /// private string judgeStoveNo = ""; /// /// 性能批号 /// private string batchNo = ""; /// /// 取样类型(初样/复样) /// private string sampleType = ""; /// /// 委托单位 /// private string consigner = ""; /// /// 产线代码 /// private string plineCode = ""; /// /// 材质检验项代码(大类) /// private string phyCodeMax = ""; /// /// 材质检验项名称(大类) /// private string phyNameMax = ""; /// /// 取样码 /// private string phyCodeMin = ""; /// /// 取样码描述 /// private string phyNameMin = ""; /// /// 材质检验项代码 /// private string phyCode = ""; /// /// 材质检验项名称 /// private string phyName = ""; /// /// 试验方向代码 /// private string itemCodeF = ""; /// /// 试验方向描述 /// private string itemNameF = ""; /// /// 试验温度代码 /// private string itemCodeW = ""; /// /// 试验温度描述 /// private string itemNameW = ""; /// /// 试样尺寸代码 /// private string itemCodeS = ""; /// /// 试样尺寸描述 /// private string itemNameS = ""; /// /// 值1 /// private string value1 = ""; /// /// 值2 /// private string value2 = ""; /// /// 值3 /// private string value3 = ""; /// /// 值4 /// private string value4 = ""; /// /// 值5 /// private string value5 = ""; /// /// 值6 /// private string value6 = ""; /// /// 值7 /// private string value7 = ""; /// /// 值8 /// private string value8 = ""; /// /// 值9 /// private string value9 = ""; /// /// 值10 /// private string value10 = ""; /// /// 值11 /// private string value11 = ""; /// /// 值12 /// private string value12 = ""; /// /// 值13 /// private string value13 = ""; /// /// 值14 /// private string value14 = ""; /// /// 值15 /// private string value15 = ""; /// /// 平均值 /// private string average = ""; /// /// 创建人 /// private string createName = ""; /// /// 创建时间 /// private string createTime = ""; /// /// 修改人 /// private string updateName = ""; /// /// 修改时间 /// private string updateTime = ""; /// /// 删除人 /// private string deleteName = ""; /// /// 删除时间 /// private string deleteTime = ""; /// /// 检验编号 /// [Description("检验编号")] [Nullable(false)] [DataLength(20)] [JsonProperty("sampleId")] public string SampleId { get { return sampleId; } set { sampleId = value; } } /// /// 样管号 /// [Description("样管号")] [Nullable(false)] [DataLength(20)] [JsonProperty("sampleNo")] public string SampleNo { get { return sampleNo; } set { sampleNo = value; } } /// /// 材质序号 /// [Description("材质序号")] [Nullable(false)] [DataLength(22)] [JsonProperty("indexSeq")] public decimal? IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 生产批号 /// [Description("生产批号")] [Nullable(true)] [DataLength(20)] [JsonProperty("lotNo")] public string LotNo { get { return lotNo; } set { lotNo = value; } } /// /// 熔炼炉号 /// [Description("冶炼炉号")] [Nullable(true)] [DataLength(20)] [JsonProperty("stoveNo")] public string StoveNo { get { return stoveNo; } set { stoveNo = value; } } /// /// 判定炉号 /// [Description("判定炉号")] [Nullable(true)] [DataLength(6)] [JsonProperty("judgeStoveNo")] public string JudgeStoveNo { get { return judgeStoveNo; } set { judgeStoveNo = value; } } /// /// 性能批号 /// [Description("性能批号")] [Nullable(true)] [DataLength(20)] [JsonProperty("batchNo")] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 取样类型(初样/复样) /// [Description("取样类型")] [Nullable(false)] [DataLength(20)] [JsonProperty("sampleType")] public string SampleType { get { return sampleType; } set { sampleType = value; } } /// /// 委托单位 /// [Description("委托单位")] [Nullable(true)] [DataLength(100)] [JsonProperty("consigner")] public string Consigner { get { return consigner; } set { consigner = value; } } /// /// 产线代码 /// [Description("产线代码")] [Nullable(true)] [DataLength(4)] [JsonProperty("plineCode")] public string PlineCode { get { return plineCode; } set { plineCode = value; } } /// /// 材质检验项代码(大类) /// [Description("材质检验项代码(大类)")] [Nullable(false)] [DataLength(5)] [JsonProperty("phyCodeMax")] public string PhyCodeMax { get { return phyCodeMax; } set { phyCodeMax = value; } } /// /// 材质检验项名称(大类) /// [Description("检验大项")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyNameMax")] public string PhyNameMax { get { return phyNameMax; } set { phyNameMax = value; } } /// /// 取样码 /// [Description("取样码")] [Nullable(false)] [DataLength(5)] [JsonProperty("phyCodeMin")] public string PhyCodeMin { get { return phyCodeMin; } set { phyCodeMin = value; } } /// /// 取样码描述 /// [Description("试样组")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyNameMin")] public string PhyNameMin { get { return phyNameMin; } set { phyNameMin = value; } } /// /// 材质检验项代码 /// [Description("材质检验项代码")] [Nullable(false)] [DataLength(5)] [JsonProperty("phyCode")] public string PhyCode { get { return phyCode; } set { phyCode = value; } } /// /// 材质检验项名称 /// [Description("检验项")] [Nullable(true)] [DataLength(100)] [JsonProperty("phyName")] public string PhyName { get { return phyName; } set { phyName = value; } } /// /// 试验方向代码 /// [Description("试验方向代码")] [Nullable(true)] [DataLength(5)] [JsonProperty("itemCodeF")] public string ItemCodeF { get { return itemCodeF; } set { itemCodeF = value; } } /// /// 试验方向描述 /// [Description("试验方向")] [Nullable(true)] [DataLength(100)] [JsonProperty("itemNameF")] public string ItemNameF { get { return itemNameF; } set { itemNameF = value; } } /// /// 试验温度代码 /// [Description("试验温度代码")] [Nullable(true)] [DataLength(5)] [JsonProperty("itemCodeW")] public string ItemCodeW { get { return itemCodeW; } set { itemCodeW = value; } } /// /// 试验温度描述 /// [Description("试验温度")] [Nullable(true)] [DataLength(100)] [JsonProperty("itemNameW")] public string ItemNameW { get { return itemNameW; } set { itemNameW = value; } } /// /// 试样尺寸代码 /// [Description("试样尺寸代码")] [Nullable(true)] [DataLength(5)] [JsonProperty("itemCodeS")] public string ItemCodeS { get { return itemCodeS; } set { itemCodeS = value; } } /// /// 试样尺寸描述 /// [Description("试样尺寸")] [Nullable(true)] [DataLength(100)] [JsonProperty("itemNameS")] public string ItemNameS { get { return itemNameS; } set { itemNameS = value; } } /// /// 值1 /// [Description("值1")] [Nullable(false)] [DataLength(200)] [JsonProperty("value1")] public string Value1 { get { return value1; } set { value1 = value; } } /// /// 值2 /// [Description("值2")] [Nullable(true)] [DataLength(200)] [JsonProperty("value2")] public string Value2 { get { return value2; } set { value2 = value; } } /// /// 值3 /// [Description("值3")] [Nullable(true)] [DataLength(200)] [JsonProperty("value3")] public string Value3 { get { return value3; } set { value3 = value; } } /// /// 值4 /// [Description("值4")] [Nullable(true)] [DataLength(200)] [JsonProperty("value4")] public string Value4 { get { return value4; } set { value4 = value; } } /// /// 值5 /// [Description("值5")] [Nullable(true)] [DataLength(200)] [JsonProperty("value5")] public string Value5 { get { return value5; } set { value5 = value; } } /// /// 值6 /// [Description("值6")] [Nullable(true)] [DataLength(200)] [JsonProperty("value6")] public string Value6 { get { return value6; } set { value6 = value; } } /// /// 值7 /// [Description("值7")] [Nullable(true)] [DataLength(200)] [JsonProperty("value7")] public string Value7 { get { return value7; } set { value7 = value; } } /// /// 值8 /// [Description("值8")] [Nullable(true)] [DataLength(200)] [JsonProperty("value8")] public string Value8 { get { return value8; } set { value8 = value; } } /// /// 值9 /// [Description("值9")] [Nullable(true)] [DataLength(200)] [JsonProperty("value9")] public string Value9 { get { return value9; } set { value9 = value; } } /// /// 值10 /// [Description("值10")] [Nullable(true)] [DataLength(200)] [JsonProperty("value10")] public string Value10 { get { return value10; } set { value10 = value; } } /// /// 值11 /// [Description("值11")] [Nullable(true)] [DataLength(200)] [JsonProperty("value11")] public string Value11 { get { return value11; } set { value11 = value; } } /// /// 值12 /// [Description("值12")] [Nullable(true)] [DataLength(200)] [JsonProperty("value12")] public string Value12 { get { return value12; } set { value12 = value; } } /// /// 值13 /// [Description("值13")] [Nullable(true)] [DataLength(200)] [JsonProperty("value13")] public string Value13 { get { return value13; } set { value13 = value; } } /// /// 值14 /// [Description("值14")] [Nullable(true)] [DataLength(200)] [JsonProperty("value14")] public string Value14 { get { return value14; } set { value14 = value; } } /// /// 值15 /// [Description("值15")] [Nullable(true)] [DataLength(200)] [JsonProperty("value15")] public string Value15 { get { return value15; } set { value15 = value; } } /// /// 平均值 /// [Description("平均值")] [Nullable(true)] [DataLength(200)] [JsonProperty("average")] public string Average { get { return average; } set { average = value; } } /// /// 创建人 /// [Description("创建人")] [Nullable(true)] [DataLength(20)] [JsonProperty("createName")] public string CreateName { get { return createName; } set { createName = value; } } /// /// 创建时间 /// [Description("创建时间")] [Nullable(true)] [JsonProperty("createTime")] public string CreateTime { get { return createTime; } set { createTime = value; } } /// /// 修改人 /// [Description("修改人")] [Nullable(true)] [DataLength(20)] [JsonProperty("updateName")] public string UpdateName { get { return updateName; } set { updateName = value; } } /// /// 修改时间 /// [Description("修改时间")] [Nullable(true)] [JsonProperty("updateTime")] public string UpdateTime { get { return updateTime; } set { updateTime = value; } } /// /// 删除人 /// [Description("删除人")] [Nullable(true)] [DataLength(20)] [JsonProperty("deleteName")] public string DeleteName { get { return deleteName; } set { deleteName = value; } } /// /// 删除时间 /// [Description("删除时间")] [Nullable(true)] [JsonProperty("deleteTime")] public string DeleteTime { get { return deleteTime; } set { deleteTime = value; } } } }