PortVrpBatchSampleResultEntity.cs 22 KB

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