using Core.Mes.Client.Comm.Attribute; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec.封装类.实体类 { public class PipeCheckconsignPhydetailEntity3 { /// /// 检验项目明细编号 /// private string phydetailId = ""; /// /// 检验编号 /// private string checkNo = ""; /// /// 性能批号 /// private string batchNo = ""; /// /// 试样号 /// private string sampleNo = ""; /// /// 材质序号 /// private decimal? indexSeq = null; /// /// 部门ID /// private string deptId = ""; /// /// 材质检验项代码(大类) 填写SAMPLE_KEY /// private string phyCodeMax = ""; /// /// 材质检验项名称(大类) /// private string phyNameMax = ""; /// /// 取样码 填写大项 /// private string phyCodeMin = ""; /// /// 取样码描述 /// private string phyNameMin = ""; /// /// 材质检验项代码 /// private string phyCode = ""; /// /// 材质检验项名称 /// private string phyName = ""; /// /// 值单位 /// private string phyUnit = ""; /// /// 试验方向代码 /// private string itemCodeF = ""; /// /// 试验方向描述 /// private string itemNameF = ""; /// /// 试验温度代码 /// private string itemCodeW = ""; /// /// 试验温度描述 /// private string itemNameW = ""; /// /// 试样尺寸代码 /// private string itemCodeS = ""; /// /// 试样尺寸描述 /// private string itemNameS = ""; /// /// 分组索引号(同一分组的为多选一项) /// private string groupSeq = ""; /// /// 报出结果数 /// private decimal? resultCount = null; /// /// 是否检验(1:是,0:否) /// private string ischeck = ""; /// /// 是否判定(1:是,0:否) /// private string isjudge = ""; /// /// 是否报出(1:是,0:否) /// private string isquote = ""; /// /// 是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算) /// private string phyType = ""; /// /// 复合标准公式 /// private string phyFormula = ""; /// /// 标准范围下限符号(一) /// private string stdminSign = ""; /// /// 标准范围下限(一) /// private string stdmin = ""; /// /// 标准范围上限符号(一) /// private string stdmaxSign = ""; /// /// 标准范围上限(一) /// private string stdmax = ""; /// /// 判定依据(A:最小值,B:最大值,C:平均值,D:逐项值判) /// private string judgeBasis = ""; /// /// 标准范围下限符号(二) /// private string stdminSign2 = ""; /// /// 标准范围下限(二) /// private string stdmin2 = ""; /// /// 标准范围上限符号(二) /// private string stdmaxSign2 = ""; /// /// 标准范围上限(二) /// private string stdmax2 = ""; /// /// 标准范围值的选择(4071),二套标准情况下的选择分类 /// private string stdChoose = ""; /// /// 标准备注 /// private string stdmemo = ""; /// /// 条件项(1:符合标准时,0:不符合标准时) 条件项(1:符合标准时,0:不符合标准时) /// private string addcondition = ""; /// /// 附加标准项代码(4070) /// private string addstdconCode = ""; /// /// 附加标准下限符号 /// private string addstdMinSign = ""; /// /// 附加标准下限值 附加标准下限值 附加标准下限值 /// private string addstdMin = ""; /// /// 附加标准上限符号 /// private string addstdMaxSign = ""; /// /// 附加标准上限值 /// private string addstdMax = ""; /// /// 百分比 /// private decimal? addpercent = null; /// /// 是否坯样热处理 0否,1是 /// private string billetSample = ""; /// /// 备注 /// private string remark = ""; /// /// 值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 averageValue = ""; /// /// 是否完好 /// private string isGood = ""; /// /// 是否缺陷 /// private string isDefect = ""; /// /// 检验项目明细编号 /// [Description("检验项目明细编号")] [Nullable(false)] [DataLength(50)] public string PhydetailId { get { return phydetailId; } set { phydetailId = value; } } /// /// 检验编号 /// [Description("检验编号")] [Nullable(true)] [DataLength(50)] public string CheckNo { get { return checkNo; } set { checkNo = value; } } /// /// 性能批号 /// [Description("性能批号")] [Nullable(true)] [DataLength(20)] public string BatchNo { get { return batchNo; } set { batchNo = value; } } /// /// 试样号 /// [Description("试样号")] [Nullable(true)] [DataLength(50)] public string SampleNo { get { return sampleNo; } set { sampleNo = value; } } /// /// 材质序号 /// [Description("材质序号")] [Nullable(true)] [DataLength(22)] public decimal? IndexSeq { get { return indexSeq; } set { indexSeq = value; } } /// /// 部门ID /// [Description("部门ID")] [Nullable(true)] [DataLength(100)] public string DeptId { get { return deptId; } set { deptId = value; } } /// /// 材质检验项代码(大类) 填写SAMPLE_KEY /// [Description("材质检验项代码(大类) 填写SAMPLE_KEY")] [Nullable(true)] [DataLength(50)] public string PhyCodeMax { get { return phyCodeMax; } set { phyCodeMax = value; } } /// /// 材质检验项名称(大类) /// [Description("材质检验项名称(大类)")] [Nullable(true)] [DataLength(100)] public string PhyNameMax { get { return phyNameMax; } set { phyNameMax = value; } } /// /// 取样码 填写大项 /// [Description("取样码 填写大项")] [Nullable(true)] [DataLength(5)] public string PhyCodeMin { get { return phyCodeMin; } set { phyCodeMin = value; } } /// /// 取样码描述 /// [Description("取样码描述")] [Nullable(true)] [DataLength(100)] public string PhyNameMin { get { return phyNameMin; } set { phyNameMin = value; } } /// /// 材质检验项代码 /// [Description("材质检验项代码")] [Nullable(true)] [DataLength(5)] public string PhyCode { get { return phyCode; } set { phyCode = value; } } /// /// 材质检验项名称 /// [Description("检验项")] [Nullable(true)] [DataLength(100)] public string PhyName { get { return phyName; } set { phyName = value; } } /// /// 值单位 /// [Description("单位")] [Nullable(true)] [DataLength(10)] public string PhyUnit { get { return phyUnit; } set { phyUnit = value; } } /// /// 试验方向代码 /// [Description("试验方向代码")] [Nullable(true)] [DataLength(5)] public string ItemCodeF { get { return itemCodeF; } set { itemCodeF = value; } } /// /// 试验方向描述 /// [Description("试验方向")] [Nullable(true)] [DataLength(100)] public string ItemNameF { get { return itemNameF; } set { itemNameF = value; } } /// /// 试验温度代码 /// [Description("试验温度")] [Nullable(true)] [DataLength(20)] public string ItemCodeW { get { return itemCodeW; } set { itemCodeW = value; } } /// /// 试验温度描述 /// [Description("试验温度")] [Nullable(true)] [DataLength(100)] public string ItemNameW { get { return itemNameW; } set { itemNameW = value; } } /// /// 试样尺寸代码 /// [Description("试样尺寸")] [Nullable(true)] [DataLength(5)] public string ItemCodeS { get { return itemCodeS; } set { itemCodeS = value; } } /// /// 试样尺寸描述 /// [Description("试样尺寸")] [Nullable(true)] [DataLength(100)] public string ItemNameS { get { return itemNameS; } set { itemNameS = value; } } /// /// 分组索引号(同一分组的为多选一项) /// [Description("分组索引号(同一分组的为多选一项)")] [Nullable(true)] [DataLength(6)] public string GroupSeq { get { return groupSeq; } set { groupSeq = value; } } /// /// 报出结果数 /// [Description("报出结果数")] [Nullable(true)] [DataLength(22)] public decimal? ResultCount { get { return resultCount; } set { resultCount = value; } } /// /// 是否检验(1:是,0:否) /// [Description("是否检验(1:是,0:否)")] [Nullable(true)] [DataLength(1)] public string Ischeck { get { return ischeck; } set { ischeck = value; } } /// /// 是否判定(1:是,0:否) /// [Description("是否判定(1:是,0:否)")] [Nullable(true)] [DataLength(1)] public string Isjudge { get { return isjudge; } set { isjudge = value; } } /// /// 是否报出(1:是,0:否) /// [Description("是否报出(1:是,0:否)")] [Nullable(true)] [DataLength(1)] public string Isquote { get { return isquote; } set { isquote = value; } } /// /// 是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算) /// [Description("是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算)")] [Nullable(true)] [DataLength(1)] public string PhyType { get { return phyType; } set { phyType = value; } } /// /// 复合标准公式 /// [Description("复合标准公式")] [Nullable(true)] [DataLength(100)] public string PhyFormula { get { return phyFormula; } set { phyFormula = value; } } /// /// 标准范围下限符号(一) /// [Description("下限符号")] [Nullable(true)] [DataLength(2)] public string StdminSign { get { return stdminSign; } set { stdminSign = value; } } /// /// 标准范围下限(一) /// [Description("下限")] [Nullable(true)] [DataLength(100)] public string Stdmin { get { return stdmin; } set { stdmin = value; } } /// /// 标准范围上限符号(一) /// [Description("上限符号")] [Nullable(true)] [DataLength(2)] public string StdmaxSign { get { return stdmaxSign; } set { stdmaxSign = value; } } /// /// 标准范围上限(一) /// [Description("上限")] [Nullable(true)] [DataLength(100)] public string Stdmax { get { return stdmax; } set { stdmax = value; } } /// /// 判定依据(A:最小值,B:最大值,C:平均值,D:逐项值判) /// [Description("判定依据")] [Nullable(true)] [DataLength(1)] public string JudgeBasis { get { return judgeBasis; } set { judgeBasis = value; } } /// /// 标准范围下限符号(二) /// [Description("标准范围下限符号(二)")] [Nullable(true)] [DataLength(2)] public string StdminSign2 { get { return stdminSign2; } set { stdminSign2 = value; } } /// /// 标准范围下限(二) /// [Description("标准范围下限(二)")] [Nullable(true)] [DataLength(100)] public string Stdmin2 { get { return stdmin2; } set { stdmin2 = value; } } /// /// 标准范围上限符号(二) /// [Description("标准范围上限符号(二)")] [Nullable(true)] [DataLength(2)] public string StdmaxSign2 { get { return stdmaxSign2; } set { stdmaxSign2 = value; } } /// /// 标准范围上限(二) /// [Description("标准范围上限(二)")] [Nullable(true)] [DataLength(100)] public string Stdmax2 { get { return stdmax2; } set { stdmax2 = value; } } /// /// 标准范围值的选择(4071),二套标准情况下的选择分类 /// [Description("标准范围值的选择(4071),二套标准情况下的选择分类")] [Nullable(true)] [DataLength(10)] public string StdChoose { get { return stdChoose; } set { stdChoose = value; } } /// /// 标准备注 /// [Description("标准备注")] [Nullable(true)] [DataLength(200)] public string Stdmemo { get { return stdmemo; } set { stdmemo = value; } } /// /// 条件项(1:符合标准时,0:不符合标准时) 条件项(1:符合标准时,0:不符合标准时) /// [Description("条件项(1:符合标准时,0:不符合标准时) 条件项(1:符合标准时,0:不符合标准时) ")] [Nullable(true)] [DataLength(1)] public string Addcondition { get { return addcondition; } set { addcondition = value; } } /// /// 附加标准项代码(4070) /// [Description("附加标准项代码(4070) ")] [Nullable(true)] [DataLength(20)] public string AddstdconCode { get { return addstdconCode; } set { addstdconCode = value; } } /// /// 附加标准下限符号 /// [Description("附加标准下限符号")] [Nullable(true)] [DataLength(2)] public string AddstdMinSign { get { return addstdMinSign; } set { addstdMinSign = value; } } /// /// 附加标准下限值 附加标准下限值 附加标准下限值 /// [Description("附加标准下限值 附加标准下限值 附加标准下限值 ")] [Nullable(true)] [DataLength(10)] public string AddstdMin { get { return addstdMin; } set { addstdMin = value; } } /// /// 附加标准上限符号 /// [Description("附加标准上限符号 ")] [Nullable(true)] [DataLength(2)] public string AddstdMaxSign { get { return addstdMaxSign; } set { addstdMaxSign = value; } } /// /// 附加标准上限值 /// [Description("附加标准上限值 ")] [Nullable(true)] [DataLength(10)] public string AddstdMax { get { return addstdMax; } set { addstdMax = value; } } /// /// 百分比 /// [Description("百分比")] [Nullable(true)] [DataLength(3)] public decimal? Addpercent { get { return addpercent; } set { addpercent = value; } } /// /// 是否坯样热处理 0否,1是 /// [Description("是否坯样热处理 0否,1是")] [Nullable(true)] [DataLength(1)] public string BilletSample { get { return billetSample; } set { billetSample = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(400)] public string Remark { get { return remark; } set { remark = value; } } /// /// 值1 /// [Description("公制")] [Nullable(true)] [DataLength(400)] public string Value1 { get { return value1; } set { value1 = value; } } /// /// 值2 /// [Description("英制")] [Nullable(true)] [DataLength(400)] public string Value2 { get { return value2; } set { value2 = value; } } /// /// 值3 /// [Description("值3")] [Nullable(true)] [DataLength(400)] public string Value3 { get { return value3; } set { value3 = value; } } /// /// 值4 /// [Description("值4")] [Nullable(true)] [DataLength(400)] public string Value4 { get { return value4; } set { value4 = value; } } /// /// 值5 /// [Description("值5")] [Nullable(true)] [DataLength(400)] public string Value5 { get { return value5; } set { value5 = value; } } /// /// 值6 /// [Description("值6")] [Nullable(true)] [DataLength(400)] public string Value6 { get { return value6; } set { value6 = value; } } /// /// 值7 /// [Description("值7")] [Nullable(true)] [DataLength(400)] public string Value7 { get { return value7; } set { value7 = value; } } /// /// 值8 /// [Description("压扁间距")] [Nullable(true)] [DataLength(400)] public string Value8 { get { return value8; } set { value8 = value; } } /// /// 值9 /// [Description("弯曲直径")] [Nullable(true)] [DataLength(400)] public string Value9 { get { return value9; } set { value9 = value; } } /// /// 值10 /// [Description("弯曲角度")] [Nullable(true)] [DataLength(400)] public string Value10 { get { return value10; } set { value10 = value; } } /// /// 值11 /// [Description("顶芯角度")] [Nullable(true)] [DataLength(400)] public string Value11 { get { return value11; } set { value11 = value; } } /// /// 值12 /// [Description("扩口率")] [Nullable(true)] [DataLength(400)] public string Value12 { get { return value12; } set { value12 = value; } } /// /// 值13 /// [Description("值13")] [Nullable(true)] [DataLength(400)] public string Value13 { get { return value13; } set { value13 = value; } } /// /// 值14 /// [Description("值14")] [Nullable(true)] [DataLength(400)] public string Value14 { get { return value14; } set { value14 = value; } } /// /// 值15 /// [Description("值15")] [Nullable(true)] [DataLength(400)] public string Value15 { get { return value15; } set { value15 = value; } } /// /// 平均值 /// [Description("平均值")] [Nullable(true)] [DataLength(400)] public string AverageValue { get { return averageValue; } set { averageValue = value; } } /// /// 是否完好 /// [Description("是否完好")] [Nullable(true)] [DataLength(1)] public string IsGood { get { return isGood; } set { isGood = value; } } /// /// 是否缺陷 /// [Description("是否缺陷")] [Nullable(true)] [DataLength(1)] public string IsDefect { get { return isDefect; } set { isDefect = value; } } } }