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.封装类.实体类 { /// /// 检化验管理_外委实验管理_编制检验委托,委托明细信息表 /// 数据库表OUTDEC_CHECKCONSIGN_DETAIL所对应的实体类(生成工具:代码生成工具3.0) /// 作者:PC-20160918TFRG 时间:2018-03-26 /// public class OutdecCheckconsignDetailEntity { /// /// 检验编号 /// private string checkNo = ""; /// /// 试样号 /// private string sampleNo = ""; /// /// 规格 /// private string sampleSize = ""; /// /// 取样长度 /// private string sampleLen = ""; /// /// 检验标准(产品标准) /// private string checkStd = ""; /// /// 检验项目大类代码PHY_CODE /// private string phyCodeMax = ""; /// /// 检验项目大类名称PHY_TYPE(JYXMMC) /// private string phyNameMax = ""; /// /// 检验委托个数(样条数GS) /// private string sampleCount = ""; /// /// 试验类别(所属实验室项目) /// private string deptId = ""; /// /// 加工送样人 /// private string jgSendName = ""; /// /// 加工送样时间 /// private string jgSendTime = ""; /// /// 试验室收样人 /// private string labReceiveName = ""; /// /// 试验室收样时间 /// private string labReceiveTime = ""; /// /// 化验员(录入人) /// private string checkName = ""; /// /// 化验时间(录入时间) /// private string checkTime = ""; /// /// 化验班次 /// private string checkShift = ""; /// /// 化验班次 /// private string checkClass = ""; /// /// 环境温度 /// private string checkTemp = ""; /// /// 设备编码 /// private string deviceNo = ""; /// /// 设备名称 /// private string deviceName = ""; /// /// 审核人 /// private string auditName = ""; /// /// 审核时间 /// private string auditTime = ""; /// /// 是否小样热处理(0否,1是) /// private string isrcl = ""; /// /// 0未确认,1待确认,2试验室确认收样,3录入,4审核 /// private string flag = ""; /// /// 样品备注 /// private string sampleRemark = ""; /// /// 备注 /// private string remark = ""; /// /// 图片1 /// private string filePath1 = ""; /// /// 图片2 /// private string filePath2 = ""; /// /// 图片3 /// private string filePath3 = ""; /// /// 图片4 /// private string filePath4 = ""; /// /// 技术标准 /// private string technicalStandard = ""; /// /// 试样脱脂方法 /// private string degreasingMethod = ""; /// /// 通入H2S前NACE-A溶液pH值 /// private string nacePh = ""; /// /// 试验开始NACE-A溶液pH值 /// private string nacePhS = ""; /// /// 试验结束NACE-A溶液pH值 /// private string nacePhF = ""; /// /// 试验开始NACE-A溶液H2S浓度(mg/L) /// private string naceSolutionS = ""; /// /// 试验结束NACE-A溶液H2S浓度(mg/L) /// private string naceSolutionF = ""; /// /// 试验温度 /// private string testTemp = ""; /// /// 试样尺寸1 /// private string specimenSize1 = ""; /// /// 试样尺寸2 /// private string specimenSize2 = ""; /// /// 试样尺寸3 /// private string specimenSize3 = ""; /// /// 试验持续时间1 /// private string testDuration1 = ""; /// /// 试验持续时间2 /// private string testDuration2 = ""; /// /// 试验持续时间3 /// private string testDuration3 = ""; /// /// 假定应力 /// private string pseudoStress = ""; /// /// 应力环号1 /// private string proofRingNo1 = ""; /// /// 应力环号2 /// private string proofRingNo2 = ""; /// /// 应力环号3 /// private string proofRingNo3 = ""; /// /// 名义最小屈服强度1 /// private string ysmin1 = ""; /// /// 名义最小屈服强度2 /// private string ysmin2 = ""; /// /// 名义最小屈服强度3 /// private string ysmin3 = ""; /// /// 实际加载挠度1 /// private string actualLoad1 = ""; /// /// 实际加载挠度2 /// private string actualLoad2 = ""; /// /// 实际加载挠度3 /// private string actualLoad3 = ""; /// /// 实际载荷比率1 /// private string actualSYsmin1 = ""; /// /// 实际载荷比率2 /// private string actualSYsmin2 = ""; /// /// 实际载荷比率3 /// private string actualSYsmin3 = ""; /// /// 悬壁位移1 /// private string armDisplacement1 = ""; /// /// 悬壁位移2 /// private string armDisplacement2 = ""; /// /// 悬壁位移3 /// private string armDisplacement3 = ""; /// /// 裂纹长度1 /// private string crackLength1 = ""; /// /// 裂纹长度2 /// private string crackLength2 = ""; /// /// 裂纹长度3 /// private string crackLength3 = ""; /// /// 试验条件备注 /// private string note = ""; /// /// 图片5 /// private string filePath5 = ""; /// /// 试样号1(小) /// private string sampleNo1 = ""; /// /// 试样号2(小) /// private string sampleNo2 = ""; /// /// 试样号3(小) /// private string sampleNo3 = ""; /// /// 试验溶液 /// private string testSolution = ""; /// /// 试样表面积1(cm2) /// private string surfaceArea1 = ""; /// /// 试样表面积2(cm2) /// private string surfaceArea2 = ""; /// /// 试样表面积3(cm2) /// private string surfaceArea3 = ""; /// /// 试验前试样质量1(g) /// private string weightBeforeTest1 = ""; /// /// 试验前试样质量2(g) /// private string weightBeforeTest2 = ""; /// /// 试验前试样质量3(g) /// private string weightBeforeTest3 = ""; /// /// 试样后试样质量1(g) /// private string weightAfterTest1 = ""; /// /// 试样后试样质量2(g) /// private string weightAfterTest2 = ""; /// /// 试样后试样质量3(g) /// private string weightAfterTest3 = ""; /// /// 失重1(g) /// private string lossOfWeight1 = ""; /// /// 失重2(g) /// private string lossOfWeight2 = ""; /// /// 失重3(g) /// private string lossOfWeight3 = ""; /// /// 质量损失1(g/cm2) /// private string massLoss1 = ""; /// /// 质量损失2(g/cm2) /// private string massLoss2 = ""; /// /// 质量损失3(g/cm2) /// private string massLoss3 = ""; /// /// 点蚀密度1(个/cm2) /// private string pittingDensity1 = ""; /// /// 点蚀密度2(个/cm2) /// private string pittingDensity2 = ""; /// /// 点蚀密度3(个/cm2) /// private string pittingDensity3 = ""; /// /// 实际载荷1(N) /// private string actualLoadD1 = ""; /// /// 实际载荷2(N) /// private string actualLoadD2 = ""; /// /// 实际载荷3(N) /// private string actualLoadD3 = ""; /// /// 试样清洗 /// private string cleaningSample = ""; /// /// SSC溶液名称 /// private string aqueous = ""; /// /// 试验条件2备注 /// private string note2 = ""; /// /// 试验条件3备注 /// private string note3 = ""; /// /// 试验条件1 /// private string testConditions1 = ""; /// /// 试验条件2 /// private string testConditions2 = ""; /// /// 试验条件3 /// private string testConditions3 = ""; /// /// 试样取向 /// private string specimenOrientation = ""; /// /// 试样类型 /// private string specimenType = ""; /// /// 试样宽度 /// private string specimenWidth = ""; /// /// 试样厚度 /// private string specimenDepth = ""; /// /// 缺口形状 /// private string shapeOfNotch = ""; /// /// 缺口深度 /// private string notchDepth = ""; /// /// 硬度类别 /// private string hardnessType = ""; /// /// 结果评定 /// private string testResults = ""; /// /// 扣型 /// private string connection = ""; /// /// 试验湿度 /// private string checkDampness = ""; /// /// 图片6 /// private string filePath6 = ""; /// /// 图片7 /// private string filePath7 = ""; /// /// 试验项目 /// private string testItem = ""; /// /// 沉降率(ml/h) /// private string collectionRate = ""; /// /// 喷雾类型 /// private string sprayType = ""; /// /// 放置角度(°) /// private string angle = ""; /// /// 试板形状 /// private string sampleType = ""; /// /// 溶液(收集)浓度 /// private string concentration = ""; /// /// 试验方法代码 /// private string formualNo = ""; /// /// 试验方法名称 /// private string formualName = ""; /// /// 试验方法代码 /// [Description("试验方法代码")] [Nullable(false)] [DataLength(200)] public string FormualNo { get { return formualNo; } set { formualNo = value; } } /// /// 试验方法名称 /// [Description("试验方法名称")] [Nullable(false)] [DataLength(500)] public string FormualName { get { return formualName; } set { formualName = value; } } /// /// 检验编号 /// [Description("检验编号")] [Nullable(false)] [DataLength(50)] public string CheckNo { get { return checkNo; } set { checkNo = value; } } /// /// 试样号 /// [Description("试样号")] [Nullable(false)] [DataLength(50)] public string SampleNo { get { return sampleNo; } set { sampleNo = value; } } /// /// 规格 /// [Description("规格")] [Nullable(true)] [DataLength(20)] public string SampleSize { get { return sampleSize; } set { sampleSize = value; } } /// /// 取样长度 /// [Description("取样长度")] [Nullable(true)] [DataLength(20)] public string SampleLen { get { return sampleLen; } set { sampleLen = value; } } /// /// 检验标准(产品标准) /// [Description("检验标准(产品标准)")] [Nullable(true)] [DataLength(100)] public string CheckStd { get { return checkStd; } set { checkStd = value; } } /// /// 检验项目大类代码PHY_CODE /// [Description("检验项目大类代码PHY_CODE")] [Nullable(false)] [DataLength(5)] public string PhyCodeMax { get { return phyCodeMax; } set { phyCodeMax = value; } } /// /// 检验项目大类名称PHY_TYPE(JYXMMC) /// [Description("检验项目大类名称PHY_TYPE(JYXMMC)")] [Nullable(true)] [DataLength(100)] public string PhyNameMax { get { return phyNameMax; } set { phyNameMax = value; } } /// /// 检验委托个数(样条数GS) /// [Description("检验委托个数(样条数GS)")] [Nullable(true)] [DataLength(2)] public string SampleCount { get { return sampleCount; } set { sampleCount = value; } } /// /// 试验类别(所属实验室项目) /// [Description("试验类别(所属实验室项目)")] [Nullable(true)] [DataLength(40)] public string DeptId { get { return deptId; } set { deptId = value; } } /// /// 加工送样人 /// [Description("加工送样人")] [Nullable(true)] [DataLength(20)] public string JgSendName { get { return jgSendName; } set { jgSendName = value; } } /// /// 加工送样时间 /// [Description("加工送样时间")] [Nullable(true)] public string JgSendTime { get { return jgSendTime; } set { jgSendTime = value; } } /// /// 试验室收样人 /// [Description("试验室收样人")] [Nullable(true)] [DataLength(20)] public string LabReceiveName { get { return labReceiveName; } set { labReceiveName = value; } } /// /// 试验室收样时间 /// [Description("试验室收样时间")] [Nullable(true)] public string LabReceiveTime { get { return labReceiveTime; } set { labReceiveTime = value; } } /// /// 化验员(录入人) /// [Description("化验员(录入人)")] [Nullable(true)] [DataLength(20)] public string CheckName { get { return checkName; } set { checkName = value; } } /// /// 化验时间(录入时间) /// [Description("化验时间(录入时间)")] [Nullable(true)] public string CheckTime { get { return checkTime; } set { checkTime = value; } } /// /// 化验班次 /// [Description("化验班次")] [Nullable(true)] [DataLength(20)] public string CheckShift { get { return checkShift; } set { checkShift = value; } } /// /// 化验班次 /// [Description("化验班次")] [Nullable(true)] [DataLength(20)] public string CheckClass { get { return checkClass; } set { checkClass = value; } } /// /// 环境温度 /// [Description("环境温度")] [Nullable(true)] [DataLength(50)] public string CheckTemp { get { return checkTemp; } set { checkTemp = value; } } /// /// 设备编码 /// [Description("设备编码")] [Nullable(true)] [DataLength(50)] public string DeviceNo { get { return deviceNo; } set { deviceNo = value; } } /// /// 设备名称 /// [Description("设备名称")] [Nullable(true)] [DataLength(50)] public string DeviceName { get { return deviceName; } set { deviceName = value; } } /// /// 审核人 /// [Description("审核人")] [Nullable(true)] [DataLength(20)] public string AuditName { get { return auditName; } set { auditName = value; } } /// /// 审核时间 /// [Description("审核时间")] [Nullable(true)] public string AuditTime { get { return auditTime; } set { auditTime = value; } } /// /// 是否小样热处理(0否,1是) /// [Description("是否小样热处理(0否,1是)")] [Nullable(true)] [DataLength(1)] public string Isrcl { get { return isrcl; } set { isrcl = value; } } /// /// 0未确认,1待确认,2试验室确认收样,3录入,4审核 /// [Description("0未确认,1待确认,2试验室确认收样,3录入,4审核")] [Nullable(true)] [DataLength(1)] public string Flag { get { return flag; } set { flag = value; } } /// /// 样品备注 /// [Description("样品备注")] [Nullable(true)] [DataLength(4000)] public string SampleRemark { get { return sampleRemark; } set { sampleRemark = value; } } /// /// 备注 /// [Description("备注")] [Nullable(true)] [DataLength(400)] public string Remark { get { return remark; } set { remark = value; } } /// /// 图片1 /// [Description("图片1")] [Nullable(true)] [DataLength(100)] public string FilePath1 { get { return filePath1; } set { filePath1 = value; } } /// /// 图片2 /// [Description("图片2")] [Nullable(true)] [DataLength(100)] public string FilePath2 { get { return filePath2; } set { filePath2 = value; } } /// /// 图片3 /// [Description("图片3")] [Nullable(true)] [DataLength(100)] public string FilePath3 { get { return filePath3; } set { filePath3 = value; } } /// /// 图片4 /// [Description("图片4")] [Nullable(true)] [DataLength(100)] public string FilePath4 { get { return filePath4; } set { filePath4 = value; } } /// /// 技术标准 /// [Description("技术标准")] [Nullable(true)] [DataLength(400)] public string TechnicalStandard { get { return technicalStandard; } set { technicalStandard = value; } } /// /// 试样脱脂方法 /// [Description("试样脱脂方法")] [Nullable(true)] [DataLength(400)] public string DegreasingMethod { get { return degreasingMethod; } set { degreasingMethod = value; } } /// /// 通入H2S前NACE-A溶液pH值 /// [Description("通入H2S前NACE-A溶液pH值")] [Nullable(true)] [DataLength(400)] public string NacePh { get { return nacePh; } set { nacePh = value; } } /// /// 试验开始NACE-A溶液pH值 /// [Description("试验开始NACE-A溶液pH值")] [Nullable(true)] [DataLength(400)] public string NacePhS { get { return nacePhS; } set { nacePhS = value; } } /// /// 试验结束NACE-A溶液pH值 /// [Description("试验结束NACE-A溶液pH值")] [Nullable(true)] [DataLength(400)] public string NacePhF { get { return nacePhF; } set { nacePhF = value; } } /// /// 试验开始NACE-A溶液H2S浓度(mg/L) /// [Description("试验开始NACE-A溶液H2S浓度(mg/L)")] [Nullable(true)] [DataLength(400)] public string NaceSolutionS { get { return naceSolutionS; } set { naceSolutionS = value; } } /// /// 试验结束NACE-A溶液H2S浓度(mg/L) /// [Description("试验结束NACE-A溶液H2S浓度(mg/L)")] [Nullable(true)] [DataLength(400)] public string NaceSolutionF { get { return naceSolutionF; } set { naceSolutionF = value; } } /// /// 试验温度 /// [Description("试验温度")] [Nullable(true)] [DataLength(400)] public string TestTemp { get { return testTemp; } set { testTemp = value; } } /// /// 试样尺寸1 /// [Description("试样尺寸1")] [Nullable(true)] [DataLength(400)] public string SpecimenSize1 { get { return specimenSize1; } set { specimenSize1 = value; } } /// /// 试样尺寸2 /// [Description("试样尺寸2")] [Nullable(true)] [DataLength(400)] public string SpecimenSize2 { get { return specimenSize2; } set { specimenSize2 = value; } } /// /// 试样尺寸3 /// [Description("试样尺寸3")] [Nullable(true)] [DataLength(400)] public string SpecimenSize3 { get { return specimenSize3; } set { specimenSize3 = value; } } /// /// 试验持续时间1 /// [Description("试验持续时间1")] [Nullable(true)] [DataLength(400)] public string TestDuration1 { get { return testDuration1; } set { testDuration1 = value; } } /// /// 试验持续时间2 /// [Description("试验持续时间2")] [Nullable(true)] [DataLength(400)] public string TestDuration2 { get { return testDuration2; } set { testDuration2 = value; } } /// /// 试验持续时间3 /// [Description("试验持续时间3")] [Nullable(true)] [DataLength(400)] public string TestDuration3 { get { return testDuration3; } set { testDuration3 = value; } } /// /// 假定应力 /// [Description("假定应力")] [Nullable(true)] [DataLength(400)] public string PseudoStress { get { return pseudoStress; } set { pseudoStress = value; } } /// /// 应力环号1 /// [Description("应力环号1")] [Nullable(true)] [DataLength(400)] public string ProofRingNo1 { get { return proofRingNo1; } set { proofRingNo1 = value; } } /// /// 应力环号2 /// [Description("应力环号2")] [Nullable(true)] [DataLength(400)] public string ProofRingNo2 { get { return proofRingNo2; } set { proofRingNo2 = value; } } /// /// 应力环号3 /// [Description("应力环号3")] [Nullable(true)] [DataLength(400)] public string ProofRingNo3 { get { return proofRingNo3; } set { proofRingNo3 = value; } } /// /// 名义最小屈服强度1 /// [Description("名义最小屈服强度1")] [Nullable(true)] [DataLength(400)] public string Ysmin1 { get { return ysmin1; } set { ysmin1 = value; } } /// /// 名义最小屈服强度2 /// [Description("名义最小屈服强度2")] [Nullable(true)] [DataLength(400)] public string Ysmin2 { get { return ysmin2; } set { ysmin2 = value; } } /// /// 名义最小屈服强度3 /// [Description("名义最小屈服强度3")] [Nullable(true)] [DataLength(400)] public string Ysmin3 { get { return ysmin3; } set { ysmin3 = value; } } /// /// 实际加载挠度1 /// [Description("实际加载挠度1")] [Nullable(true)] [DataLength(400)] public string ActualLoad1 { get { return actualLoad1; } set { actualLoad1 = value; } } /// /// 实际加载挠度2 /// [Description("实际加载挠度2")] [Nullable(true)] [DataLength(400)] public string ActualLoad2 { get { return actualLoad2; } set { actualLoad2 = value; } } /// /// 实际加载挠度3 /// [Description("实际加载挠度3")] [Nullable(true)] [DataLength(400)] public string ActualLoad3 { get { return actualLoad3; } set { actualLoad3 = value; } } /// /// 实际载荷比率1 /// [Description("实际载荷比率1")] [Nullable(true)] [DataLength(400)] public string ActualSYsmin1 { get { return actualSYsmin1; } set { actualSYsmin1 = value; } } /// /// 实际载荷比率2 /// [Description("实际载荷比率2")] [Nullable(true)] [DataLength(400)] public string ActualSYsmin2 { get { return actualSYsmin2; } set { actualSYsmin2 = value; } } /// /// 实际载荷比率3 /// [Description("实际载荷比率3")] [Nullable(true)] [DataLength(400)] public string ActualSYsmin3 { get { return actualSYsmin3; } set { actualSYsmin3 = value; } } /// /// 悬壁位移1 /// [Description("悬壁位移1")] [Nullable(true)] [DataLength(400)] public string ArmDisplacement1 { get { return armDisplacement1; } set { armDisplacement1 = value; } } /// /// 悬壁位移2 /// [Description("悬壁位移2")] [Nullable(true)] [DataLength(400)] public string ArmDisplacement2 { get { return armDisplacement2; } set { armDisplacement2 = value; } } /// /// 悬壁位移3 /// [Description("悬壁位移3")] [Nullable(true)] [DataLength(400)] public string ArmDisplacement3 { get { return armDisplacement3; } set { armDisplacement3 = value; } } /// /// 裂纹长度1 /// [Description("裂纹长度1")] [Nullable(true)] [DataLength(400)] public string CrackLength1 { get { return crackLength1; } set { crackLength1 = value; } } /// /// 裂纹长度2 /// [Description("裂纹长度2")] [Nullable(true)] [DataLength(400)] public string CrackLength2 { get { return crackLength2; } set { crackLength2 = value; } } /// /// 裂纹长度3 /// [Description("裂纹长度3")] [Nullable(true)] [DataLength(400)] public string CrackLength3 { get { return crackLength3; } set { crackLength3 = value; } } /// /// 试验条件备注 /// [Description("试验条件备注")] [Nullable(true)] [DataLength(400)] public string Note { get { return note; } set { note = value; } } /// /// 图片5 /// [Description("图片5")] [Nullable(true)] [DataLength(100)] public string FilePath5 { get { return filePath5; } set { filePath5 = value; } } /// /// 试样号1(小) /// [Description("试样号1(小)")] [Nullable(true)] [DataLength(50)] public string SampleNo1 { get { return sampleNo1; } set { sampleNo1 = value; } } /// /// 试样号2(小) /// [Description("试样号2(小)")] [Nullable(true)] [DataLength(50)] public string SampleNo2 { get { return sampleNo2; } set { sampleNo2 = value; } } /// /// 试样号3(小) /// [Description("试样号3(小)")] [Nullable(true)] [DataLength(50)] public string SampleNo3 { get { return sampleNo3; } set { sampleNo3 = value; } } /// /// 试验溶液 /// [Description("试验溶液")] [Nullable(true)] [DataLength(400)] public string TestSolution { get { return testSolution; } set { testSolution = value; } } /// /// 试样表面积1(cm2) /// [Description("试样表面积1(cm2)")] [Nullable(true)] [DataLength(400)] public string SurfaceArea1 { get { return surfaceArea1; } set { surfaceArea1 = value; } } /// /// 试样表面积2(cm2) /// [Description("试样表面积2(cm2)")] [Nullable(true)] [DataLength(400)] public string SurfaceArea2 { get { return surfaceArea2; } set { surfaceArea2 = value; } } /// /// 试样表面积3(cm2) /// [Description("试样表面积3(cm2)")] [Nullable(true)] [DataLength(400)] public string SurfaceArea3 { get { return surfaceArea3; } set { surfaceArea3 = value; } } /// /// 试验前试样质量1(g) /// [Description("试验前试样质量1(g)")] [Nullable(true)] [DataLength(400)] public string WeightBeforeTest1 { get { return weightBeforeTest1; } set { weightBeforeTest1 = value; } } /// /// 试验前试样质量2(g) /// [Description("试验前试样质量2(g)")] [Nullable(true)] [DataLength(400)] public string WeightBeforeTest2 { get { return weightBeforeTest2; } set { weightBeforeTest2 = value; } } /// /// 试验前试样质量3(g) /// [Description("试验前试样质量3(g)")] [Nullable(true)] [DataLength(400)] public string WeightBeforeTest3 { get { return weightBeforeTest3; } set { weightBeforeTest3 = value; } } /// /// 试样后试样质量1(g) /// [Description("试样后试样质量1(g)")] [Nullable(true)] [DataLength(400)] public string WeightAfterTest1 { get { return weightAfterTest1; } set { weightAfterTest1 = value; } } /// /// 试样后试样质量2(g) /// [Description("试样后试样质量2(g)")] [Nullable(true)] [DataLength(400)] public string WeightAfterTest2 { get { return weightAfterTest2; } set { weightAfterTest2 = value; } } /// /// 试样后试样质量3(g) /// [Description("试样后试样质量3(g)")] [Nullable(true)] [DataLength(400)] public string WeightAfterTest3 { get { return weightAfterTest3; } set { weightAfterTest3 = value; } } /// /// 失重1(g) /// [Description("失重1(g)")] [Nullable(true)] [DataLength(400)] public string LossOfWeight1 { get { return lossOfWeight1; } set { lossOfWeight1 = value; } } /// /// 失重2(g) /// [Description("失重2(g)")] [Nullable(true)] [DataLength(400)] public string LossOfWeight2 { get { return lossOfWeight2; } set { lossOfWeight2 = value; } } /// /// 失重3(g) /// [Description("失重3(g)")] [Nullable(true)] [DataLength(400)] public string LossOfWeight3 { get { return lossOfWeight3; } set { lossOfWeight3 = value; } } /// /// 质量损失1(g/cm2) /// [Description("质量损失1(g/cm2)")] [Nullable(true)] [DataLength(400)] public string MassLoss1 { get { return massLoss1; } set { massLoss1 = value; } } /// /// 质量损失2(g/cm2) /// [Description("质量损失2(g/cm2)")] [Nullable(true)] [DataLength(400)] public string MassLoss2 { get { return massLoss2; } set { massLoss2 = value; } } /// /// 质量损失3(g/cm2) /// [Description("质量损失3(g/cm2)")] [Nullable(true)] [DataLength(400)] public string MassLoss3 { get { return massLoss3; } set { massLoss3 = value; } } /// /// 点蚀密度1(个/cm2) /// [Description("点蚀密度1(个/cm2)")] [Nullable(true)] [DataLength(400)] public string PittingDensity1 { get { return pittingDensity1; } set { pittingDensity1 = value; } } /// /// 点蚀密度2(个/cm2) /// [Description("点蚀密度2(个/cm2)")] [Nullable(true)] [DataLength(400)] public string PittingDensity2 { get { return pittingDensity2; } set { pittingDensity2 = value; } } /// /// 点蚀密度3(个/cm2) /// [Description("点蚀密度3(个/cm2)")] [Nullable(true)] [DataLength(400)] public string PittingDensity3 { get { return pittingDensity3; } set { pittingDensity3 = value; } } /// /// 实际载荷1(N) /// [Description("实际载荷1(N)")] [Nullable(true)] [DataLength(400)] public string ActualLoadD1 { get { return actualLoadD1; } set { actualLoadD1 = value; } } /// /// 实际载荷2(N) /// [Description("实际载荷2(N)")] [Nullable(true)] [DataLength(400)] public string ActualLoadD2 { get { return actualLoadD2; } set { actualLoadD2 = value; } } /// /// 实际载荷3(N) /// [Description("实际载荷3(N)")] [Nullable(true)] [DataLength(400)] public string ActualLoadD3 { get { return actualLoadD3; } set { actualLoadD3 = value; } } /// /// 试样清洗 /// [Description("试样清洗")] [Nullable(true)] [DataLength(400)] public string CleaningSample { get { return cleaningSample; } set { cleaningSample = value; } } /// /// SSC溶液名称 /// [Description("SSC溶液名称")] [Nullable(true)] [DataLength(20)] public string Aqueous { get { return aqueous; } set { aqueous = value; } } /// /// 试验条件2备注 /// [Description("试验条件2备注")] [Nullable(true)] [DataLength(400)] public string Note2 { get { return note2; } set { note2 = value; } } /// /// 试验条件3备注 /// [Description("试验条件3备注")] [Nullable(true)] [DataLength(400)] public string Note3 { get { return note3; } set { note3 = value; } } /// /// 试验条件1 /// [Description("试验条件1")] [Nullable(true)] [DataLength(400)] public string TestConditions1 { get { return testConditions1; } set { testConditions1 = value; } } /// /// 试验条件2 /// [Description("试验条件2")] [Nullable(true)] [DataLength(400)] public string TestConditions2 { get { return testConditions2; } set { testConditions2 = value; } } /// /// 试验条件3 /// [Description("试验条件3")] [Nullable(true)] [DataLength(400)] public string TestConditions3 { get { return testConditions3; } set { testConditions3 = value; } } /// /// 试样取向 /// [Description("试样取向")] [Nullable(true)] [DataLength(400)] public string SpecimenOrientation { get { return specimenOrientation; } set { specimenOrientation = value; } } /// /// 试样类型 /// [Description("试样类型")] [Nullable(true)] [DataLength(400)] public string SpecimenType { get { return specimenType; } set { specimenType = value; } } /// /// 试样宽度 /// [Description("试样宽度 ")] [Nullable(true)] [DataLength(400)] public string SpecimenWidth { get { return specimenWidth; } set { specimenWidth = value; } } /// /// 试样厚度 /// [Description("试样厚度 ")] [Nullable(true)] [DataLength(400)] public string SpecimenDepth { get { return specimenDepth; } set { specimenDepth = value; } } /// /// 缺口形状 /// [Description("缺口形状 ")] [Nullable(true)] [DataLength(400)] public string ShapeOfNotch { get { return shapeOfNotch; } set { shapeOfNotch = value; } } /// /// 缺口深度 /// [Description("缺口深度 ")] [Nullable(true)] [DataLength(400)] public string NotchDepth { get { return notchDepth; } set { notchDepth = value; } } /// /// 硬度类别 /// [Description("硬度类别")] [Nullable(true)] [DataLength(400)] public string HardnessType { get { return hardnessType; } set { hardnessType = value; } } /// /// 结果评定 /// [Description("结果评定")] [Nullable(true)] [DataLength(400)] public string TestResults { get { return testResults; } set { testResults = value; } } /// /// 扣型 /// [Description("扣型")] [Nullable(true)] [DataLength(400)] public string Connection { get { return connection; } set { connection = value; } } /// /// 试验湿度 /// [Description("试验湿度")] [Nullable(true)] [DataLength(400)] public string CheckDampness { get { return checkDampness; } set { checkDampness = value; } } /// /// 图片6 /// [Description("图片6")] [Nullable(true)] [DataLength(100)] public string FilePath6 { get { return filePath6; } set { filePath6 = value; } } /// /// 图片7 /// [Description("图片7")] [Nullable(true)] [DataLength(100)] public string FilePath7 { get { return filePath7; } set { filePath7 = value; } } /// /// 试验项目 /// [Description("试验项目")] [Nullable(true)] [DataLength(400)] public string TestItem { get { return testItem; } set { testItem = value; } } /// /// 沉降率(ml/h) /// [Description("沉降率(ml/h)")] [Nullable(true)] [DataLength(100)] public string CollectionRate { get { return collectionRate; } set { collectionRate = value; } } /// /// 喷雾类型 /// [Description("喷雾类型")] [Nullable(true)] [DataLength(100)] public string SprayType { get { return sprayType; } set { sprayType = value; } } /// /// 放置角度(°) /// [Description("放置角度(°)")] [Nullable(true)] [DataLength(100)] public string Angle { get { return angle; } set { angle = value; } } /// /// 试板形状 /// [Description("试板形状")] [Nullable(true)] [DataLength(100)] public string SampleType { get { return sampleType; } set { sampleType = value; } } /// /// 溶液(收集)浓度 /// [Description("溶液(收集)浓度 ")] [Nullable(true)] [DataLength(100)] public string Concentration { get { return concentration; } set { concentration = value; } } } }