| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551 |
- 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.封装类.实体类
- {
- /// <summary>
- /// 数据库表OUTDEC_CHECKCONSIGN_LAB_RESULT所对应的实体类(生成工具:代码生成工具3.0)
- /// 作者:PC-20160918TFRG 时间:2018-06-22
- /// </summary>
- public class OutdecCheckconsignLabResultEntity
- {
- /// <summary>
- /// 检验编号
- /// </summary>
- private string checkNo = "";
- /// <summary>
- /// 试样号 样管号 产线字母+年+月+四位流水 产线字母+YYMM+四位流水
- /// </summary>
- private string sampleNo = "";
- /// <summary>
- /// 试样组代码
- /// </summary>
- private string phyCodeMax = "";
- /// <summary>
- /// 技术标准
- /// </summary>
- private string technicalStandard = "";
- /// <summary>
- /// 试样脱脂方法
- /// </summary>
- private string degreasingMethod = "";
- /// <summary>
- /// 通入H2S前NACE-A溶液pH值
- /// </summary>
- private string nacePh = "";
- /// <summary>
- /// 试验开始NACE-A溶液pH值
- /// </summary>
- private string nacePhS = "";
- /// <summary>
- /// 试验结束NACE-A溶液pH值
- /// </summary>
- private string nacePhF = "";
- /// <summary>
- /// 试验开始NACE-A溶液H2S浓度(mg/L)
- /// </summary>
- private string naceSolutionS = "";
- /// <summary>
- /// 试验结束NACE-A溶液H2S浓度(mg/L)
- /// </summary>
- private string naceSolutionF = "";
- /// <summary>
- /// 试验温度
- /// </summary>
- private string testTemp = "";
- /// <summary>
- /// 试样尺寸1
- /// </summary>
- private string specimenSize1 = "";
- /// <summary>
- /// 试样尺寸2
- /// </summary>
- private string specimenSize2 = "";
- /// <summary>
- /// 试样尺寸3
- /// </summary>
- private string specimenSize3 = "";
- /// <summary>
- /// 试验持续时间1
- /// </summary>
- private string testDuration1 = "";
- /// <summary>
- /// 试验持续时间2
- /// </summary>
- private string testDuration2 = "";
- /// <summary>
- /// 试验持续时间3
- /// </summary>
- private string testDuration3 = "";
- /// <summary>
- /// 假定应力
- /// </summary>
- private string pseudoStress = "";
- /// <summary>
- /// 应力环号1
- /// </summary>
- private string proofRingNo1 = "";
- /// <summary>
- /// 应力环号2
- /// </summary>
- private string proofRingNo2 = "";
- /// <summary>
- /// 应力环号3
- /// </summary>
- private string proofRingNo3 = "";
- /// <summary>
- /// 名义最小屈服强度1
- /// </summary>
- private string ysmin1 = "";
- /// <summary>
- /// 名义最小屈服强度2
- /// </summary>
- private string ysmin2 = "";
- /// <summary>
- /// 名义最小屈服强度3
- /// </summary>
- private string ysmin3 = "";
- /// <summary>
- /// 实际加载挠度1
- /// </summary>
- private string actualLoad1 = "";
- /// <summary>
- /// 实际加载挠度2
- /// </summary>
- private string actualLoad2 = "";
- /// <summary>
- /// 实际加载挠度3
- /// </summary>
- private string actualLoad3 = "";
- /// <summary>
- /// 实际载荷比率1
- /// </summary>
- private string actualSYsmin1 = "";
- /// <summary>
- /// 实际载荷比率2
- /// </summary>
- private string actualSYsmin2 = "";
- /// <summary>
- /// 实际载荷比率3
- /// </summary>
- private string actualSYsmin3 = "";
- /// <summary>
- /// 悬壁位移1
- /// </summary>
- private string armDisplacement1 = "";
- /// <summary>
- /// 悬壁位移2
- /// </summary>
- private string armDisplacement2 = "";
- /// <summary>
- /// 悬壁位移3
- /// </summary>
- private string armDisplacement3 = "";
- /// <summary>
- /// 裂纹长度1
- /// </summary>
- private string crackLength1 = "";
- /// <summary>
- /// 裂纹长度2
- /// </summary>
- private string crackLength2 = "";
- /// <summary>
- /// 裂纹长度3
- /// </summary>
- private string crackLength3 = "";
- /// <summary>
- /// 试验条件备注
- /// </summary>
- private string note = "";
- /// <summary>
- /// 试样号1(小)
- /// </summary>
- private string sampleNo1 = "";
- /// <summary>
- /// 试样号2(小)
- /// </summary>
- private string sampleNo2 = "";
- /// <summary>
- /// 试样号3(小)
- /// </summary>
- private string sampleNo3 = "";
- /// <summary>
- /// 试验溶液
- /// </summary>
- private string testSolution = "";
- /// <summary>
- /// 试样表面积1(cm2)
- /// </summary>
- private string surfaceArea1 = "";
- /// <summary>
- /// 试样表面积2(cm2)
- /// </summary>
- private string surfaceArea2 = "";
- /// <summary>
- /// 试样表面积3(cm2)
- /// </summary>
- private string surfaceArea3 = "";
- /// <summary>
- /// 试验前试样质量1(g)
- /// </summary>
- private string weightBeforeTest1 = "";
- /// <summary>
- /// 试验前试样质量2(g)
- /// </summary>
- private string weightBeforeTest2 = "";
- /// <summary>
- /// 试验前试样质量3(g)
- /// </summary>
- private string weightBeforeTest3 = "";
- /// <summary>
- /// 试样后试样质量1(g)
- /// </summary>
- private string weightAfterTest1 = "";
- /// <summary>
- /// 试样后试样质量2(g)
- /// </summary>
- private string weightAfterTest2 = "";
- /// <summary>
- /// 试样后试样质量3(g)
- /// </summary>
- private string weightAfterTest3 = "";
- /// <summary>
- /// 失重1(g)
- /// </summary>
- private string lossOfWeight1 = "";
- /// <summary>
- /// 失重2(g)
- /// </summary>
- private string lossOfWeight2 = "";
- /// <summary>
- /// 失重3(g)
- /// </summary>
- private string lossOfWeight3 = "";
- /// <summary>
- /// 质量损失1(g/cm2)
- /// </summary>
- private string massLoss1 = "";
- /// <summary>
- /// 质量损失2(g/cm2)
- /// </summary>
- private string massLoss2 = "";
- /// <summary>
- /// 质量损失3(g/cm2)
- /// </summary>
- private string massLoss3 = "";
- /// <summary>
- /// 点蚀密度1(个/cm2)
- /// </summary>
- private string pittingDensity1 = "";
- /// <summary>
- /// 点蚀密度2(个/cm2)
- /// </summary>
- private string pittingDensity2 = "";
- /// <summary>
- /// 点蚀密度3(个/cm2)
- /// </summary>
- private string pittingDensity3 = "";
- /// <summary>
- /// 实际载荷1(N)
- /// </summary>
- private string actualLoadD1 = "";
- /// <summary>
- /// 实际载荷2(N)
- /// </summary>
- private string actualLoadD2 = "";
- /// <summary>
- /// 实际载荷3(N)
- /// </summary>
- private string actualLoadD3 = "";
- /// <summary>
- /// 试样清洗
- /// </summary>
- private string cleaningSample = "";
- /// <summary>
- /// SSC溶液名称
- /// </summary>
- private string aqueous = "";
- /// <summary>
- /// 试验条件2备注
- /// </summary>
- private string note2 = "";
- /// <summary>
- /// 试验条件3备注
- /// </summary>
- private string note3 = "";
- /// <summary>
- /// 试验条件1
- /// </summary>
- private string testConditions1 = "";
- /// <summary>
- /// 试验条件2
- /// </summary>
- private string testConditions2 = "";
- /// <summary>
- /// 试验条件3
- /// </summary>
- private string testConditions3 = "";
- /// <summary>
- /// 试样取向
- /// </summary>
- private string specimenOrientation = "";
- /// <summary>
- /// 试样类型
- /// </summary>
- private string specimenType = "";
- /// <summary>
- /// 试样宽度
- /// </summary>
- private string specimenWidth = "";
- /// <summary>
- /// 试样厚度
- /// </summary>
- private string specimenDepth = "";
- /// <summary>
- /// 缺口形状
- /// </summary>
- private string shapeOfNotch = "";
- /// <summary>
- /// 缺口深度
- /// </summary>
- private string notchDepth = "";
- /// <summary>
- /// 硬度类别
- /// </summary>
- private string hardnessType = "";
- /// <summary>
- /// 结果评定
- /// </summary>
- private string testResults = "";
- /// <summary>
- /// 扣型
- /// </summary>
- private string connection = "";
- /// <summary>
- /// 试验湿度
- /// </summary>
- private string checkDampness = "";
- /// <summary>
- /// 试验项目
- /// </summary>
- private string testItem = "";
- /// <summary>
- /// 沉降率(ml/h)
- /// </summary>
- private string collectionRate = "";
- /// <summary>
- /// 喷雾类型
- /// </summary>
- private string sprayType = "";
- /// <summary>
- /// 放置角度(°)
- /// </summary>
- private string angle = "";
- /// <summary>
- /// 试板形状
- /// </summary>
- private string sampleType = "";
- /// <summary>
- /// 溶液(收集)浓度
- /// </summary>
- private string concentration = "";
- /// <summary>
- /// 试验日期
- /// </summary>
- private string testDate = "";
- /// <summary>
- /// 报出日期
- /// </summary>
- private string reportedDate = "";
- /// <summary>
- /// 报出人
- /// </summary>
- private string reportedName = "";
- /// <summary>
- /// 复核人
- /// </summary>
- private string approvedName = "";
- /// <summary>
- /// 图片1
- /// </summary>
- private string filePath1 = "";
- /// <summary>
- /// 图片2
- /// </summary>
- private string filePath2 = "";
- /// <summary>
- /// 图片3
- /// </summary>
- private string filePath3 = "";
- /// <summary>
- /// 图片4
- /// </summary>
- private string filePath4 = "";
- /// <summary>
- /// 图片5
- /// </summary>
- private string filePath5 = "";
- /// <summary>
- /// 图片6
- /// </summary>
- private string filePath6 = "";
- /// <summary>
- /// 图片7
- /// </summary>
- private string filePath7 = "";
- /// <summary>
- /// 检验编号
- /// </summary>
- [Description("检验编号")]
- [Nullable(false)]
- [DataLength(50)]
- public string CheckNo
- {
- get { return checkNo; }
- set { checkNo = value; }
- }
- /// <summary>
- /// 试样号 样管号 产线字母+年+月+四位流水 产线字母+YYMM+四位流水
- /// </summary>
- [Description("试样号 样管号 产线字母+年+月+四位流水 产线字母+YYMM+四位流水")]
- [Nullable(false)]
- [DataLength(50)]
- public string SampleNo
- {
- get { return sampleNo; }
- set { sampleNo = value; }
- }
- /// <summary>
- /// 试样组代码
- /// </summary>
- [Description("试样组代码")]
- [Nullable(false)]
- [DataLength(50)]
- public string PhyCodeMax
- {
- get { return phyCodeMax; }
- set { phyCodeMax = value; }
- }
- /// <summary>
- /// 技术标准
- /// </summary>
- [Description("技术标准")]
- [Nullable(true)]
- [DataLength(400)]
- public string TechnicalStandard
- {
- get { return technicalStandard; }
- set { technicalStandard = value; }
- }
- /// <summary>
- /// 试样脱脂方法
- /// </summary>
- [Description("试样脱脂方法")]
- [Nullable(true)]
- [DataLength(400)]
- public string DegreasingMethod
- {
- get { return degreasingMethod; }
- set { degreasingMethod = value; }
- }
- /// <summary>
- /// 通入H2S前NACE-A溶液pH值
- /// </summary>
- [Description("通入H2S前NACE-A溶液pH值")]
- [Nullable(true)]
- [DataLength(400)]
- public string NacePh
- {
- get { return nacePh; }
- set { nacePh = value; }
- }
- /// <summary>
- /// 试验开始NACE-A溶液pH值
- /// </summary>
- [Description("试验开始NACE-A溶液pH值")]
- [Nullable(true)]
- [DataLength(400)]
- public string NacePhS
- {
- get { return nacePhS; }
- set { nacePhS = value; }
- }
- /// <summary>
- /// 试验结束NACE-A溶液pH值
- /// </summary>
- [Description("试验结束NACE-A溶液pH值")]
- [Nullable(true)]
- [DataLength(400)]
- public string NacePhF
- {
- get { return nacePhF; }
- set { nacePhF = value; }
- }
- /// <summary>
- /// 试验开始NACE-A溶液H2S浓度(mg/L)
- /// </summary>
- [Description("试验开始NACE-A溶液H2S浓度(mg/L)")]
- [Nullable(true)]
- [DataLength(400)]
- public string NaceSolutionS
- {
- get { return naceSolutionS; }
- set { naceSolutionS = value; }
- }
- /// <summary>
- /// 试验结束NACE-A溶液H2S浓度(mg/L)
- /// </summary>
- [Description("试验结束NACE-A溶液H2S浓度(mg/L)")]
- [Nullable(true)]
- [DataLength(400)]
- public string NaceSolutionF
- {
- get { return naceSolutionF; }
- set { naceSolutionF = value; }
- }
- /// <summary>
- /// 试验温度
- /// </summary>
- [Description("试验温度")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestTemp
- {
- get { return testTemp; }
- set { testTemp = value; }
- }
- /// <summary>
- /// 试样尺寸1
- /// </summary>
- [Description("试样尺寸1")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenSize1
- {
- get { return specimenSize1; }
- set { specimenSize1 = value; }
- }
- /// <summary>
- /// 试样尺寸2
- /// </summary>
- [Description("试样尺寸2")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenSize2
- {
- get { return specimenSize2; }
- set { specimenSize2 = value; }
- }
- /// <summary>
- /// 试样尺寸3
- /// </summary>
- [Description("试样尺寸3")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenSize3
- {
- get { return specimenSize3; }
- set { specimenSize3 = value; }
- }
- /// <summary>
- /// 试验持续时间1
- /// </summary>
- [Description("试验持续时间1")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestDuration1
- {
- get { return testDuration1; }
- set { testDuration1 = value; }
- }
- /// <summary>
- /// 试验持续时间2
- /// </summary>
- [Description("试验持续时间2")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestDuration2
- {
- get { return testDuration2; }
- set { testDuration2 = value; }
- }
- /// <summary>
- /// 试验持续时间3
- /// </summary>
- [Description("试验持续时间3")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestDuration3
- {
- get { return testDuration3; }
- set { testDuration3 = value; }
- }
- /// <summary>
- /// 假定应力
- /// </summary>
- [Description("假定应力")]
- [Nullable(true)]
- [DataLength(400)]
- public string PseudoStress
- {
- get { return pseudoStress; }
- set { pseudoStress = value; }
- }
- /// <summary>
- /// 应力环号1
- /// </summary>
- [Description("应力环号1")]
- [Nullable(true)]
- [DataLength(400)]
- public string ProofRingNo1
- {
- get { return proofRingNo1; }
- set { proofRingNo1 = value; }
- }
- /// <summary>
- /// 应力环号2
- /// </summary>
- [Description("应力环号2")]
- [Nullable(true)]
- [DataLength(400)]
- public string ProofRingNo2
- {
- get { return proofRingNo2; }
- set { proofRingNo2 = value; }
- }
- /// <summary>
- /// 应力环号3
- /// </summary>
- [Description("应力环号3")]
- [Nullable(true)]
- [DataLength(400)]
- public string ProofRingNo3
- {
- get { return proofRingNo3; }
- set { proofRingNo3 = value; }
- }
- /// <summary>
- /// 名义最小屈服强度1
- /// </summary>
- [Description("名义最小屈服强度1")]
- [Nullable(true)]
- [DataLength(400)]
- public string Ysmin1
- {
- get { return ysmin1; }
- set { ysmin1 = value; }
- }
- /// <summary>
- /// 名义最小屈服强度2
- /// </summary>
- [Description("名义最小屈服强度2")]
- [Nullable(true)]
- [DataLength(400)]
- public string Ysmin2
- {
- get { return ysmin2; }
- set { ysmin2 = value; }
- }
- /// <summary>
- /// 名义最小屈服强度3
- /// </summary>
- [Description("名义最小屈服强度3")]
- [Nullable(true)]
- [DataLength(400)]
- public string Ysmin3
- {
- get { return ysmin3; }
- set { ysmin3 = value; }
- }
- /// <summary>
- /// 实际加载挠度1
- /// </summary>
- [Description("实际加载挠度1")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualLoad1
- {
- get { return actualLoad1; }
- set { actualLoad1 = value; }
- }
- /// <summary>
- /// 实际加载挠度2
- /// </summary>
- [Description("实际加载挠度2")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualLoad2
- {
- get { return actualLoad2; }
- set { actualLoad2 = value; }
- }
- /// <summary>
- /// 实际加载挠度3
- /// </summary>
- [Description("实际加载挠度3")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualLoad3
- {
- get { return actualLoad3; }
- set { actualLoad3 = value; }
- }
- /// <summary>
- /// 实际载荷比率1
- /// </summary>
- [Description("实际载荷比率1")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualSYsmin1
- {
- get { return actualSYsmin1; }
- set { actualSYsmin1 = value; }
- }
- /// <summary>
- /// 实际载荷比率2
- /// </summary>
- [Description("实际载荷比率2")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualSYsmin2
- {
- get { return actualSYsmin2; }
- set { actualSYsmin2 = value; }
- }
- /// <summary>
- /// 实际载荷比率3
- /// </summary>
- [Description("实际载荷比率3")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualSYsmin3
- {
- get { return actualSYsmin3; }
- set { actualSYsmin3 = value; }
- }
- /// <summary>
- /// 悬壁位移1
- /// </summary>
- [Description("悬壁位移1")]
- [Nullable(true)]
- [DataLength(400)]
- public string ArmDisplacement1
- {
- get { return armDisplacement1; }
- set { armDisplacement1 = value; }
- }
- /// <summary>
- /// 悬壁位移2
- /// </summary>
- [Description("悬壁位移2")]
- [Nullable(true)]
- [DataLength(400)]
- public string ArmDisplacement2
- {
- get { return armDisplacement2; }
- set { armDisplacement2 = value; }
- }
- /// <summary>
- /// 悬壁位移3
- /// </summary>
- [Description("悬壁位移3")]
- [Nullable(true)]
- [DataLength(400)]
- public string ArmDisplacement3
- {
- get { return armDisplacement3; }
- set { armDisplacement3 = value; }
- }
- /// <summary>
- /// 裂纹长度1
- /// </summary>
- [Description("裂纹长度1")]
- [Nullable(true)]
- [DataLength(400)]
- public string CrackLength1
- {
- get { return crackLength1; }
- set { crackLength1 = value; }
- }
- /// <summary>
- /// 裂纹长度2
- /// </summary>
- [Description("裂纹长度2")]
- [Nullable(true)]
- [DataLength(400)]
- public string CrackLength2
- {
- get { return crackLength2; }
- set { crackLength2 = value; }
- }
- /// <summary>
- /// 裂纹长度3
- /// </summary>
- [Description("裂纹长度3")]
- [Nullable(true)]
- [DataLength(400)]
- public string CrackLength3
- {
- get { return crackLength3; }
- set { crackLength3 = value; }
- }
- /// <summary>
- /// 试验条件备注
- /// </summary>
- [Description("试验条件备注")]
- [Nullable(true)]
- [DataLength(400)]
- public string Note
- {
- get { return note; }
- set { note = value; }
- }
- /// <summary>
- /// 试样号1(小)
- /// </summary>
- [Description("试样号1(小)")]
- [Nullable(true)]
- [DataLength(50)]
- public string SampleNo1
- {
- get { return sampleNo1; }
- set { sampleNo1 = value; }
- }
- /// <summary>
- /// 试样号2(小)
- /// </summary>
- [Description("试样号2(小)")]
- [Nullable(true)]
- [DataLength(50)]
- public string SampleNo2
- {
- get { return sampleNo2; }
- set { sampleNo2 = value; }
- }
- /// <summary>
- /// 试样号3(小)
- /// </summary>
- [Description("试样号3(小)")]
- [Nullable(true)]
- [DataLength(50)]
- public string SampleNo3
- {
- get { return sampleNo3; }
- set { sampleNo3 = value; }
- }
- /// <summary>
- /// 试验溶液
- /// </summary>
- [Description("试验溶液")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestSolution
- {
- get { return testSolution; }
- set { testSolution = value; }
- }
- /// <summary>
- /// 试样表面积1(cm2)
- /// </summary>
- [Description("试样表面积1(cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string SurfaceArea1
- {
- get { return surfaceArea1; }
- set { surfaceArea1 = value; }
- }
- /// <summary>
- /// 试样表面积2(cm2)
- /// </summary>
- [Description("试样表面积2(cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string SurfaceArea2
- {
- get { return surfaceArea2; }
- set { surfaceArea2 = value; }
- }
- /// <summary>
- /// 试样表面积3(cm2)
- /// </summary>
- [Description("试样表面积3(cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string SurfaceArea3
- {
- get { return surfaceArea3; }
- set { surfaceArea3 = value; }
- }
- /// <summary>
- /// 试验前试样质量1(g)
- /// </summary>
- [Description("试验前试样质量1(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string WeightBeforeTest1
- {
- get { return weightBeforeTest1; }
- set { weightBeforeTest1 = value; }
- }
- /// <summary>
- /// 试验前试样质量2(g)
- /// </summary>
- [Description("试验前试样质量2(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string WeightBeforeTest2
- {
- get { return weightBeforeTest2; }
- set { weightBeforeTest2 = value; }
- }
- /// <summary>
- /// 试验前试样质量3(g)
- /// </summary>
- [Description("试验前试样质量3(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string WeightBeforeTest3
- {
- get { return weightBeforeTest3; }
- set { weightBeforeTest3 = value; }
- }
- /// <summary>
- /// 试样后试样质量1(g)
- /// </summary>
- [Description("试样后试样质量1(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string WeightAfterTest1
- {
- get { return weightAfterTest1; }
- set { weightAfterTest1 = value; }
- }
- /// <summary>
- /// 试样后试样质量2(g)
- /// </summary>
- [Description("试样后试样质量2(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string WeightAfterTest2
- {
- get { return weightAfterTest2; }
- set { weightAfterTest2 = value; }
- }
- /// <summary>
- /// 试样后试样质量3(g)
- /// </summary>
- [Description("试样后试样质量3(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string WeightAfterTest3
- {
- get { return weightAfterTest3; }
- set { weightAfterTest3 = value; }
- }
- /// <summary>
- /// 失重1(g)
- /// </summary>
- [Description("失重1(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string LossOfWeight1
- {
- get { return lossOfWeight1; }
- set { lossOfWeight1 = value; }
- }
- /// <summary>
- /// 失重2(g)
- /// </summary>
- [Description("失重2(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string LossOfWeight2
- {
- get { return lossOfWeight2; }
- set { lossOfWeight2 = value; }
- }
- /// <summary>
- /// 失重3(g)
- /// </summary>
- [Description("失重3(g)")]
- [Nullable(true)]
- [DataLength(400)]
- public string LossOfWeight3
- {
- get { return lossOfWeight3; }
- set { lossOfWeight3 = value; }
- }
- /// <summary>
- /// 质量损失1(g/cm2)
- /// </summary>
- [Description("质量损失1(g/cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string MassLoss1
- {
- get { return massLoss1; }
- set { massLoss1 = value; }
- }
- /// <summary>
- /// 质量损失2(g/cm2)
- /// </summary>
- [Description("质量损失2(g/cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string MassLoss2
- {
- get { return massLoss2; }
- set { massLoss2 = value; }
- }
- /// <summary>
- /// 质量损失3(g/cm2)
- /// </summary>
- [Description("质量损失3(g/cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string MassLoss3
- {
- get { return massLoss3; }
- set { massLoss3 = value; }
- }
- /// <summary>
- /// 点蚀密度1(个/cm2)
- /// </summary>
- [Description("点蚀密度1(个/cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string PittingDensity1
- {
- get { return pittingDensity1; }
- set { pittingDensity1 = value; }
- }
- /// <summary>
- /// 点蚀密度2(个/cm2)
- /// </summary>
- [Description("点蚀密度2(个/cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string PittingDensity2
- {
- get { return pittingDensity2; }
- set { pittingDensity2 = value; }
- }
- /// <summary>
- /// 点蚀密度3(个/cm2)
- /// </summary>
- [Description("点蚀密度3(个/cm2)")]
- [Nullable(true)]
- [DataLength(400)]
- public string PittingDensity3
- {
- get { return pittingDensity3; }
- set { pittingDensity3 = value; }
- }
- /// <summary>
- /// 实际载荷1(N)
- /// </summary>
- [Description("实际载荷1(N)")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualLoadD1
- {
- get { return actualLoadD1; }
- set { actualLoadD1 = value; }
- }
- /// <summary>
- /// 实际载荷2(N)
- /// </summary>
- [Description("实际载荷2(N)")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualLoadD2
- {
- get { return actualLoadD2; }
- set { actualLoadD2 = value; }
- }
- /// <summary>
- /// 实际载荷3(N)
- /// </summary>
- [Description("实际载荷3(N)")]
- [Nullable(true)]
- [DataLength(400)]
- public string ActualLoadD3
- {
- get { return actualLoadD3; }
- set { actualLoadD3 = value; }
- }
- /// <summary>
- /// 试样清洗
- /// </summary>
- [Description("试样清洗")]
- [Nullable(true)]
- [DataLength(400)]
- public string CleaningSample
- {
- get { return cleaningSample; }
- set { cleaningSample = value; }
- }
- /// <summary>
- /// SSC溶液名称
- /// </summary>
- [Description("SSC溶液名称")]
- [Nullable(true)]
- [DataLength(20)]
- public string Aqueous
- {
- get { return aqueous; }
- set { aqueous = value; }
- }
- /// <summary>
- /// 试验条件2备注
- /// </summary>
- [Description("试验条件2备注")]
- [Nullable(true)]
- [DataLength(400)]
- public string Note2
- {
- get { return note2; }
- set { note2 = value; }
- }
- /// <summary>
- /// 试验条件3备注
- /// </summary>
- [Description("试验条件3备注")]
- [Nullable(true)]
- [DataLength(400)]
- public string Note3
- {
- get { return note3; }
- set { note3 = value; }
- }
- /// <summary>
- /// 试验条件1
- /// </summary>
- [Description("试验条件1")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestConditions1
- {
- get { return testConditions1; }
- set { testConditions1 = value; }
- }
- /// <summary>
- /// 试验条件2
- /// </summary>
- [Description("试验条件2")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestConditions2
- {
- get { return testConditions2; }
- set { testConditions2 = value; }
- }
- /// <summary>
- /// 试验条件3
- /// </summary>
- [Description("试验条件3")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestConditions3
- {
- get { return testConditions3; }
- set { testConditions3 = value; }
- }
- /// <summary>
- /// 试样取向
- /// </summary>
- [Description("试样取向")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenOrientation
- {
- get { return specimenOrientation; }
- set { specimenOrientation = value; }
- }
- /// <summary>
- /// 试样类型
- /// </summary>
- [Description("试样类型")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenType
- {
- get { return specimenType; }
- set { specimenType = value; }
- }
- /// <summary>
- /// 试样宽度
- /// </summary>
- [Description("试样宽度")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenWidth
- {
- get { return specimenWidth; }
- set { specimenWidth = value; }
- }
- /// <summary>
- /// 试样厚度
- /// </summary>
- [Description("试样厚度")]
- [Nullable(true)]
- [DataLength(400)]
- public string SpecimenDepth
- {
- get { return specimenDepth; }
- set { specimenDepth = value; }
- }
- /// <summary>
- /// 缺口形状
- /// </summary>
- [Description("缺口形状")]
- [Nullable(true)]
- [DataLength(400)]
- public string ShapeOfNotch
- {
- get { return shapeOfNotch; }
- set { shapeOfNotch = value; }
- }
- /// <summary>
- /// 缺口深度
- /// </summary>
- [Description("缺口深度")]
- [Nullable(true)]
- [DataLength(400)]
- public string NotchDepth
- {
- get { return notchDepth; }
- set { notchDepth = value; }
- }
- /// <summary>
- /// 硬度类别
- /// </summary>
- [Description("硬度类别")]
- [Nullable(true)]
- [DataLength(400)]
- public string HardnessType
- {
- get { return hardnessType; }
- set { hardnessType = value; }
- }
- /// <summary>
- /// 结果评定
- /// </summary>
- [Description("结果评定")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestResults
- {
- get { return testResults; }
- set { testResults = value; }
- }
- /// <summary>
- /// 扣型
- /// </summary>
- [Description("扣型")]
- [Nullable(true)]
- [DataLength(400)]
- public string Connection
- {
- get { return connection; }
- set { connection = value; }
- }
- /// <summary>
- /// 试验湿度
- /// </summary>
- [Description("试验湿度")]
- [Nullable(true)]
- [DataLength(400)]
- public string CheckDampness
- {
- get { return checkDampness; }
- set { checkDampness = value; }
- }
- /// <summary>
- /// 试验项目
- /// </summary>
- [Description("试验项目")]
- [Nullable(true)]
- [DataLength(400)]
- public string TestItem
- {
- get { return testItem; }
- set { testItem = value; }
- }
- /// <summary>
- /// 沉降率(ml/h)
- /// </summary>
- [Description("沉降率(ml/h)")]
- [Nullable(true)]
- [DataLength(100)]
- public string CollectionRate
- {
- get { return collectionRate; }
- set { collectionRate = value; }
- }
- /// <summary>
- /// 喷雾类型
- /// </summary>
- [Description("喷雾类型")]
- [Nullable(true)]
- [DataLength(100)]
- public string SprayType
- {
- get { return sprayType; }
- set { sprayType = value; }
- }
- /// <summary>
- /// 放置角度(°)
- /// </summary>
- [Description("放置角度(°)")]
- [Nullable(true)]
- [DataLength(100)]
- public string Angle
- {
- get { return angle; }
- set { angle = value; }
- }
- /// <summary>
- /// 试板形状
- /// </summary>
- [Description("试板形状")]
- [Nullable(true)]
- [DataLength(100)]
- public string SampleType
- {
- get { return sampleType; }
- set { sampleType = value; }
- }
- /// <summary>
- /// 溶液(收集)浓度
- /// </summary>
- [Description("溶液(收集)浓度 ")]
- [Nullable(true)]
- [DataLength(100)]
- public string Concentration
- {
- get { return concentration; }
- set { concentration = value; }
- }
- /// <summary>
- /// 图片1
- /// </summary>
- [Description("图片1")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath1
- {
- get { return filePath1; }
- set { filePath1 = value; }
- }
- /// <summary>
- /// 图片2
- /// </summary>
- [Description("图片2")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath2
- {
- get { return filePath2; }
- set { filePath2 = value; }
- }
- /// <summary>
- /// 图片3
- /// </summary>
- [Description("图片3")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath3
- {
- get { return filePath3; }
- set { filePath3 = value; }
- }
- /// <summary>
- /// 图片4
- /// </summary>
- [Description("图片4")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath4
- {
- get { return filePath4; }
- set { filePath4 = value; }
- }
- /// <summary>
- /// 图片5
- /// </summary>
- [Description("图片5")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath5
- {
- get { return filePath5; }
- set { filePath5 = value; }
- }
- /// <summary>
- /// 图片6
- /// </summary>
- [Description("图片6")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath6
- {
- get { return filePath6; }
- set { filePath6 = value; }
- }
- /// <summary>
- /// 图片7
- /// </summary>
- [Description("图片7")]
- [Nullable(true)]
- [DataLength(100)]
- public string FilePath7
- {
- get { return filePath7; }
- set { filePath7 = value; }
- }
- /// <summary>
- /// 试验日期
- /// </summary>
- [Description("试验日期")]
- [Nullable(true)]
- public string TestDate
- {
- get { return testDate; }
- set { testDate = value; }
- }
- /// <summary>
- /// 报出日期
- /// </summary>
- [Description("报出日期")]
- [Nullable(true)]
- public string ReportedDate
- {
- get { return reportedDate; }
- set { reportedDate = value; }
- }
- /// <summary>
- /// 报出人
- /// </summary>
- [Description("报出人")]
- [Nullable(true)]
- [DataLength(20)]
- public string ReportedName
- {
- get { return reportedName; }
- set { reportedName = value; }
- }
- /// <summary>
- /// 复核人
- /// </summary>
- [Description("复核人")]
- [Nullable(true)]
- [DataLength(20)]
- public string ApprovedName
- {
- get { return approvedName; }
- set { approvedName = value; }
- }
- }
- }
|