MilSurfaceResultEntity.cs 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. using Core.Mes.Client.Comm.Attribute;
  7. namespace com.steering.mes.zgmil.entity
  8. {
  9. /// <summary>
  10. /// 数据库表MIL_SURFACE_RESULT所对应的实体类(生成工具:代码生成工具2.4)
  11. /// 作者:PC201506012023 时间:2015-09-14
  12. /// </summary>
  13. public class MilSurfaceResultEntity
  14. {
  15. /// <summary>
  16. /// 操作人ID
  17. /// </summary>
  18. private string userId;
  19. /// <summary>
  20. /// 实绩编号
  21. /// </summary>
  22. private string resultNo;
  23. /// <summary>
  24. /// 炉号
  25. /// </summary>
  26. private string heatNo;
  27. /// <summary>
  28. /// 轧批号
  29. /// </summary>
  30. private string rollLotNo;
  31. /// <summary>
  32. /// 厂线代码
  33. /// </summary>
  34. private string plineCode;
  35. /// <summary>
  36. /// 钢种
  37. /// </summary>
  38. private string type;
  39. /// <summary>
  40. /// 外径(目标)
  41. /// </summary>
  42. private string targetDiameter;
  43. /// <summary>
  44. /// 壁厚(目标)
  45. /// </summary>
  46. private string targetThickness;
  47. /// <summary>
  48. /// 长度(目标)
  49. /// </summary>
  50. private string targetLength;
  51. /// <summary>
  52. /// 取样管外径最小值
  53. /// </summary>
  54. private string pipeDiamMin;
  55. /// <summary>
  56. /// 取样管壁厚最大值
  57. /// </summary>
  58. private string pipeThicknessMax;
  59. /// <summary>
  60. /// 取样管外径最大值
  61. /// </summary>
  62. private string pipeDiamMax;
  63. /// <summary>
  64. /// 取样管壁厚最小值
  65. /// </summary>
  66. private string pipeThicknessMin;
  67. /// <summary>
  68. /// 不圆度
  69. /// </summary>
  70. private string nonRoundness;
  71. /// <summary>
  72. /// 不均度
  73. /// </summary>
  74. private string unevenDegree;
  75. /// <summary>
  76. /// 长度
  77. /// </summary>
  78. private string length;
  79. /// <summary>
  80. /// 重量
  81. /// </summary>
  82. private string weight;
  83. /// <summary>
  84. /// 总检量
  85. /// </summary>
  86. private string directorQuantity;
  87. /// <summary>
  88. /// 下线量
  89. /// </summary>
  90. private string offlineQuantity;
  91. /// <summary>
  92. /// 质检员
  93. /// </summary>
  94. private string inspector;
  95. /// <summary>
  96. /// 废品量
  97. /// </summary>
  98. private string wasteQuantity;
  99. /// <summary>
  100. /// 合格量支
  101. /// </summary>
  102. private string qualifiedBranch;
  103. /// <summary>
  104. /// 合格量吨
  105. /// </summary>
  106. private string qualifiedTons;
  107. /// <summary>
  108. /// 管端直度
  109. /// </summary>
  110. private string headStraight;
  111. /// <summary>
  112. /// 管体直度
  113. /// </summary>
  114. private string bodyStraight;
  115. /// <summary>
  116. /// 椭圆度
  117. /// </summary>
  118. private string ellipseDegree;
  119. /// <summary>
  120. /// 式样号
  121. /// </summary>
  122. private string patternNumber;
  123. /// <summary>
  124. /// 理化性能
  125. /// </summary>
  126. private string phyProperties;
  127. /// <summary>
  128. /// 监制人
  129. /// </summary>
  130. private string executiveProducer;
  131. /// <summary>
  132. /// 监制时间
  133. /// </summary>
  134. private string producerTime;
  135. /// <summary>
  136. /// 监制人电话
  137. /// </summary>
  138. private string producerTel;
  139. /// <summary>
  140. /// 备注
  141. /// </summary>
  142. private string remark;
  143. /// <summary>
  144. /// 采集方式(0-接口采集,1-人工录入)
  145. /// </summary>
  146. private string colMode;
  147. /// <summary>
  148. /// 重量系数
  149. /// </summary>
  150. private string heightRate = "";
  151. /// <summary>
  152. /// 采集/录入时间
  153. /// </summary>
  154. private string colTime;
  155. /// <summary>
  156. /// 操作人
  157. /// </summary>
  158. private string colUser;
  159. /// <summary>
  160. /// 操作班次
  161. /// </summary>
  162. private string colShift;
  163. /// <summary>
  164. /// 操作班组
  165. /// </summary>
  166. private string colGroup;
  167. /// <summary>
  168. /// 开始时间
  169. /// </summary>
  170. private string startTime;
  171. /// <summary>
  172. /// 结束时间
  173. /// </summary>
  174. private string endTime;
  175. /// <summary>
  176. /// 结炉标识
  177. /// </summary>
  178. private object nodeFlag;
  179. /// <summary>
  180. /// 抽检率
  181. /// </summary>
  182. private string simpleRate;
  183. /// <summary>
  184. /// 一次总检量
  185. /// </summary>
  186. private string directorQuantityF = "";
  187. /// <summary>
  188. /// 一次下线量
  189. /// </summary>
  190. private string offlineQuantityF = "";
  191. /// <summary>
  192. /// 一次质检员
  193. /// </summary>
  194. private string inspectorF = "";
  195. /// <summary>
  196. /// 一次废品量
  197. /// </summary>
  198. private string wasteQuantityF = "";
  199. /// <summary>
  200. /// 一次合格量支
  201. /// </summary>
  202. private string qualifiedBranchF = "";
  203. /// <summary>
  204. /// 一次合格量吨
  205. /// </summary>
  206. private string qualifiedTonsF = "";
  207. /// <summary>
  208. /// 二次总检量
  209. /// </summary>
  210. private string directorQuantityS = "";
  211. /// <summary>
  212. /// 二次下线量
  213. /// </summary>
  214. private string offlineQuantityS = "";
  215. /// <summary>
  216. /// 二次质检员
  217. /// </summary>
  218. private string inspectorS = "";
  219. /// <summary>
  220. /// 二次废品量
  221. /// </summary>
  222. private string wasteQuantityS = "";
  223. /// <summary>
  224. /// 二次合格量支
  225. /// </summary>
  226. private string qualifiedBranchS = "";
  227. /// <summary>
  228. /// 二次合格量吨
  229. /// </summary>
  230. private string qualifiedTonsS = "";
  231. /// <summary>
  232. /// 计划表状态
  233. /// </summary>
  234. private string status;
  235. //轧管订单编号
  236. private String proPlanId;
  237. public String ProPlanId
  238. {
  239. get { return proPlanId; }
  240. set { proPlanId = value; }
  241. }
  242. //工序排产序号
  243. private String gxPlanNo;
  244. public String GxPlanNo
  245. {
  246. get { return gxPlanNo; }
  247. set { gxPlanNo = value; }
  248. }
  249. public MilSurfaceResultEntity()
  250. {
  251. proPlanId = "";
  252. gxPlanNo = "";
  253. userId = "";
  254. resultNo = "";
  255. heatNo = "";
  256. rollLotNo = "";
  257. plineCode = "";
  258. type = "";
  259. targetDiameter = "";
  260. targetThickness = "";
  261. targetLength = "";
  262. pipeDiamMin = "";
  263. pipeThicknessMax = "";
  264. pipeDiamMax = "";
  265. pipeThicknessMin = "";
  266. nonRoundness = "";
  267. unevenDegree = "";
  268. length = "";
  269. weight = "";
  270. directorQuantity = "";
  271. offlineQuantity = "";
  272. inspector = "";
  273. wasteQuantity = "";
  274. qualifiedBranch = "";
  275. qualifiedTons = "";
  276. headStraight = "";
  277. bodyStraight = "";
  278. ellipseDegree = "";
  279. patternNumber = "";
  280. phyProperties = "";
  281. executiveProducer = "";
  282. producerTime = "";
  283. producerTel = "";
  284. remark = "";
  285. colMode = "";
  286. colTime = "";
  287. colUser = "";
  288. colShift = "";
  289. colGroup = "";
  290. startTime = "";
  291. endTime = "";
  292. nodeFlag = "";
  293. status = "";
  294. simpleRate = "";
  295. }
  296. /// <summary>
  297. /// 操作人ID
  298. /// </summary>
  299. [Description("操作人ID")]
  300. public string UserId
  301. {
  302. get { return userId; }
  303. set
  304. {
  305. userId = value;
  306. }
  307. }
  308. /// <summary>
  309. /// 实绩编号
  310. /// </summary>
  311. [Description("实绩编号")]
  312. public string ResultNo
  313. {
  314. get { return resultNo; }
  315. set
  316. {
  317. resultNo = value;
  318. }
  319. }
  320. /// <summary>
  321. /// 炉号
  322. /// </summary>
  323. [Description("炉号")]
  324. public string HeatNo
  325. {
  326. get { return heatNo; }
  327. set
  328. {
  329. heatNo = value;
  330. }
  331. }
  332. /// <summary>
  333. /// 轧批号
  334. /// </summary>
  335. [Description("轧批号")]
  336. public string RollLotNo
  337. {
  338. get { return rollLotNo; }
  339. set
  340. {
  341. rollLotNo = value;
  342. }
  343. }
  344. /// <summary>
  345. /// 厂线代码
  346. /// </summary>
  347. [Description("厂线代码")]
  348. public string PlineCode
  349. {
  350. get { return plineCode; }
  351. set
  352. {
  353. plineCode = value;
  354. }
  355. }
  356. /// <summary>
  357. /// 钢种
  358. /// </summary>
  359. [Description("钢种")]
  360. public string Type
  361. {
  362. get { return type; }
  363. set
  364. {
  365. type = value;
  366. }
  367. }
  368. /// <summary>
  369. /// 外径(目标)
  370. /// </summary>
  371. [Description("外径(目标)")]
  372. public string TargetDiameter
  373. {
  374. get { return targetDiameter; }
  375. set
  376. {
  377. targetDiameter = value;
  378. }
  379. }
  380. /// <summary>
  381. /// 重量系数
  382. /// </summary>
  383. [Description("重量系数")]
  384. [Nullable(true)]
  385. [DataLength(4)]
  386. public string HeightRate
  387. {
  388. get { return heightRate; }
  389. set { heightRate = value; }
  390. }
  391. /// <summary>
  392. /// 壁厚(目标)
  393. /// </summary>
  394. [Description("壁厚(目标)")]
  395. public string TargetThickness
  396. {
  397. get { return targetThickness; }
  398. set
  399. {
  400. targetThickness = value;
  401. }
  402. }
  403. /// <summary>
  404. /// 长度(目标)
  405. /// </summary>
  406. [Description("长度(目标)")]
  407. public string TargetLength
  408. {
  409. get { return targetLength; }
  410. set
  411. {
  412. targetLength = value;
  413. }
  414. }
  415. /// <summary>
  416. /// 取样管外径最小值
  417. /// </summary>
  418. [Description("取样管外径最小值")]
  419. public string PipeDiamMin
  420. {
  421. get { return pipeDiamMin; }
  422. set
  423. {
  424. pipeDiamMin = value;
  425. }
  426. }
  427. /// <summary>
  428. /// 取样管壁厚最大值
  429. /// </summary>
  430. [Description("取样管壁厚最大值")]
  431. public string PipeThicknessMax
  432. {
  433. get { return pipeThicknessMax; }
  434. set
  435. {
  436. pipeThicknessMax = value;
  437. }
  438. }
  439. /// <summary>
  440. /// 取样管外径最大值
  441. /// </summary>
  442. [Description("取样管外径最大值")]
  443. public string PipeDiamMax
  444. {
  445. get { return pipeDiamMax; }
  446. set
  447. {
  448. pipeDiamMax = value;
  449. }
  450. }
  451. /// <summary>
  452. /// 取样管壁厚最小值
  453. /// </summary>
  454. [Description("取样管壁厚最小值")]
  455. public string PipeThicknessMin
  456. {
  457. get { return pipeThicknessMin; }
  458. set
  459. {
  460. pipeThicknessMin = value;
  461. }
  462. }
  463. /// <summary>
  464. /// 不圆度
  465. /// </summary>
  466. [Description("不圆度")]
  467. public string NonRoundness
  468. {
  469. get { return nonRoundness; }
  470. set
  471. {
  472. nonRoundness = value;
  473. }
  474. }
  475. /// <summary>
  476. /// 不均度
  477. /// </summary>
  478. [Description("不均度")]
  479. public string UnevenDegree
  480. {
  481. get { return unevenDegree; }
  482. set
  483. {
  484. unevenDegree = value;
  485. }
  486. }
  487. /// <summary>
  488. /// 长度
  489. /// </summary>
  490. [Description("长度")]
  491. public string Length
  492. {
  493. get { return length; }
  494. set
  495. {
  496. length = value;
  497. }
  498. }
  499. /// <summary>
  500. /// 重量
  501. /// </summary>
  502. [Description("重量")]
  503. public string Weight
  504. {
  505. get { return weight; }
  506. set
  507. {
  508. weight = value;
  509. }
  510. }
  511. /// <summary>
  512. /// 总检量
  513. /// </summary>
  514. [Description("总检量")]
  515. public string DirectorQuantity
  516. {
  517. get { return directorQuantity; }
  518. set
  519. {
  520. directorQuantity = value;
  521. }
  522. }
  523. /// <summary>
  524. /// 下线量
  525. /// </summary>
  526. [Description("下线量")]
  527. public string OfflineQuantity
  528. {
  529. get { return offlineQuantity; }
  530. set
  531. {
  532. offlineQuantity = value;
  533. }
  534. }
  535. /// <summary>
  536. /// 质检员
  537. /// </summary>
  538. [Description("质检员")]
  539. public string Inspector
  540. {
  541. get { return inspector; }
  542. set
  543. {
  544. inspector = value;
  545. }
  546. }
  547. /// <summary>
  548. /// 废品量
  549. /// </summary>
  550. [Description("废品量")]
  551. public string WasteQuantity
  552. {
  553. get { return wasteQuantity; }
  554. set
  555. {
  556. wasteQuantity = value;
  557. }
  558. }
  559. /// <summary>
  560. /// 合格量支
  561. /// </summary>
  562. [Description("合格量支")]
  563. public string QualifiedBranch
  564. {
  565. get { return qualifiedBranch; }
  566. set
  567. {
  568. qualifiedBranch = value;
  569. }
  570. }
  571. /// <summary>
  572. /// 合格量吨
  573. /// </summary>
  574. [Description("合格量吨")]
  575. public string QualifiedTons
  576. {
  577. get { return qualifiedTons; }
  578. set
  579. {
  580. qualifiedTons = value;
  581. }
  582. }
  583. /// <summary>
  584. /// 管端直度
  585. /// </summary>
  586. [Description("管端直度")]
  587. public string HeadStraight
  588. {
  589. get { return headStraight; }
  590. set
  591. {
  592. headStraight = value;
  593. }
  594. }
  595. /// <summary>
  596. /// 管体直度
  597. /// </summary>
  598. [Description("管体直度")]
  599. public string BodyStraight
  600. {
  601. get { return bodyStraight; }
  602. set
  603. {
  604. bodyStraight = value;
  605. }
  606. }
  607. /// <summary>
  608. /// 椭圆度
  609. /// </summary>
  610. [Description("椭圆度")]
  611. public string EllipseDegree
  612. {
  613. get { return ellipseDegree; }
  614. set
  615. {
  616. ellipseDegree = value;
  617. }
  618. }
  619. /// <summary>
  620. /// 式样号
  621. /// </summary>
  622. [Description("式样号")]
  623. public string PatternNumber
  624. {
  625. get { return patternNumber; }
  626. set
  627. {
  628. patternNumber = value;
  629. }
  630. }
  631. /// <summary>
  632. /// 理化性能
  633. /// </summary>
  634. [Description("理化性能")]
  635. public string PhyProperties
  636. {
  637. get { return phyProperties; }
  638. set
  639. {
  640. phyProperties = value;
  641. }
  642. }
  643. /// <summary>
  644. /// 监制人
  645. /// </summary>
  646. [Description("监制人")]
  647. public string ExecutiveProducer
  648. {
  649. get { return executiveProducer; }
  650. set
  651. {
  652. executiveProducer = value;
  653. }
  654. }
  655. /// <summary>
  656. /// 监制时间
  657. /// </summary>
  658. [Description("监制时间")]
  659. public string ProducerTime
  660. {
  661. get { return producerTime; }
  662. set
  663. {
  664. producerTime = value;
  665. }
  666. }
  667. /// <summary>
  668. /// 监制人电话
  669. /// </summary>
  670. [Description("监制人电话")]
  671. public string ProducerTel
  672. {
  673. get { return producerTel; }
  674. set
  675. {
  676. producerTel = value;
  677. }
  678. }
  679. /// <summary>
  680. /// 备注
  681. /// </summary>
  682. [Description("备注")]
  683. public string Remark
  684. {
  685. get { return remark; }
  686. set
  687. {
  688. remark = value;
  689. }
  690. }
  691. /// <summary>
  692. /// 采集方式(0-接口采集,1-人工录入)
  693. /// </summary>
  694. [Description("采集方式(0-接口采集,1-人工录入)")]
  695. public string ColMode
  696. {
  697. get { return colMode; }
  698. set
  699. {
  700. colMode = value;
  701. }
  702. }
  703. /// <summary>
  704. /// 采集/录入时间
  705. /// </summary>
  706. [Description("采集/录入时间")]
  707. public string ColTime
  708. {
  709. get { return colTime; }
  710. set
  711. {
  712. colTime = value;
  713. }
  714. }
  715. /// <summary>
  716. /// 操作人
  717. /// </summary>
  718. [Description("操作人")]
  719. public string ColUser
  720. {
  721. get { return colUser; }
  722. set
  723. {
  724. colUser = value;
  725. }
  726. }
  727. /// <summary>
  728. /// 操作班次
  729. /// </summary>
  730. [Description("操作班次")]
  731. public string ColShift
  732. {
  733. get { return colShift; }
  734. set
  735. {
  736. colShift = value;
  737. }
  738. }
  739. /// <summary>
  740. /// 操作班组
  741. /// </summary>
  742. [Description("操作班组")]
  743. public string ColGroup
  744. {
  745. get { return colGroup; }
  746. set
  747. {
  748. colGroup = value;
  749. }
  750. }
  751. /// <summary>
  752. /// 开始时间
  753. /// </summary>
  754. [Description("开始时间")]
  755. public string StartTime
  756. {
  757. get { return startTime; }
  758. set
  759. {
  760. startTime = value;
  761. }
  762. }
  763. /// <summary>
  764. /// 结束时间
  765. /// </summary>
  766. [Description("结束时间")]
  767. public string EndTime
  768. {
  769. get { return endTime; }
  770. set
  771. {
  772. endTime = value;
  773. }
  774. }
  775. /// <summary>
  776. /// 结炉标识
  777. /// </summary>
  778. [Description("结炉标识")]
  779. public object NodeFlag
  780. {
  781. get { return nodeFlag; }
  782. set
  783. {
  784. if (value == "")
  785. {
  786. nodeFlag = DBNull.Value;
  787. }
  788. else
  789. {
  790. nodeFlag = value;
  791. }
  792. }
  793. }
  794. /// <summary>
  795. /// 计划表状态
  796. /// </summary>
  797. [Description("计划表状态")]
  798. public string Status
  799. {
  800. get { return status; }
  801. set
  802. {
  803. status = value;
  804. }
  805. }
  806. /// <summary>
  807. /// 抽检率
  808. /// </summary>
  809. [Description("抽检率")]
  810. public string SimpleRate
  811. {
  812. get { return simpleRate; }
  813. set
  814. {
  815. simpleRate = value;
  816. }
  817. }
  818. /// <summary>
  819. /// 一次总检量
  820. /// </summary>
  821. [Description("一次总检量")]
  822. [Nullable(true)]
  823. [DataLength(6)]
  824. public string DirectorQuantityF
  825. {
  826. get { return directorQuantityF; }
  827. set { directorQuantityF = value; }
  828. }
  829. /// <summary>
  830. /// 一次下线量
  831. /// </summary>
  832. [Description("一次下线量")]
  833. [Nullable(true)]
  834. [DataLength(6)]
  835. public string OfflineQuantityF
  836. {
  837. get { return offlineQuantityF; }
  838. set { offlineQuantityF = value; }
  839. }
  840. /// <summary>
  841. /// 一次质检员
  842. /// </summary>
  843. [Description("一次质检员")]
  844. [Nullable(true)]
  845. [DataLength(20)]
  846. public string InspectorF
  847. {
  848. get { return inspectorF; }
  849. set { inspectorF = value; }
  850. }
  851. /// <summary>
  852. /// 一次废品量
  853. /// </summary>
  854. [Description("一次废品量")]
  855. [Nullable(true)]
  856. [DataLength(6)]
  857. public string WasteQuantityF
  858. {
  859. get { return wasteQuantityF; }
  860. set { wasteQuantityF = value; }
  861. }
  862. /// <summary>
  863. /// 一次合格量支
  864. /// </summary>
  865. [Description("一次合格量支")]
  866. [Nullable(true)]
  867. [DataLength(6)]
  868. public string QualifiedBranchF
  869. {
  870. get { return qualifiedBranchF; }
  871. set { qualifiedBranchF = value; }
  872. }
  873. /// <summary>
  874. /// 一次合格量吨
  875. /// </summary>
  876. [Description("一次合格量吨")]
  877. [Nullable(true)]
  878. [DataLength(8)]
  879. public string QualifiedTonsF
  880. {
  881. get { return qualifiedTonsF; }
  882. set { qualifiedTonsF = value; }
  883. }
  884. /// <summary>
  885. /// 二次总检量
  886. /// </summary>
  887. [Description("二次总检量")]
  888. [Nullable(true)]
  889. [DataLength(6)]
  890. public string DirectorQuantityS
  891. {
  892. get { return directorQuantityS; }
  893. set { directorQuantityS = value; }
  894. }
  895. /// <summary>
  896. /// 二次下线量
  897. /// </summary>
  898. [Description("二次下线量")]
  899. [Nullable(true)]
  900. [DataLength(6)]
  901. public string OfflineQuantityS
  902. {
  903. get { return offlineQuantityS; }
  904. set { offlineQuantityS = value; }
  905. }
  906. /// <summary>
  907. /// 二次质检员
  908. /// </summary>
  909. [Description("二次质检员")]
  910. [Nullable(true)]
  911. [DataLength(20)]
  912. public string InspectorS
  913. {
  914. get { return inspectorS; }
  915. set { inspectorS = value; }
  916. }
  917. /// <summary>
  918. /// 二次废品量
  919. /// </summary>
  920. [Description("二次废品量")]
  921. [Nullable(true)]
  922. [DataLength(6)]
  923. public string WasteQuantityS
  924. {
  925. get { return wasteQuantityS; }
  926. set { wasteQuantityS = value; }
  927. }
  928. /// <summary>
  929. /// 二次合格量支
  930. /// </summary>
  931. [Description("二次合格量支")]
  932. [Nullable(true)]
  933. [DataLength(6)]
  934. public string QualifiedBranchS
  935. {
  936. get { return qualifiedBranchS; }
  937. set { qualifiedBranchS = value; }
  938. }
  939. /// <summary>
  940. /// 二次合格量吨
  941. /// </summary>
  942. [Description("二次合格量吨")]
  943. [Nullable(true)]
  944. [DataLength(8)]
  945. public string QualifiedTonsS
  946. {
  947. get { return qualifiedTonsS; }
  948. set { qualifiedTonsS = value; }
  949. }
  950. }
  951. }