PortHttBatchSampleResultEntity.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  1. using Core.Mes.Client.Comm.Attribute;
  2. using Newtonsoft.Json;
  3. using System;
  4. using System.ComponentModel;
  5. namespace Core.StlMes.Client.Judge.Models
  6. {
  7. /// <summary>
  8. /// 数据库表PORT_HTT_BATCH_SAMPLE_RESULT所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
  9. /// 作者:tgcx-test 时间:2017-01-09
  10. /// </summary>
  11. public class PortHttBatchSampleResultEntity
  12. {
  13. /// <summary>
  14. /// 炉计划ID
  15. /// </summary>
  16. private string heatPlanNo = "";
  17. /// <summary>
  18. /// 材料号(管号)
  19. /// </summary>
  20. private string matNo = "";
  21. /// <summary>
  22. /// 母管号
  23. /// </summary>
  24. private string mMatNo = "";
  25. /// <summary>
  26. /// 母坯号
  27. /// </summary>
  28. private string mMMatNo = "";
  29. /// <summary>
  30. /// 生产批号(热处理)
  31. /// </summary>
  32. private string lotNo = "";
  33. /// <summary>
  34. /// 生产批号序号(热处理)
  35. /// </summary>
  36. private string lotNoSqe = "";
  37. /// <summary>
  38. /// 产线代码
  39. /// </summary>
  40. private string plineCode = "";
  41. /// <summary>
  42. /// 产线描述
  43. /// </summary>
  44. private string plineName = "";
  45. /// <summary>
  46. /// 判定炉号
  47. /// </summary>
  48. private string judgeStoveNo = "";
  49. /// <summary>
  50. /// 批号(性能)
  51. /// </summary>
  52. private string batchNo = "";
  53. /// <summary>
  54. /// 组号
  55. /// </summary>
  56. private string groupNo = "";
  57. /// <summary>
  58. /// 熔炼炉号
  59. /// </summary>
  60. private string stoveNo = "";
  61. /// <summary>
  62. /// 标示炉号
  63. /// </summary>
  64. private string flagStoveNo = "";
  65. /// <summary>
  66. /// 外径(实际)
  67. /// </summary>
  68. private decimal? actDimater = null;
  69. /// <summary>
  70. /// 壁厚(实际)
  71. /// </summary>
  72. private decimal? actHeight = null;
  73. /// <summary>
  74. /// 长度(实际)
  75. /// </summary>
  76. private decimal? actLen = null;
  77. /// <summary>
  78. /// 长度下限(实际)
  79. /// </summary>
  80. private string actLenMin = "";
  81. /// <summary>
  82. /// 长度上限(实际)
  83. /// </summary>
  84. private string actLenMax = "";
  85. /// <summary>
  86. /// 材料支数(实际)
  87. /// </summary>
  88. private decimal? actCount = null;
  89. /// <summary>
  90. /// 材料实重(实际)
  91. /// </summary>
  92. private decimal? actWeight = null;
  93. /// <summary>
  94. /// 材料理论重量(实际)
  95. /// </summary>
  96. private decimal? actTheoryWeight = null;
  97. /// <summary>
  98. /// 是否样管
  99. /// </summary>
  100. private string isSamplePipe = "";
  101. /// <summary>
  102. /// 样管切长(mm)
  103. /// </summary>
  104. private decimal? samplePipeLen = null;
  105. /// <summary>
  106. /// 取样班次
  107. /// </summary>
  108. private string getSampleShift = "";
  109. /// <summary>
  110. /// 取样班组
  111. /// </summary>
  112. private string getSampleClass = "";
  113. /// <summary>
  114. /// 取样人
  115. /// </summary>
  116. private string getSampleName = "";
  117. /// <summary>
  118. /// 取样时间
  119. /// </summary>
  120. private string getSampleTime = "";
  121. /// <summary>
  122. /// 原判定炉号(组炉后存原判定炉号)
  123. /// </summary>
  124. private string oldJudgeStoveNo = "";
  125. /// <summary>
  126. /// 组炉标识(0,未组炉 1-组炉)
  127. /// </summary>
  128. private string groupFlag = "";
  129. /// <summary>
  130. /// 作业工序点代码(工序点代码---6002)
  131. /// </summary>
  132. private string opProcess = "";
  133. /// <summary>
  134. /// 材料状态(00-合格 10-剔除 20-待处理)
  135. /// </summary>
  136. private string matStatus = "";
  137. /// <summary>
  138. /// 离线标志(00无;10-离线;20返线;)
  139. /// </summary>
  140. private string leveLog = "";
  141. /// <summary>
  142. /// 是否入库(0-未入库 1-已入库)--交库结炉时写
  143. /// </summary>
  144. private string instoreFlag = "";
  145. /// <summary>
  146. /// 虚拟入库标志(0-未入库 1-已入库)--交库时写
  147. /// </summary>
  148. private string vmInstoreFlag = "";
  149. /// <summary>
  150. /// 工艺路径
  151. /// </summary>
  152. private string prcTechnologyPath = "";
  153. /// <summary>
  154. /// 返线工序点(工序点代码6002)
  155. /// </summary>
  156. private string returnProcess = "";
  157. /// <summary>
  158. /// 实际热处理取样分批(性能批号)
  159. /// </summary>
  160. private string phyBatchNo = "";
  161. /// <summary>
  162. /// 生产(年月日)
  163. /// </summary>
  164. private string proYearMonthDay = "";
  165. /// <summary>
  166. /// 结算日期(年月)
  167. /// </summary>
  168. private string balYearMonth = "";
  169. /// <summary>
  170. /// 申请判定单号
  171. /// </summary>
  172. private string jugdeApplyCode = "";
  173. /// <summary>
  174. /// 判定标志
  175. /// </summary>
  176. private string jugdeApply = "";
  177. /// <summary>
  178. /// 操作人
  179. /// </summary>
  180. private string proUser = "";
  181. /// <summary>
  182. /// 操作班次
  183. /// </summary>
  184. private string proShift = "";
  185. /// <summary>
  186. /// 操作班组
  187. /// </summary>
  188. private string proGroup = "";
  189. /// <summary>
  190. /// 操作时间
  191. /// </summary>
  192. private string proTime = "";
  193. /// <summary>
  194. /// 备注
  195. /// </summary>
  196. private string remark = "";
  197. /// <summary>
  198. /// 取样长度A端(mm)
  199. /// </summary>
  200. private string samplePipeLenA = "";
  201. /// <summary>
  202. /// 取样长度B端(mm)
  203. /// </summary>
  204. private string samplePipeLenB = "";
  205. /// <summary>
  206. /// 成分判定结果代码
  207. /// </summary>
  208. private string chemResultCode = "";
  209. /// <summary>
  210. /// 性能判定结果代码
  211. /// </summary>
  212. private string phyResultCode = "";
  213. /// <summary>
  214. /// 炉计划ID
  215. /// </summary>
  216. [Description("炉计划ID")]
  217. [Nullable(false)]
  218. [DataLength(20)]
  219. [JsonProperty("heatPlanNo")]
  220. public string HeatPlanNo
  221. {
  222. get { return heatPlanNo; }
  223. set { heatPlanNo = value; }
  224. }
  225. /// <summary>
  226. /// 材料号(管号)
  227. /// </summary>
  228. [Description("材料号(管号)")]
  229. [Nullable(false)]
  230. [DataLength(20)]
  231. [JsonProperty("matNo")]
  232. public string MatNo
  233. {
  234. get { return matNo; }
  235. set { matNo = value; }
  236. }
  237. /// <summary>
  238. /// 母管号
  239. /// </summary>
  240. [Description("母管号")]
  241. [Nullable(true)]
  242. [DataLength(20)]
  243. [JsonProperty("mMatNo")]
  244. public string MMatNo
  245. {
  246. get { return mMatNo; }
  247. set { mMatNo = value; }
  248. }
  249. /// <summary>
  250. /// 母坯号
  251. /// </summary>
  252. [Description("母坯号")]
  253. [Nullable(true)]
  254. [DataLength(20)]
  255. [JsonProperty("mMMatNo")]
  256. public string MMMatNo
  257. {
  258. get { return mMMatNo; }
  259. set { mMMatNo = value; }
  260. }
  261. /// <summary>
  262. /// 生产批号(热处理)
  263. /// </summary>
  264. [Description("生产批号(热处理)")]
  265. [Nullable(true)]
  266. [DataLength(20)]
  267. [JsonProperty("lotNo")]
  268. public string LotNo
  269. {
  270. get { return lotNo; }
  271. set { lotNo = value; }
  272. }
  273. /// <summary>
  274. /// 生产批号序号(热处理)
  275. /// </summary>
  276. [Description("生产批号序号(热处理)")]
  277. [Nullable(true)]
  278. [DataLength(20)]
  279. [JsonProperty("lotNoSqe")]
  280. public string LotNoSqe
  281. {
  282. get { return lotNoSqe; }
  283. set { lotNoSqe = value; }
  284. }
  285. /// <summary>
  286. /// 产线代码
  287. /// </summary>
  288. [Description("产线代码")]
  289. [Nullable(true)]
  290. [DataLength(20)]
  291. [JsonProperty("plineCode")]
  292. public string PlineCode
  293. {
  294. get { return plineCode; }
  295. set { plineCode = value; }
  296. }
  297. /// <summary>
  298. /// 产线描述
  299. /// </summary>
  300. [Description("产线描述")]
  301. [Nullable(true)]
  302. [DataLength(100)]
  303. [JsonProperty("plineName")]
  304. public string PlineName
  305. {
  306. get { return plineName; }
  307. set { plineName = value; }
  308. }
  309. /// <summary>
  310. /// 判定炉号
  311. /// </summary>
  312. [Description("判定炉号")]
  313. [Nullable(true)]
  314. [DataLength(6)]
  315. [JsonProperty("judgeStoveNo")]
  316. public string JudgeStoveNo
  317. {
  318. get { return judgeStoveNo; }
  319. set { judgeStoveNo = value; }
  320. }
  321. /// <summary>
  322. /// 批号(性能)
  323. /// </summary>
  324. [Description("批号(性能)")]
  325. [Nullable(true)]
  326. [DataLength(3)]
  327. [JsonProperty("batchNo")]
  328. public string BatchNo
  329. {
  330. get { return batchNo; }
  331. set { batchNo = value; }
  332. }
  333. /// <summary>
  334. /// 组号
  335. /// </summary>
  336. [Description("组号")]
  337. [Nullable(true)]
  338. [DataLength(3)]
  339. [JsonProperty("groupNo")]
  340. public string GroupNo
  341. {
  342. get { return groupNo; }
  343. set { groupNo = value; }
  344. }
  345. /// <summary>
  346. /// 熔炼炉号
  347. /// </summary>
  348. [Description("熔炼炉号")]
  349. [Nullable(true)]
  350. [DataLength(20)]
  351. [JsonProperty("stoveNo")]
  352. public string StoveNo
  353. {
  354. get { return stoveNo; }
  355. set { stoveNo = value; }
  356. }
  357. /// <summary>
  358. /// 标示炉号
  359. /// </summary>
  360. [Description("标示炉号")]
  361. [Nullable(true)]
  362. [DataLength(20)]
  363. [JsonProperty("flagStoveNo")]
  364. public string FlagStoveNo
  365. {
  366. get { return flagStoveNo; }
  367. set { flagStoveNo = value; }
  368. }
  369. /// <summary>
  370. /// 外径(实际)
  371. /// </summary>
  372. [Description("外径(实际)")]
  373. [Nullable(true)]
  374. [DataLength(5)]
  375. [JsonProperty("actDimater")]
  376. public decimal? ActDimater
  377. {
  378. get { return actDimater; }
  379. set { actDimater = value; }
  380. }
  381. /// <summary>
  382. /// 壁厚(实际)
  383. /// </summary>
  384. [Description("壁厚(实际)")]
  385. [Nullable(true)]
  386. [DataLength(4)]
  387. [JsonProperty("actHeight")]
  388. public decimal? ActHeight
  389. {
  390. get { return actHeight; }
  391. set { actHeight = value; }
  392. }
  393. /// <summary>
  394. /// 长度(实际)
  395. /// </summary>
  396. [Description("长度(实际)")]
  397. [Nullable(true)]
  398. [DataLength(5)]
  399. [JsonProperty("actLen")]
  400. public decimal? ActLen
  401. {
  402. get { return actLen; }
  403. set { actLen = value; }
  404. }
  405. /// <summary>
  406. /// 长度下限(实际)
  407. /// </summary>
  408. [Description("长度下限(实际)")]
  409. [Nullable(true)]
  410. [DataLength(10)]
  411. [JsonProperty("actLenMin")]
  412. public string ActLenMin
  413. {
  414. get { return actLenMin; }
  415. set { actLenMin = value; }
  416. }
  417. /// <summary>
  418. /// 长度上限(实际)
  419. /// </summary>
  420. [Description("长度上限(实际)")]
  421. [Nullable(true)]
  422. [DataLength(10)]
  423. [JsonProperty("actLenMax")]
  424. public string ActLenMax
  425. {
  426. get { return actLenMax; }
  427. set { actLenMax = value; }
  428. }
  429. /// <summary>
  430. /// 材料支数(实际)
  431. /// </summary>
  432. [Description("材料支数(实际)")]
  433. [Nullable(true)]
  434. [DataLength(3)]
  435. [JsonProperty("actCount")]
  436. public decimal? ActCount
  437. {
  438. get { return actCount; }
  439. set { actCount = value; }
  440. }
  441. /// <summary>
  442. /// 材料实重(实际)
  443. /// </summary>
  444. [Description("材料实重(实际)")]
  445. [Nullable(true)]
  446. [DataLength(9)]
  447. [JsonProperty("actWeight")]
  448. public decimal? ActWeight
  449. {
  450. get { return actWeight; }
  451. set { actWeight = value; }
  452. }
  453. /// <summary>
  454. /// 材料理论重量(实际)
  455. /// </summary>
  456. [Description("材料理论重量(实际)")]
  457. [Nullable(true)]
  458. [DataLength(9)]
  459. [JsonProperty("actTheoryWeight")]
  460. public decimal? ActTheoryWeight
  461. {
  462. get { return actTheoryWeight; }
  463. set { actTheoryWeight = value; }
  464. }
  465. /// <summary>
  466. /// 是否样管
  467. /// </summary>
  468. [Description("是否样管")]
  469. [Nullable(true)]
  470. [DataLength(1)]
  471. [JsonProperty("isSamplePipe")]
  472. public string IsSamplePipe
  473. {
  474. get { return isSamplePipe; }
  475. set { isSamplePipe = value; }
  476. }
  477. /// <summary>
  478. /// 样管切长(mm)
  479. /// </summary>
  480. [Description("样管切长(mm)")]
  481. [Nullable(true)]
  482. [DataLength(5)]
  483. [JsonProperty("samplePipeLen")]
  484. public decimal? SamplePipeLen
  485. {
  486. get { return samplePipeLen; }
  487. set { samplePipeLen = value; }
  488. }
  489. /// <summary>
  490. /// 取样班次
  491. /// </summary>
  492. [Description("取样班次")]
  493. [Nullable(true)]
  494. [DataLength(10)]
  495. [JsonProperty("getSampleShift")]
  496. public string GetSampleShift
  497. {
  498. get { return getSampleShift; }
  499. set { getSampleShift = value; }
  500. }
  501. /// <summary>
  502. /// 取样班组
  503. /// </summary>
  504. [Description("取样班组")]
  505. [Nullable(true)]
  506. [DataLength(5)]
  507. [JsonProperty("getSampleClass")]
  508. public string GetSampleClass
  509. {
  510. get { return getSampleClass; }
  511. set { getSampleClass = value; }
  512. }
  513. /// <summary>
  514. /// 取样人
  515. /// </summary>
  516. [Description("取样人")]
  517. [Nullable(true)]
  518. [DataLength(20)]
  519. [JsonProperty("getSampleName")]
  520. public string GetSampleName
  521. {
  522. get { return getSampleName; }
  523. set { getSampleName = value; }
  524. }
  525. /// <summary>
  526. /// 取样时间
  527. /// </summary>
  528. [Description("取样时间")]
  529. [Nullable(true)]
  530. [JsonProperty("getSampleTime")]
  531. public string GetSampleTime
  532. {
  533. get { return getSampleTime; }
  534. set { getSampleTime = value; }
  535. }
  536. /// <summary>
  537. /// 原判定炉号(组炉后存原判定炉号)
  538. /// </summary>
  539. [Description("原判定炉号(组炉后存原判定炉号)")]
  540. [Nullable(true)]
  541. [DataLength(6)]
  542. [JsonProperty("oldJudgeStoveNo")]
  543. public string OldJudgeStoveNo
  544. {
  545. get { return oldJudgeStoveNo; }
  546. set { oldJudgeStoveNo = value; }
  547. }
  548. /// <summary>
  549. /// 组炉标识(0,未组炉 1-组炉)
  550. /// </summary>
  551. [Description("组炉标识(0,未组炉 1-组炉)")]
  552. [Nullable(true)]
  553. [DataLength(1)]
  554. [JsonProperty("groupFlag")]
  555. public string GroupFlag
  556. {
  557. get { return groupFlag; }
  558. set { groupFlag = value; }
  559. }
  560. /// <summary>
  561. /// 作业工序点代码(工序点代码---6002)
  562. /// </summary>
  563. [Description("作业工序点代码(工序点代码---6002)")]
  564. [Nullable(true)]
  565. [DataLength(10)]
  566. [JsonProperty("opProcess")]
  567. public string OpProcess
  568. {
  569. get { return opProcess; }
  570. set { opProcess = value; }
  571. }
  572. /// <summary>
  573. /// 材料状态(00-合格 10-剔除 20-待处理)
  574. /// </summary>
  575. [Description("材料状态(00-合格 10-剔除 20-待处理)")]
  576. [Nullable(true)]
  577. [DataLength(2)]
  578. [JsonProperty("matStatus")]
  579. public string MatStatus
  580. {
  581. get { return matStatus; }
  582. set { matStatus = value; }
  583. }
  584. /// <summary>
  585. /// 离线标志(00无;10-离线;20返线;)
  586. /// </summary>
  587. [Description("离线标志(00无;10-离线;20返线;)")]
  588. [Nullable(true)]
  589. [DataLength(2)]
  590. [JsonProperty("leveLog")]
  591. public string LeveLog
  592. {
  593. get { return leveLog; }
  594. set { leveLog = value; }
  595. }
  596. /// <summary>
  597. /// 是否入库(0-未入库 1-已入库)--交库结炉时写
  598. /// </summary>
  599. [Description("是否入库(0-未入库 1-已入库)--交库结炉时写")]
  600. [Nullable(true)]
  601. [DataLength(1)]
  602. [JsonProperty("instoreFlag")]
  603. public string InstoreFlag
  604. {
  605. get { return instoreFlag; }
  606. set { instoreFlag = value; }
  607. }
  608. /// <summary>
  609. /// 虚拟入库标志(0-未入库 1-已入库)--交库时写
  610. /// </summary>
  611. [Description("虚拟入库标志(0-未入库 1-已入库)--交库时写")]
  612. [Nullable(true)]
  613. [DataLength(1)]
  614. [JsonProperty("vmInstoreFlag")]
  615. public string VmInstoreFlag
  616. {
  617. get { return vmInstoreFlag; }
  618. set { vmInstoreFlag = value; }
  619. }
  620. /// <summary>
  621. /// 工艺路径
  622. /// </summary>
  623. [Description("工艺路径")]
  624. [Nullable(true)]
  625. [DataLength(22)]
  626. [JsonProperty("prcTechnologyPath")]
  627. public string PrcTechnologyPath
  628. {
  629. get { return prcTechnologyPath; }
  630. set { prcTechnologyPath = value; }
  631. }
  632. /// <summary>
  633. /// 返线工序点(工序点代码6002)
  634. /// </summary>
  635. [Description("返线工序点(工序点代码6002)")]
  636. [Nullable(true)]
  637. [DataLength(10)]
  638. [JsonProperty("returnProcess")]
  639. public string ReturnProcess
  640. {
  641. get { return returnProcess; }
  642. set { returnProcess = value; }
  643. }
  644. /// <summary>
  645. /// 实际热处理取样分批(性能批号)
  646. /// </summary>
  647. [Description("实际热处理取样分批(性能批号)")]
  648. [Nullable(true)]
  649. [DataLength(10)]
  650. [JsonProperty("phyBatchNo")]
  651. public string PhyBatchNo
  652. {
  653. get { return phyBatchNo; }
  654. set { phyBatchNo = value; }
  655. }
  656. /// <summary>
  657. /// 生产(年月日)
  658. /// </summary>
  659. [Description("生产(年月日)")]
  660. [Nullable(true)]
  661. [DataLength(8)]
  662. [JsonProperty("proYearMonthDay")]
  663. public string ProYearMonthDay
  664. {
  665. get { return proYearMonthDay; }
  666. set { proYearMonthDay = value; }
  667. }
  668. /// <summary>
  669. /// 结算日期(年月)
  670. /// </summary>
  671. [Description("结算日期(年月)")]
  672. [Nullable(true)]
  673. [DataLength(6)]
  674. [JsonProperty("balYearMonth")]
  675. public string BalYearMonth
  676. {
  677. get { return balYearMonth; }
  678. set { balYearMonth = value; }
  679. }
  680. /// <summary>
  681. /// 申请判定单号
  682. /// </summary>
  683. [Description("申请判定单号")]
  684. [Nullable(true)]
  685. [DataLength(40)]
  686. [JsonProperty("jugdeApplyCode")]
  687. public string JugdeApplyCode
  688. {
  689. get { return jugdeApplyCode; }
  690. set { jugdeApplyCode = value; }
  691. }
  692. /// <summary>
  693. /// 判定标志
  694. /// </summary>
  695. [Description("判定标志")]
  696. [Nullable(true)]
  697. [DataLength(1)]
  698. [JsonProperty("jugdeApply")]
  699. public string JugdeApply
  700. {
  701. get { return jugdeApply; }
  702. set { jugdeApply = value; }
  703. }
  704. /// <summary>
  705. /// 操作人
  706. /// </summary>
  707. [Description("操作人")]
  708. [Nullable(true)]
  709. [DataLength(20)]
  710. [JsonProperty("proUser")]
  711. public string ProUser
  712. {
  713. get { return proUser; }
  714. set { proUser = value; }
  715. }
  716. /// <summary>
  717. /// 操作班次
  718. /// </summary>
  719. [Description("操作班次")]
  720. [Nullable(true)]
  721. [DataLength(1)]
  722. [JsonProperty("proShift")]
  723. public string ProShift
  724. {
  725. get { return proShift; }
  726. set { proShift = value; }
  727. }
  728. /// <summary>
  729. /// 操作班组
  730. /// </summary>
  731. [Description("操作班组")]
  732. [Nullable(true)]
  733. [DataLength(1)]
  734. [JsonProperty("proGroup")]
  735. public string ProGroup
  736. {
  737. get { return proGroup; }
  738. set { proGroup = value; }
  739. }
  740. /// <summary>
  741. /// 操作时间
  742. /// </summary>
  743. [Description("操作时间")]
  744. [Nullable(true)]
  745. [JsonProperty("proTime")]
  746. public string ProTime
  747. {
  748. get { return proTime; }
  749. set { proTime = value; }
  750. }
  751. /// <summary>
  752. /// 备注
  753. /// </summary>
  754. [Description("备注")]
  755. [Nullable(true)]
  756. [DataLength(400)]
  757. [JsonProperty("remark")]
  758. public string Remark
  759. {
  760. get { return remark; }
  761. set { remark = value; }
  762. }
  763. /// <summary>
  764. /// 取样长度A端(mm)
  765. /// </summary>
  766. [Description("取样长度A端(mm)")]
  767. [Nullable(true)]
  768. [DataLength(20)]
  769. [JsonProperty("samplePipeLenA")]
  770. public string SamplePipeLenA
  771. {
  772. get { return samplePipeLenA; }
  773. set { samplePipeLenA = value; }
  774. }
  775. /// <summary>
  776. /// 取样长度B端(mm)
  777. /// </summary>
  778. [Description("取样长度B端(mm)")]
  779. [Nullable(true)]
  780. [DataLength(20)]
  781. [JsonProperty("samplePipeLenB")]
  782. public string SamplePipeLenB
  783. {
  784. get { return samplePipeLenB; }
  785. set { samplePipeLenB = value; }
  786. }
  787. /// <summary>
  788. /// 成分判定结果代码
  789. /// </summary>
  790. [Description("成分判定结果代码")]
  791. [Nullable(true)]
  792. [DataLength(10)]
  793. [JsonProperty("chemResultCode")]
  794. public string ChemResultCode
  795. {
  796. get { return chemResultCode; }
  797. set { chemResultCode = value; }
  798. }
  799. /// <summary>
  800. /// 性能判定结果代码
  801. /// </summary>
  802. [Description("性能判定结果代码")]
  803. [Nullable(true)]
  804. [DataLength(10)]
  805. [JsonProperty("phyResultCode")]
  806. public string PhyResultCode
  807. {
  808. get { return phyResultCode; }
  809. set { phyResultCode = value; }
  810. }
  811. }
  812. }