MatZcMEntity5.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.ComponentModel;
  6. namespace Core.StlMes.Client.PipeLeaveFactory.YdmObject
  7. {
  8. class MatZcMEntity5
  9. {
  10. private string measuringSeq;
  11. [Description("喷印管号")]
  12. public string MeasuringSeq
  13. {
  14. get { return measuringSeq; }
  15. set { measuringSeq = value; }
  16. }
  17. private string matNo;
  18. [Description("材料号")]
  19. public string MatNo
  20. {
  21. get { return matNo; }
  22. set { matNo = value; }
  23. }
  24. private String plineCode;
  25. [Description("产线代码")]
  26. public String PlineCode
  27. {
  28. get { return plineCode; }
  29. set { plineCode = value; }
  30. }
  31. private String modelCode;
  32. [Description("扣型代码")]
  33. public String ModelCode
  34. {
  35. get { return modelCode; }
  36. set { modelCode = value; }
  37. }
  38. private String modelDesc;
  39. [Description("扣型")]
  40. public String ModelDesc
  41. {
  42. get { return modelDesc; }
  43. set { modelDesc = value; }
  44. }
  45. private String stdStyle;
  46. [Description("标准类别代码")]
  47. public String StdStyle
  48. {
  49. get { return stdStyle; }
  50. set { stdStyle = value; }
  51. }
  52. private String stdStyleDesc;
  53. [Description("标准类别")]
  54. public String StdStyleDesc
  55. {
  56. get { return stdStyleDesc; }
  57. set { stdStyleDesc = value; }
  58. }
  59. private String belongCode;
  60. [Description("销售组织代码")]
  61. public String BelongCode
  62. {
  63. get { return belongCode; }
  64. set { belongCode = value; }
  65. }
  66. private String belongName;
  67. [Description("销售组织")]
  68. public String BelongName
  69. {
  70. get { return belongName; }
  71. set { belongName = value; }
  72. }
  73. private String judgeStoveNo;
  74. [Description("炉号")]
  75. public String JudgeStoveNo
  76. {
  77. get { return judgeStoveNo; }
  78. set { judgeStoveNo = value; }
  79. }
  80. private String batchNo;
  81. [Description("批号")]
  82. public String BatchNo
  83. {
  84. get { return batchNo; }
  85. set { batchNo = value; }
  86. }
  87. private String batchGroudNo;
  88. [Description("组号")]
  89. public String BatchGroudNo
  90. {
  91. get { return batchGroudNo; }
  92. set { batchGroudNo = value; }
  93. }
  94. private String productFlag;
  95. [Description("材料类别")]
  96. public String ProductFlag
  97. {
  98. get { return productFlag; }
  99. set { productFlag = value; }
  100. }
  101. private String matStatus;
  102. [Description("材料状态")]
  103. public String MatStatus
  104. {
  105. get { return matStatus; }
  106. set { matStatus = value; }
  107. }
  108. private String specCode;
  109. [Description("规格代码")]
  110. public String SpecCode
  111. {
  112. get { return specCode; }
  113. set { specCode = value; }
  114. }
  115. private String specName;
  116. [Description("规格")]
  117. public String SpecName
  118. {
  119. get { return specName; }
  120. set { specName = value; }
  121. }
  122. private String actDimater;
  123. [Description("外径")]
  124. public String ActDimater
  125. {
  126. get { return actDimater; }
  127. set { actDimater = value; }
  128. }
  129. private String actHeight;
  130. [Description("壁厚")]
  131. public String ActHeight
  132. {
  133. get { return actHeight; }
  134. set { actHeight = value; }
  135. }
  136. private String actLenMin;
  137. [Description("下限")]
  138. public String ActLenMin
  139. {
  140. get { return actLenMin; }
  141. set { actLenMin = value; }
  142. }
  143. private String actLenMax;
  144. [Description("上限")]
  145. public String ActLenMax
  146. {
  147. get { return actLenMax; }
  148. set { actLenMax = value; }
  149. }
  150. private String produccode;
  151. [Description("品名代码")]
  152. public String Produccode
  153. {
  154. get { return produccode; }
  155. set { produccode = value; }
  156. }
  157. private String producname;
  158. [Description("品名")]
  159. public String Producname
  160. {
  161. get { return producname; }
  162. set { producname = value; }
  163. }
  164. private String materialNo;
  165. [Description("物料编码")]
  166. public String MaterialNo
  167. {
  168. get { return materialNo; }
  169. set { materialNo = value; }
  170. }
  171. private String materialName;
  172. [Description("物料")]
  173. public String MaterialName
  174. {
  175. get { return materialName; }
  176. set { materialName = value; }
  177. }
  178. private String steelcode;
  179. [Description("钢级牌号代码")]
  180. public String Steelcode
  181. {
  182. get { return steelcode; }
  183. set { steelcode = value; }
  184. }
  185. private String steelname;
  186. [Description("钢级")]
  187. public String Steelname
  188. {
  189. get { return steelname; }
  190. set { steelname = value; }
  191. }
  192. private String stdCode;
  193. [Description("标准代码")]
  194. public String StdCode
  195. {
  196. get { return stdCode; }
  197. set { stdCode = value; }
  198. }
  199. private String stdName;
  200. [Description("标准名称")]
  201. public String StdName
  202. {
  203. get { return stdName; }
  204. set { stdName = value; }
  205. }
  206. private String orderNo;
  207. [Description("合同号")]
  208. public String OrderNo
  209. {
  210. get { return orderNo; }
  211. set { orderNo = value; }
  212. }
  213. private String orderSeq;
  214. [Description("合同行")]
  215. public String OrderSeq
  216. {
  217. get { return orderSeq; }
  218. set { orderSeq = value; }
  219. }
  220. private String orderSeqNo;
  221. [Description("交货行")]
  222. public String OrderSeqNo
  223. {
  224. get { return orderSeqNo; }
  225. set { orderSeqNo = value; }
  226. }
  227. private String ordPk;
  228. [Description("合同主键")]
  229. public String OrdPk
  230. {
  231. get { return ordPk; }
  232. set { ordPk = value; }
  233. }
  234. private String ordLnPk;
  235. [Description("合同行主键")]
  236. public String OrdLnPk
  237. {
  238. get { return ordLnPk; }
  239. set { ordLnPk = value; }
  240. }
  241. private String ordLnDlyPk;
  242. [Description("交货行主键")]
  243. public String OrdLnDlyPk
  244. {
  245. get { return ordLnDlyPk; }
  246. set { ordLnDlyPk = value; }
  247. }
  248. private String proOrderNo;
  249. [Description("生产合同号")]
  250. public String ProOrderNo
  251. {
  252. get { return proOrderNo; }
  253. set { proOrderNo = value; }
  254. }
  255. private String proOrderId;
  256. [Description("生产订单号")]
  257. public String ProOrderId
  258. {
  259. get { return proOrderId; }
  260. set { proOrderId = value; }
  261. }
  262. private String instockTime;
  263. [Description("入库时间")]
  264. public String InstockTime
  265. {
  266. get { return instockTime; }
  267. set { instockTime = value; }
  268. }
  269. private String storageNo;
  270. [Description("仓库号编码")]
  271. public String StorageNo
  272. {
  273. get { return storageNo; }
  274. set { storageNo = value; }
  275. }
  276. private String storageName;
  277. [Description("仓库名称")]
  278. public String StorageName
  279. {
  280. get { return storageName; }
  281. set { storageName = value; }
  282. }
  283. private double? actLen;
  284. [Description("长度")]
  285. public double? ActLen
  286. {
  287. get { return actLen; }
  288. set { actLen = value; }
  289. }
  290. private double? actLenY;
  291. [Description("英尺")]
  292. public double? ActLenY
  293. {
  294. get { return actLenY; }
  295. set { actLenY = value; }
  296. }
  297. private double? actCount;
  298. [Description("支数")]
  299. public double? ActCount
  300. {
  301. get { return actCount; }
  302. set { actCount = value; }
  303. }
  304. private double? lkactCount;
  305. [Description("利库支数")]
  306. public double? LkactCount
  307. {
  308. get { return lkactCount; }
  309. set { lkactCount = value; }
  310. }
  311. private double? tdactCount;
  312. [Description("脱单支数")]
  313. public double? TdactCount
  314. {
  315. get { return tdactCount; }
  316. set { tdactCount = value; }
  317. }
  318. private double? gpactCount;
  319. [Description("改判支数")]
  320. public double? GpactCount
  321. {
  322. get { return gpactCount; }
  323. set { gpactCount = value; }
  324. }
  325. private double? actWeight;
  326. [Description("实重(t)")]
  327. public double? ActWeight
  328. {
  329. get { return actWeight; }
  330. set { actWeight = value; }
  331. }
  332. private double? ponderGrossWt;
  333. [Description("过磅量(t)")]
  334. public double? PonderGrossWt
  335. {
  336. get { return ponderGrossWt; }
  337. set { ponderGrossWt = value; }
  338. }
  339. private double? actTheoryWight;
  340. [Description("理重(t)")]
  341. public double? ActTheoryWight
  342. {
  343. get { return actTheoryWight; }
  344. set { actTheoryWight = value; }
  345. }
  346. private String memo;
  347. [Description("备注")]
  348. public String Memo
  349. {
  350. get { return memo; }
  351. set { memo = value; }
  352. }
  353. private String judgeResultCode;
  354. [Description("综合判定结果代码")]
  355. public String JudgeResultCode
  356. {
  357. get { return judgeResultCode; }
  358. set { judgeResultCode = value; }
  359. }
  360. private String judgeResult;
  361. [Description("综合判定结果")]
  362. public String JudgeResult
  363. {
  364. get { return judgeResult; }
  365. set { judgeResult = value; }
  366. }
  367. private String judgeStdName;
  368. [Description("判定标准")]
  369. public String JudgeStdName
  370. {
  371. get { return judgeStdName; }
  372. set { judgeStdName = value; }
  373. }
  374. /// <summary>
  375. /// 质量封锁标志(0未封锁、2质量封锁)
  376. /// </summary>
  377. private object lockFlag;
  378. /// <summary>
  379. /// 质量封锁标志(0未封锁、2质量封锁)
  380. /// </summary>
  381. [Description("质量封锁标志")]
  382. public object LockFlag
  383. {
  384. get { return lockFlag; }
  385. set
  386. {
  387. if (value == null)
  388. {
  389. lockFlag = DBNull.Value;
  390. }
  391. else
  392. {
  393. lockFlag = value;
  394. }
  395. }
  396. }
  397. /// <summary>
  398. /// 管理封锁标志(0未封锁、1管理封锁)
  399. /// </summary>
  400. private object mngLockFlag;
  401. [Description("管理封锁标志")]
  402. public object MngLockFlag
  403. {
  404. get { return mngLockFlag; }
  405. set
  406. {
  407. if (value == null)
  408. {
  409. mngLockFlag = DBNull.Value;
  410. }
  411. else
  412. {
  413. mngLockFlag = value;
  414. }
  415. }
  416. }
  417. private object proNo;
  418. [Description("操作单号")]
  419. public object ProNo
  420. {
  421. get { return proNo; }
  422. set
  423. {
  424. if (value == null)
  425. {
  426. proNo = DBNull.Value;
  427. }
  428. else
  429. {
  430. proNo = value;
  431. }
  432. }
  433. }
  434. private object lockLiku;
  435. [Description("审核状态")]
  436. public object LockLiku
  437. {
  438. get { return lockLiku; }
  439. set
  440. {
  441. if (value == null)
  442. {
  443. lockLiku = DBNull.Value;
  444. }
  445. else
  446. {
  447. lockLiku = value;
  448. }
  449. }
  450. }
  451. private object inMold;
  452. [Description("入库区分")]
  453. public object InMold
  454. {
  455. get { return inMold; }
  456. set
  457. {
  458. if (value == null)
  459. {
  460. inMold = DBNull.Value;
  461. }
  462. else
  463. {
  464. inMold = value;
  465. }
  466. }
  467. }
  468. private object balYearMonth;
  469. [Description("结转年月")]
  470. public object BalYearMonth
  471. {
  472. get { return balYearMonth; }
  473. set
  474. {
  475. if (value == null)
  476. {
  477. balYearMonth = DBNull.Value;
  478. }
  479. else
  480. {
  481. balYearMonth = value;
  482. }
  483. }
  484. }
  485. private object createName;
  486. [Description("创建人")]
  487. public object CreateName
  488. {
  489. get { return createName; }
  490. set
  491. {
  492. if (value == null)
  493. {
  494. createName = DBNull.Value;
  495. }
  496. else
  497. {
  498. createName = value;
  499. }
  500. }
  501. }
  502. private object createTime;
  503. [Description("创建时间")]
  504. public object CreateTime
  505. {
  506. get { return createTime; }
  507. set
  508. {
  509. if (value == null)
  510. {
  511. createTime = DBNull.Value;
  512. }
  513. else
  514. {
  515. createTime = value;
  516. }
  517. }
  518. }
  519. private object managementNo;
  520. [Description("科室代码")]
  521. public object ManagementNo
  522. {
  523. get { return managementNo; }
  524. set
  525. {
  526. if (value == null)
  527. {
  528. managementNo = DBNull.Value;
  529. }
  530. else
  531. {
  532. managementNo = value;
  533. }
  534. }
  535. }
  536. private object managementName;
  537. [Description("科室名称")]
  538. public object ManagementName
  539. {
  540. get { return managementName; }
  541. set
  542. {
  543. if (value == null)
  544. {
  545. managementName = DBNull.Value;
  546. }
  547. else
  548. {
  549. managementName = value;
  550. }
  551. }
  552. }
  553. private object departmentCode;
  554. [Description("部门代码")]
  555. public object DepartmentCode
  556. {
  557. get { return departmentCode; }
  558. set
  559. {
  560. if (value == null)
  561. {
  562. departmentCode = DBNull.Value;
  563. }
  564. else
  565. {
  566. departmentCode = value;
  567. }
  568. }
  569. }
  570. private object departmentDesc;
  571. [Description("部门名称")]
  572. public object DepartmentDesc
  573. {
  574. get { return departmentDesc; }
  575. set
  576. {
  577. if (value == null)
  578. {
  579. departmentDesc = DBNull.Value;
  580. }
  581. else
  582. {
  583. departmentDesc = value;
  584. }
  585. }
  586. }
  587. private object zbsFlag;
  588. [Description("质保书来源")]
  589. public object ZbsFlag
  590. {
  591. get { return zbsFlag; }
  592. set
  593. {
  594. if (value == null)
  595. {
  596. zbsFlag = DBNull.Value;
  597. }
  598. else
  599. {
  600. zbsFlag = value;
  601. }
  602. }
  603. }
  604. public MatZcMEntity5()
  605. {
  606. zbsFlag = "";
  607. plineCode = "";
  608. departmentDesc = "";
  609. departmentCode = "";
  610. managementName = "";
  611. managementNo = "";
  612. createTime = "";
  613. createName = "";
  614. balYearMonth = "";
  615. inMold = "";
  616. proNo = "";
  617. lockLiku = "";
  618. mngLockFlag = "";
  619. lockFlag = "";
  620. stdStyle = "";
  621. stdStyleDesc = "";
  622. modelCode = "";
  623. modelDesc = "";
  624. belongCode = "";
  625. belongName = "";
  626. judgeStoveNo = "";
  627. batchNo = "";
  628. batchGroudNo = "";
  629. productFlag = "";
  630. matStatus = "";
  631. specCode = "";
  632. specName = "";
  633. actDimater = "";
  634. actHeight = "";
  635. actLenMin = "";
  636. actLenMax = "";
  637. produccode = "";
  638. producname = "";
  639. materialNo = "";
  640. materialName = "";
  641. steelcode = "";
  642. steelname = "";
  643. stdCode = "";
  644. stdName = "";
  645. orderNo = "";
  646. orderSeq = "";
  647. orderSeqNo = "";
  648. ordPk = "";
  649. ordLnPk = "";
  650. ordLnDlyPk = "";
  651. proOrderNo = "";
  652. proOrderId = "";
  653. instockTime = "";
  654. storageNo = "";
  655. actLen = 0;
  656. actCount = 0;
  657. lkactCount = 0;
  658. tdactCount = 0;
  659. actWeight = 0;
  660. actTheoryWight = 0;
  661. ponderGrossWt = 0;
  662. judgeStdName = "";
  663. }
  664. }
  665. }