PipeCheckconsignPhydetailEntity.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233
  1. using Core.Mes.Client.Comm.Attribute;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Linq;
  6. using System.Text;
  7. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  8. {
  9. class PipeCheckconsignPhydetailEntity
  10. {
  11. /// <summary>
  12. /// 检验项目明细编号
  13. /// </summary>
  14. private string phydetailId = "";
  15. /// <summary>
  16. /// 检验编号
  17. /// </summary>
  18. private string checkNo = "";
  19. /// <summary>
  20. /// 性能批号
  21. /// </summary>
  22. private string batchNo = "";
  23. /// <summary>
  24. /// 试样号
  25. /// </summary>
  26. private string sampleNo = "";
  27. /// <summary>
  28. /// 材质序号
  29. /// </summary>
  30. private decimal? indexSeq = null;
  31. /// <summary>
  32. /// 部门ID
  33. /// </summary>
  34. private string deptId = "";
  35. /// <summary>
  36. /// 材质检验项代码(大类) 填写SAMPLE_KEY
  37. /// </summary>
  38. private string phyCodeMax = "";
  39. /// <summary>
  40. /// 材质检验项名称(大类)
  41. /// </summary>
  42. private string phyNameMax = "";
  43. /// <summary>
  44. /// 指定检验项代码
  45. /// </summary>
  46. private string phyCodeDir = "";
  47. /// <summary>
  48. /// 指定检验项名称
  49. /// </summary>
  50. private string phyNameDir = "";
  51. /// <summary>
  52. /// 取样码 填写大项
  53. /// </summary>
  54. private string phyCodeMin = "";
  55. /// <summary>
  56. /// 取样码描述
  57. /// </summary>
  58. private string phyNameMin = "";
  59. /// <summary>
  60. /// 材质检验项代码
  61. /// </summary>
  62. private string phyCode = "";
  63. /// <summary>
  64. /// 材质检验项名称
  65. /// </summary>
  66. private string phyName = "";
  67. /// <summary>
  68. /// 值单位
  69. /// </summary>
  70. private string phyUnit = "";
  71. /// <summary>
  72. /// 试验方向代码
  73. /// </summary>
  74. private string itemCodeF = "";
  75. /// <summary>
  76. /// 试验方向描述
  77. /// </summary>
  78. private string itemNameF = "";
  79. /// <summary>
  80. /// 试验温度代码
  81. /// </summary>
  82. private string itemCodeW = "";
  83. /// <summary>
  84. /// 试验温度描述
  85. /// </summary>
  86. private string itemNameW = "";
  87. /// <summary>
  88. /// 试样尺寸代码
  89. /// </summary>
  90. private string itemCodeS = "";
  91. /// <summary>
  92. /// 试样尺寸描述
  93. /// </summary>
  94. private string itemNameS = "";
  95. /// <summary>
  96. /// 分组索引号(同一分组的为多选一项)
  97. /// </summary>
  98. private string groupSeq = "";
  99. /// <summary>
  100. /// 报出结果数
  101. /// </summary>
  102. private decimal? resultCount = null;
  103. /// <summary>
  104. /// 是否检验(1:是,0:否)
  105. /// </summary>
  106. private string ischeck = "";
  107. /// <summary>
  108. /// 是否判定(1:是,0:否)
  109. /// </summary>
  110. private string isjudge = "";
  111. /// <summary>
  112. /// 是否报出(1:是,0:否)
  113. /// </summary>
  114. private string isquote = "";
  115. /// <summary>
  116. /// 是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算)
  117. /// </summary>
  118. private string phyType = "";
  119. /// <summary>
  120. /// 复合标准公式
  121. /// </summary>
  122. private string phyFormula = "";
  123. /// <summary>
  124. /// 标准范围下限符号(一)
  125. /// </summary>
  126. private string stdminSign = "";
  127. /// <summary>
  128. /// 标准范围下限(一)
  129. /// </summary>
  130. private string stdmin = "";
  131. /// <summary>
  132. /// 标准范围上限符号(一)
  133. /// </summary>
  134. private string stdmaxSign = "";
  135. /// <summary>
  136. /// 标准范围上限(一)
  137. /// </summary>
  138. private string stdmax = "";
  139. /// <summary>
  140. /// 判定依据(A:最小值,B:最大值,C:平均值,D:逐项值判)
  141. /// </summary>
  142. private string judgeBasis = "";
  143. /// <summary>
  144. /// 标准范围下限符号(二)
  145. /// </summary>
  146. private string stdminSign2 = "";
  147. /// <summary>
  148. /// 标准范围下限(二)
  149. /// </summary>
  150. private string stdmin2 = "";
  151. /// <summary>
  152. /// 标准范围上限符号(二)
  153. /// </summary>
  154. private string stdmaxSign2 = "";
  155. /// <summary>
  156. /// 标准范围上限(二)
  157. /// </summary>
  158. private string stdmax2 = "";
  159. /// <summary>
  160. /// 标准范围值的选择(4071),二套标准情况下的选择分类
  161. /// </summary>
  162. private string stdChoose = "";
  163. /// <summary>
  164. /// 标准备注
  165. /// </summary>
  166. private string stdmemo = "";
  167. /// <summary>
  168. /// 条件项(1:符合标准时,0:不符合标准时) 条件项(1:符合标准时,0:不符合标准时)
  169. /// </summary>
  170. private string addcondition = "";
  171. /// <summary>
  172. /// 附加标准项代码(4070)
  173. /// </summary>
  174. private string addstdconCode = "";
  175. /// <summary>
  176. /// 附加标准下限符号
  177. /// </summary>
  178. private string addstdMinSign = "";
  179. /// <summary>
  180. /// 附加标准下限值 附加标准下限值 附加标准下限值
  181. /// </summary>
  182. private string addstdMin = "";
  183. /// <summary>
  184. /// 附加标准上限符号
  185. /// </summary>
  186. private string addstdMaxSign = "";
  187. /// <summary>
  188. /// 附加标准上限值
  189. /// </summary>
  190. private string addstdMax = "";
  191. /// <summary>
  192. /// 百分比
  193. /// </summary>
  194. private decimal? addpercent = null;
  195. /// <summary>
  196. /// 是否坯样热处理 0否,1是
  197. /// </summary>
  198. private string billetSample = "";
  199. /// <summary>
  200. /// 备注
  201. /// </summary>
  202. private string remark = "";
  203. /// <summary>
  204. /// 值1
  205. /// </summary>
  206. private string value1 = "";
  207. /// <summary>
  208. /// 值2
  209. /// </summary>
  210. private string value2 = "";
  211. /// <summary>
  212. /// 值3
  213. /// </summary>
  214. private string value3 = "";
  215. /// <summary>
  216. /// 值4
  217. /// </summary>
  218. private string value4 = "";
  219. /// <summary>
  220. /// 值5
  221. /// </summary>
  222. private string value5 = "";
  223. /// <summary>
  224. /// 值6
  225. /// </summary>
  226. private string value6 = "";
  227. /// <summary>
  228. /// 值7
  229. /// </summary>
  230. private string value7 = "";
  231. /// <summary>
  232. /// 值8
  233. /// </summary>
  234. private string value8 = "";
  235. /// <summary>
  236. /// 值9
  237. /// </summary>
  238. private string value9 = "";
  239. /// <summary>
  240. /// 值10
  241. /// </summary>
  242. private string value10 = "";
  243. /// <summary>
  244. /// 值11
  245. /// </summary>
  246. private string value11 = "";
  247. /// <summary>
  248. /// 值12
  249. /// </summary>
  250. private string value12 = "";
  251. /// <summary>
  252. /// 值13
  253. /// </summary>
  254. private string value13 = "";
  255. /// <summary>
  256. /// 值14
  257. /// </summary>
  258. private string value14 = "";
  259. /// <summary>
  260. /// 值15
  261. /// </summary>
  262. private string value15 = "";
  263. /// <summary>
  264. /// 平均值
  265. /// </summary>
  266. private string averageValue = "";
  267. /// <summary>
  268. /// 是否完好
  269. /// </summary>
  270. private string isGood = "";
  271. /// <summary>
  272. /// 是否缺陷
  273. /// </summary>
  274. private string isDefect = "";
  275. /// <summary>
  276. /// 计算公式
  277. /// </summary>
  278. private string calculationFormula = "";
  279. /// <summary>
  280. /// 试验方向
  281. /// </summary>
  282. private string phyDir = "";
  283. /// <summary>
  284. /// 环境温度
  285. /// </summary>
  286. private string checkTemp = "";
  287. /// <summary>
  288. /// 试样尺寸
  289. /// </summary>
  290. private string sampleType = "";
  291. private string splineItemCodeS = "";
  292. private string splineItemNameS = "";
  293. private string splineItemCodeF = "";
  294. private string splineItemNameF = "";
  295. /// <summary>
  296. /// 试验方向
  297. /// </summary>
  298. [Description("试验方向")]
  299. [Nullable(false)]
  300. [DataLength(50)]
  301. public string PhyDir
  302. {
  303. get { return phyDir; }
  304. set { phyDir = value; }
  305. }
  306. /// <summary>
  307. /// 试验温度
  308. /// </summary>
  309. [Description("试验温度")]
  310. [Nullable(false)]
  311. [DataLength(50)]
  312. public string CheckTemp
  313. {
  314. get { return checkTemp; }
  315. set { checkTemp = value; }
  316. }
  317. /// <summary>
  318. /// 试样尺寸
  319. /// </summary>
  320. [Description("试样尺寸")]
  321. [Nullable(false)]
  322. [DataLength(50)]
  323. public string SampleType
  324. {
  325. get { return sampleType; }
  326. set { sampleType = value; }
  327. }
  328. /// <summary>
  329. /// 检验项目明细编号
  330. /// </summary>
  331. [Description("检验项目明细编号")]
  332. [Nullable(false)]
  333. [DataLength(50)]
  334. public string PhydetailId
  335. {
  336. get { return phydetailId; }
  337. set { phydetailId = value; }
  338. }
  339. /// <summary>
  340. /// 检验编号
  341. /// </summary>
  342. [Description("检验编号")]
  343. [Nullable(true)]
  344. [DataLength(50)]
  345. public string CheckNo
  346. {
  347. get { return checkNo; }
  348. set { checkNo = value; }
  349. }
  350. /// <summary>
  351. /// 性能批号
  352. /// </summary>
  353. [Description("性能批号")]
  354. [Nullable(true)]
  355. [DataLength(20)]
  356. public string BatchNo
  357. {
  358. get { return batchNo; }
  359. set { batchNo = value; }
  360. }
  361. /// <summary>
  362. /// 试样号
  363. /// </summary>
  364. [Description("试样号")]
  365. [Nullable(true)]
  366. [DataLength(50)]
  367. public string SampleNo
  368. {
  369. get { return sampleNo; }
  370. set { sampleNo = value; }
  371. }
  372. /// <summary>
  373. /// 材质序号
  374. /// </summary>
  375. [Description("材质序号")]
  376. [Nullable(true)]
  377. [DataLength(22)]
  378. public decimal? IndexSeq
  379. {
  380. get { return indexSeq; }
  381. set { indexSeq = value; }
  382. }
  383. /// <summary>
  384. /// 部门ID
  385. /// </summary>
  386. [Description("部门ID")]
  387. [Nullable(true)]
  388. [DataLength(100)]
  389. public string DeptId
  390. {
  391. get { return deptId; }
  392. set { deptId = value; }
  393. }
  394. /// <summary>
  395. /// 材质检验项代码(大类) 填写SAMPLE_KEY
  396. /// </summary>
  397. [Description("材质检验项代码(大类) 填写SAMPLE_KEY")]
  398. [Nullable(true)]
  399. [DataLength(50)]
  400. public string PhyCodeMax
  401. {
  402. get { return phyCodeMax; }
  403. set { phyCodeMax = value; }
  404. }
  405. /// <summary>
  406. /// 材质检验项名称(大类)
  407. /// </summary>
  408. [Description("材质检验项名称(大类)")]
  409. [Nullable(true)]
  410. [DataLength(100)]
  411. public string PhyNameMax
  412. {
  413. get { return phyNameMax; }
  414. set { phyNameMax = value; }
  415. }
  416. /// <summary>
  417. /// 指定检验项代码
  418. /// </summary>
  419. [Description("指定检验项代码")]
  420. [Nullable(true)]
  421. [DataLength(50)]
  422. public string PhyCodeDir
  423. {
  424. get { return phyCodeDir; }
  425. set { phyCodeDir = value; }
  426. }
  427. /// <summary>
  428. /// 指定检验项名称
  429. /// </summary>
  430. [Description("指定检验项名称")]
  431. [Nullable(true)]
  432. [DataLength(100)]
  433. public string PhyNameDir
  434. {
  435. get { return phyNameDir; }
  436. set { phyNameDir = value; }
  437. }
  438. /// <summary>
  439. /// 取样码 填写大项
  440. /// </summary>
  441. [Description("取样码 填写大项")]
  442. [Nullable(true)]
  443. [DataLength(5)]
  444. public string PhyCodeMin
  445. {
  446. get { return phyCodeMin; }
  447. set { phyCodeMin = value; }
  448. }
  449. /// <summary>
  450. /// 取样码描述
  451. /// </summary>
  452. [Description("取样码描述")]
  453. [Nullable(true)]
  454. [DataLength(100)]
  455. public string PhyNameMin
  456. {
  457. get { return phyNameMin; }
  458. set { phyNameMin = value; }
  459. }
  460. /// <summary>
  461. /// 材质检验项代码
  462. /// </summary>
  463. [Description("材质检验项代码")]
  464. [Nullable(true)]
  465. [DataLength(5)]
  466. public string PhyCode
  467. {
  468. get { return phyCode; }
  469. set { phyCode = value; }
  470. }
  471. /// <summary>
  472. /// 材质检验项名称
  473. /// </summary>
  474. [Description("检验项")]
  475. [Nullable(true)]
  476. [DataLength(100)]
  477. public string PhyName
  478. {
  479. get { return phyName; }
  480. set { phyName = value; }
  481. }
  482. /// <summary>
  483. /// 值单位
  484. /// </summary>
  485. [Description("单位")]
  486. [Nullable(true)]
  487. [DataLength(10)]
  488. public string PhyUnit
  489. {
  490. get { return phyUnit; }
  491. set { phyUnit = value; }
  492. }
  493. /// <summary>
  494. /// 试验方向代码
  495. /// </summary>
  496. [Description("试验方向代码")]
  497. [Nullable(true)]
  498. [DataLength(5)]
  499. public string ItemCodeF
  500. {
  501. get { return itemCodeF; }
  502. set { itemCodeF = value; }
  503. }
  504. /// <summary>
  505. /// 试验方向描述
  506. /// </summary>
  507. [Description("试验方向")]
  508. [Nullable(true)]
  509. [DataLength(100)]
  510. public string ItemNameF
  511. {
  512. get { return itemNameF; }
  513. set { itemNameF = value; }
  514. }
  515. /// <summary>
  516. /// 试验温度代码
  517. /// </summary>
  518. [Description("试验温度")]
  519. [Nullable(true)]
  520. [DataLength(20)]
  521. public string ItemCodeW
  522. {
  523. get { return itemCodeW; }
  524. set { itemCodeW = value; }
  525. }
  526. /// <summary>
  527. /// 试验温度描述
  528. /// </summary>
  529. [Description("试验温度")]
  530. [Nullable(true)]
  531. [DataLength(100)]
  532. public string ItemNameW
  533. {
  534. get { return itemNameW; }
  535. set { itemNameW = value; }
  536. }
  537. /// <summary>
  538. /// 试样尺寸代码
  539. /// </summary>
  540. [Description("试样尺寸")]
  541. [Nullable(true)]
  542. [DataLength(5)]
  543. public string ItemCodeS
  544. {
  545. get { return itemCodeS; }
  546. set { itemCodeS = value; }
  547. }
  548. /// <summary>
  549. /// 试样尺寸描述
  550. /// </summary>
  551. [Description("试样尺寸")]
  552. [Nullable(true)]
  553. [DataLength(100)]
  554. public string ItemNameS
  555. {
  556. get { return itemNameS; }
  557. set { itemNameS = value; }
  558. }
  559. /// <summary>
  560. /// 分组索引号(同一分组的为多选一项)
  561. /// </summary>
  562. [Description("分组索引号(同一分组的为多选一项)")]
  563. [Nullable(true)]
  564. [DataLength(6)]
  565. public string GroupSeq
  566. {
  567. get { return groupSeq; }
  568. set { groupSeq = value; }
  569. }
  570. /// <summary>
  571. /// 报出结果数
  572. /// </summary>
  573. [Description("报出结果数")]
  574. [Nullable(true)]
  575. [DataLength(22)]
  576. public decimal? ResultCount
  577. {
  578. get { return resultCount; }
  579. set { resultCount = value; }
  580. }
  581. /// <summary>
  582. /// 是否检验(1:是,0:否)
  583. /// </summary>
  584. [Description("是否检验(1:是,0:否)")]
  585. [Nullable(true)]
  586. [DataLength(1)]
  587. public string Ischeck
  588. {
  589. get { return ischeck; }
  590. set { ischeck = value; }
  591. }
  592. /// <summary>
  593. /// 是否判定(1:是,0:否)
  594. /// </summary>
  595. [Description("是否判定(1:是,0:否)")]
  596. [Nullable(true)]
  597. [DataLength(1)]
  598. public string Isjudge
  599. {
  600. get { return isjudge; }
  601. set { isjudge = value; }
  602. }
  603. /// <summary>
  604. /// 是否报出(1:是,0:否)
  605. /// </summary>
  606. [Description("是否报出(1:是,0:否)")]
  607. [Nullable(true)]
  608. [DataLength(1)]
  609. public string Isquote
  610. {
  611. get { return isquote; }
  612. set { isquote = value; }
  613. }
  614. /// <summary>
  615. /// 是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算)
  616. /// </summary>
  617. [Description("是否是复合标准项(1:是,0:不是)(标准值通过公式进行计算)")]
  618. [Nullable(true)]
  619. [DataLength(1)]
  620. public string PhyType
  621. {
  622. get { return phyType; }
  623. set { phyType = value; }
  624. }
  625. /// <summary>
  626. /// 复合标准公式
  627. /// </summary>
  628. [Description("复合标准公式")]
  629. [Nullable(true)]
  630. [DataLength(100)]
  631. public string PhyFormula
  632. {
  633. get { return phyFormula; }
  634. set { phyFormula = value; }
  635. }
  636. /// <summary>
  637. /// 标准范围下限符号(一)
  638. /// </summary>
  639. [Description("下限符号")]
  640. [Nullable(true)]
  641. [DataLength(2)]
  642. public string StdminSign
  643. {
  644. get { return stdminSign; }
  645. set { stdminSign = value; }
  646. }
  647. /// <summary>
  648. /// 标准范围下限(一)
  649. /// </summary>
  650. [Description("下限")]
  651. [Nullable(true)]
  652. [DataLength(100)]
  653. public string Stdmin
  654. {
  655. get { return stdmin; }
  656. set { stdmin = value; }
  657. }
  658. /// <summary>
  659. /// 标准范围上限符号(一)
  660. /// </summary>
  661. [Description("上限符号")]
  662. [Nullable(true)]
  663. [DataLength(2)]
  664. public string StdmaxSign
  665. {
  666. get { return stdmaxSign; }
  667. set { stdmaxSign = value; }
  668. }
  669. /// <summary>
  670. /// 标准范围上限(一)
  671. /// </summary>
  672. [Description("上限")]
  673. [Nullable(true)]
  674. [DataLength(100)]
  675. public string Stdmax
  676. {
  677. get { return stdmax; }
  678. set { stdmax = value; }
  679. }
  680. /// <summary>
  681. /// 判定依据(A:最小值,B:最大值,C:平均值,D:逐项值判)
  682. /// </summary>
  683. [Description("判定依据")]
  684. [Nullable(true)]
  685. [DataLength(1)]
  686. public string JudgeBasis
  687. {
  688. get { return judgeBasis; }
  689. set { judgeBasis = value; }
  690. }
  691. /// <summary>
  692. /// 标准范围下限符号(二)
  693. /// </summary>
  694. [Description("标准范围下限符号(二)")]
  695. [Nullable(true)]
  696. [DataLength(2)]
  697. public string StdminSign2
  698. {
  699. get { return stdminSign2; }
  700. set { stdminSign2 = value; }
  701. }
  702. /// <summary>
  703. /// 标准范围下限(二)
  704. /// </summary>
  705. [Description("标准范围下限(二)")]
  706. [Nullable(true)]
  707. [DataLength(100)]
  708. public string Stdmin2
  709. {
  710. get { return stdmin2; }
  711. set { stdmin2 = value; }
  712. }
  713. /// <summary>
  714. /// 标准范围上限符号(二)
  715. /// </summary>
  716. [Description("标准范围上限符号(二)")]
  717. [Nullable(true)]
  718. [DataLength(2)]
  719. public string StdmaxSign2
  720. {
  721. get { return stdmaxSign2; }
  722. set { stdmaxSign2 = value; }
  723. }
  724. /// <summary>
  725. /// 标准范围上限(二)
  726. /// </summary>
  727. [Description("标准范围上限(二)")]
  728. [Nullable(true)]
  729. [DataLength(100)]
  730. public string Stdmax2
  731. {
  732. get { return stdmax2; }
  733. set { stdmax2 = value; }
  734. }
  735. /// <summary>
  736. /// 标准范围值的选择(4071),二套标准情况下的选择分类
  737. /// </summary>
  738. [Description("标准范围值的选择(4071),二套标准情况下的选择分类")]
  739. [Nullable(true)]
  740. [DataLength(10)]
  741. public string StdChoose
  742. {
  743. get { return stdChoose; }
  744. set { stdChoose = value; }
  745. }
  746. /// <summary>
  747. /// 标准备注
  748. /// </summary>
  749. [Description("标准备注")]
  750. [Nullable(true)]
  751. [DataLength(200)]
  752. public string Stdmemo
  753. {
  754. get { return stdmemo; }
  755. set { stdmemo = value; }
  756. }
  757. /// <summary>
  758. /// 条件项(1:符合标准时,0:不符合标准时) 条件项(1:符合标准时,0:不符合标准时)
  759. /// </summary>
  760. [Description("条件项(1:符合标准时,0:不符合标准时) 条件项(1:符合标准时,0:不符合标准时) ")]
  761. [Nullable(true)]
  762. [DataLength(1)]
  763. public string Addcondition
  764. {
  765. get { return addcondition; }
  766. set { addcondition = value; }
  767. }
  768. /// <summary>
  769. /// 附加标准项代码(4070)
  770. /// </summary>
  771. [Description("附加标准项代码(4070) ")]
  772. [Nullable(true)]
  773. [DataLength(20)]
  774. public string AddstdconCode
  775. {
  776. get { return addstdconCode; }
  777. set { addstdconCode = value; }
  778. }
  779. /// <summary>
  780. /// 附加标准下限符号
  781. /// </summary>
  782. [Description("附加标准下限符号")]
  783. [Nullable(true)]
  784. [DataLength(2)]
  785. public string AddstdMinSign
  786. {
  787. get { return addstdMinSign; }
  788. set { addstdMinSign = value; }
  789. }
  790. /// <summary>
  791. /// 附加标准下限值 附加标准下限值 附加标准下限值
  792. /// </summary>
  793. [Description("附加标准下限值 附加标准下限值 附加标准下限值 ")]
  794. [Nullable(true)]
  795. [DataLength(10)]
  796. public string AddstdMin
  797. {
  798. get { return addstdMin; }
  799. set { addstdMin = value; }
  800. }
  801. /// <summary>
  802. /// 附加标准上限符号
  803. /// </summary>
  804. [Description("附加标准上限符号 ")]
  805. [Nullable(true)]
  806. [DataLength(2)]
  807. public string AddstdMaxSign
  808. {
  809. get { return addstdMaxSign; }
  810. set { addstdMaxSign = value; }
  811. }
  812. /// <summary>
  813. /// 附加标准上限值
  814. /// </summary>
  815. [Description("附加标准上限值 ")]
  816. [Nullable(true)]
  817. [DataLength(10)]
  818. public string AddstdMax
  819. {
  820. get { return addstdMax; }
  821. set { addstdMax = value; }
  822. }
  823. /// <summary>
  824. /// 百分比
  825. /// </summary>
  826. [Description("百分比")]
  827. [Nullable(true)]
  828. [DataLength(3)]
  829. public decimal? Addpercent
  830. {
  831. get { return addpercent; }
  832. set { addpercent = value; }
  833. }
  834. /// <summary>
  835. /// 是否坯样热处理 0否,1是
  836. /// </summary>
  837. [Description("是否坯样热处理 0否,1是")]
  838. [Nullable(true)]
  839. [DataLength(1)]
  840. public string BilletSample
  841. {
  842. get { return billetSample; }
  843. set { billetSample = value; }
  844. }
  845. /// <summary>
  846. /// 备注
  847. /// </summary>
  848. [Description("备注")]
  849. [Nullable(true)]
  850. [DataLength(400)]
  851. public string Remark
  852. {
  853. get { return remark; }
  854. set { remark = value; }
  855. }
  856. /// <summary>
  857. /// 值1
  858. /// </summary>
  859. [Description("值1")]
  860. [Nullable(true)]
  861. [DataLength(400)]
  862. public string Value1
  863. {
  864. get { return value1; }
  865. set { value1 = value; }
  866. }
  867. /// <summary>
  868. /// 值2
  869. /// </summary>
  870. [Description("值2")]
  871. [Nullable(true)]
  872. [DataLength(400)]
  873. public string Value2
  874. {
  875. get { return value2; }
  876. set { value2 = value; }
  877. }
  878. /// <summary>
  879. /// 值3
  880. /// </summary>
  881. [Description("值3")]
  882. [Nullable(true)]
  883. [DataLength(400)]
  884. public string Value3
  885. {
  886. get { return value3; }
  887. set { value3 = value; }
  888. }
  889. /// <summary>
  890. /// 值4
  891. /// </summary>
  892. [Description("值4")]
  893. [Nullable(true)]
  894. [DataLength(400)]
  895. public string Value4
  896. {
  897. get { return value4; }
  898. set { value4 = value; }
  899. }
  900. /// <summary>
  901. /// 值5
  902. /// </summary>
  903. [Description("值5")]
  904. [Nullable(true)]
  905. [DataLength(400)]
  906. public string Value5
  907. {
  908. get { return value5; }
  909. set { value5 = value; }
  910. }
  911. /// <summary>
  912. /// 值6
  913. /// </summary>
  914. [Description("值6")]
  915. [Nullable(true)]
  916. [DataLength(400)]
  917. public string Value6
  918. {
  919. get { return value6; }
  920. set { value6 = value; }
  921. }
  922. /// <summary>
  923. /// 值7
  924. /// </summary>
  925. [Description("值7")]
  926. [Nullable(true)]
  927. [DataLength(400)]
  928. public string Value7
  929. {
  930. get { return value7; }
  931. set { value7 = value; }
  932. }
  933. /// <summary>
  934. /// 值8
  935. /// </summary>
  936. [Description("压扁间距")]
  937. [Nullable(true)]
  938. [DataLength(400)]
  939. public string Value8
  940. {
  941. get { return value8; }
  942. set { value8 = value; }
  943. }
  944. /// <summary>
  945. /// 值9
  946. /// </summary>
  947. [Description("弯曲直径")]
  948. [Nullable(true)]
  949. [DataLength(400)]
  950. public string Value9
  951. {
  952. get { return value9; }
  953. set { value9 = value; }
  954. }
  955. /// <summary>
  956. /// 值10
  957. /// </summary>
  958. [Description("弯曲角度")]
  959. [Nullable(true)]
  960. [DataLength(400)]
  961. public string Value10
  962. {
  963. get { return value10; }
  964. set { value10 = value; }
  965. }
  966. /// <summary>
  967. /// 值11
  968. /// </summary>
  969. [Description("顶芯角度")]
  970. [Nullable(true)]
  971. [DataLength(400)]
  972. public string Value11
  973. {
  974. get { return value11; }
  975. set { value11 = value; }
  976. }
  977. /// <summary>
  978. /// 值12
  979. /// </summary>
  980. [Description("扩口率")]
  981. [Nullable(true)]
  982. [DataLength(400)]
  983. public string Value12
  984. {
  985. get { return value12; }
  986. set { value12 = value; }
  987. }
  988. /// <summary>
  989. /// 值13
  990. /// </summary>
  991. [Description("值13")]
  992. [Nullable(true)]
  993. [DataLength(400)]
  994. public string Value13
  995. {
  996. get { return value13; }
  997. set { value13 = value; }
  998. }
  999. /// <summary>
  1000. /// 值14
  1001. /// </summary>
  1002. [Description("值14")]
  1003. [Nullable(true)]
  1004. [DataLength(400)]
  1005. public string Value14
  1006. {
  1007. get { return value14; }
  1008. set { value14 = value; }
  1009. }
  1010. /// <summary>
  1011. /// 值15
  1012. /// </summary>
  1013. [Description("值15")]
  1014. [Nullable(true)]
  1015. [DataLength(400)]
  1016. public string Value15
  1017. {
  1018. get { return value15; }
  1019. set { value15 = value; }
  1020. }
  1021. /// <summary>
  1022. /// 平均值
  1023. /// </summary>
  1024. [Description("平均值")]
  1025. [Nullable(true)]
  1026. [DataLength(400)]
  1027. public string AverageValue
  1028. {
  1029. get { return averageValue; }
  1030. set { averageValue = value; }
  1031. }
  1032. /// <summary>
  1033. /// 是否完好
  1034. /// </summary>
  1035. [Description("试验结果")]
  1036. [Nullable(true)]
  1037. [DataLength(1)]
  1038. public string IsGood
  1039. {
  1040. get { return isGood; }
  1041. set { isGood = value; }
  1042. }
  1043. /// <summary>
  1044. /// 是否缺陷
  1045. /// </summary>
  1046. [Description("试验结果")]
  1047. [Nullable(true)]
  1048. [DataLength(1)]
  1049. public string IsDefect
  1050. {
  1051. get { return isDefect; }
  1052. set { isDefect = value; }
  1053. }
  1054. /// <summary>
  1055. /// 计算公式
  1056. /// </summary>
  1057. [Description("计算公式")]
  1058. [Nullable(true)]
  1059. [DataLength(100)]
  1060. public string CalculationFormula
  1061. {
  1062. get { return calculationFormula; }
  1063. set { calculationFormula = value; }
  1064. }
  1065. /// <summary>
  1066. /// 试验方向
  1067. /// </summary>
  1068. [Description("试验方向代码")]
  1069. [Nullable(true)]
  1070. [DataLength(100)]
  1071. public string SplineItemCodeF
  1072. {
  1073. get { return splineItemCodeF; }
  1074. set { splineItemCodeF = value; }
  1075. }
  1076. /// <summary>
  1077. /// 试验方向
  1078. /// </summary>
  1079. [Description("试验方向")]
  1080. [Nullable(true)]
  1081. [DataLength(100)]
  1082. public string SplineItemNameF
  1083. {
  1084. get { return splineItemNameF; }
  1085. set { splineItemNameF = value; }
  1086. }
  1087. /// <summary>
  1088. /// 试验尺寸代码
  1089. /// </summary>
  1090. [Description("试验尺寸代码")]
  1091. [Nullable(true)]
  1092. [DataLength(100)]
  1093. public string SplineItemCodeS
  1094. {
  1095. get { return splineItemCodeS; }
  1096. set { splineItemCodeS = value; }
  1097. }
  1098. /// <summary>
  1099. /// 试验尺寸代码
  1100. /// </summary>
  1101. [Description("试验尺寸")]
  1102. [Nullable(true)]
  1103. [DataLength(100)]
  1104. public string SplineItemNameS
  1105. {
  1106. get { return splineItemNameS; }
  1107. set { splineItemNameS = value; }
  1108. }
  1109. /// <summary>
  1110. /// 试样减薄方式
  1111. /// </summary>
  1112. private string sampleJb = "";
  1113. /// <summary>
  1114. /// 缺口形状
  1115. /// </summary>
  1116. private string notchShape = "";
  1117. /// <summary>
  1118. /// 缺口类型
  1119. /// </summary>
  1120. private string notchType = "";
  1121. /// <summary>
  1122. /// 试样减薄方式
  1123. /// </summary>
  1124. [Description("试样减薄方式")]
  1125. [Nullable(true)]
  1126. [DataLength(40)]
  1127. public string SampleJb
  1128. {
  1129. get { return sampleJb; }
  1130. set { sampleJb = value; }
  1131. }
  1132. /// <summary>
  1133. /// 缺口形状
  1134. /// </summary>
  1135. [Description("缺口形状")]
  1136. [Nullable(true)]
  1137. [DataLength(40)]
  1138. public string NotchShape
  1139. {
  1140. get { return notchShape; }
  1141. set { notchShape = value; }
  1142. }
  1143. /// <summary>
  1144. /// 缺口类型
  1145. /// </summary>
  1146. [Description("缺口类型")]
  1147. [Nullable(true)]
  1148. [DataLength(40)]
  1149. public string NotchType
  1150. {
  1151. get { return notchType; }
  1152. set { notchType = value; }
  1153. }
  1154. }
  1155. }