PlnGxJgPropSEntity.cs 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378
  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.PlnSaleOrd.工序排产.entity
  8. {
  9. /// <summary>
  10. /// 数据库表PLN_GX_JG_PROP_S所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:DESKTOP-LI8OG3P 时间:2016-10-18
  12. /// </summary>
  13. public class PlnGxJgPropSEntity
  14. {
  15. /// <summary>
  16. /// 接箍工序订单编号
  17. /// </summary>
  18. private string proPlanId = "";
  19. /// <summary>
  20. /// 订单属性分组号
  21. /// </summary>
  22. private string jgGroupId = "";
  23. /// <summary>
  24. /// 工序排产序号
  25. /// </summary>
  26. private string gxPlanNo = "";
  27. /// <summary>
  28. /// 接箍产线代码
  29. /// </summary>
  30. private string plineCode = "";
  31. /// <summary>
  32. /// 接箍产线描述
  33. /// </summary>
  34. private string plineName = "";
  35. /// <summary>
  36. /// 产线内生产顺序号
  37. /// </summary>
  38. private string gxProSeq = "";
  39. /// <summary>
  40. /// 接箍码
  41. /// </summary>
  42. private string codeJg = "";
  43. /// <summary>
  44. /// 接箍规格描述
  45. /// </summary>
  46. private string specJgDesc = "";
  47. /// <summary>
  48. /// 接箍备料码
  49. /// </summary>
  50. private string codeJgBl = "";
  51. /// <summary>
  52. /// 钢级(牌号)代码
  53. /// </summary>
  54. private string steelcode = "";
  55. /// <summary>
  56. /// 钢级(牌号)名称
  57. /// </summary>
  58. private string steelname = "";
  59. /// <summary>
  60. /// 钢种代码
  61. /// </summary>
  62. private string gradecode = "";
  63. /// <summary>
  64. /// 钢种名称
  65. /// </summary>
  66. private string gradename = "";
  67. /// <summary>
  68. /// 接箍料物料编码
  69. /// </summary>
  70. private string blWlId = "";
  71. /// <summary>
  72. /// 接箍料物料描述
  73. /// </summary>
  74. private string blWlDesc = "";
  75. /// <summary>
  76. /// 接箍料外径(mm)
  77. /// </summary>
  78. private decimal? minD = null;
  79. /// <summary>
  80. /// 接箍料壁厚(mm)
  81. /// </summary>
  82. private decimal? minH = null;
  83. /// <summary>
  84. /// 接箍料目标长度
  85. /// </summary>
  86. private decimal? aimlengthBl = null;
  87. /// <summary>
  88. /// 目标切管长
  89. /// </summary>
  90. private decimal? aimCutLen = null;
  91. /// <summary>
  92. /// 接箍坯料长度min
  93. /// </summary>
  94. private string lengthMin = "";
  95. /// <summary>
  96. /// 接箍坯料长度max
  97. /// </summary>
  98. private string lengthMax = "";
  99. /// <summary>
  100. /// 接箍坯料锥度
  101. /// </summary>
  102. private string taper = "";
  103. /// <summary>
  104. /// 扣型代码
  105. /// </summary>
  106. private string modelCode = "";
  107. /// <summary>
  108. /// 接箍扣型描述
  109. /// </summary>
  110. private string modelDesc = "";
  111. /// <summary>
  112. /// 探伤要求(408401)
  113. /// </summary>
  114. private string demandDetection = "";
  115. /// <summary>
  116. /// 磷化镀铜要求(408402)
  117. /// </summary>
  118. private string demandBonderizing = "";
  119. /// <summary>
  120. /// 压印喷标
  121. /// </summary>
  122. private string demandCopper = "";
  123. /// <summary>
  124. /// 喷砂要求
  125. /// </summary>
  126. private string demandBlast = "";
  127. /// <summary>
  128. /// 排产接箍个数
  129. /// </summary>
  130. private decimal? groupNumS = null;
  131. /// <summary>
  132. /// 单支可切个数
  133. /// </summary>
  134. private decimal? singleCutNun = null;
  135. /// <summary>
  136. /// 排产备料支数
  137. /// </summary>
  138. private decimal? groupBlNumS = null;
  139. /// <summary>
  140. /// 排产备料重量
  141. /// </summary>
  142. private decimal? groupBlWtS = null;
  143. /// <summary>
  144. /// 是否确认
  145. /// </summary>
  146. private string isPlanOk = "";
  147. /// <summary>
  148. /// 接箍利库个数
  149. /// </summary>
  150. private decimal? matchnumJg = null;
  151. /// <summary>
  152. /// 生产年月
  153. /// </summary>
  154. private string proMonth = "";
  155. /// <summary>
  156. /// 计划耗时(分)
  157. /// </summary>
  158. private decimal? planUsetime = null;
  159. /// <summary>
  160. /// 计划开始时间
  161. /// </summary>
  162. private string planTimeB = "";
  163. /// <summary>
  164. /// 计划结束时间
  165. /// </summary>
  166. private string planTimeE = "";
  167. /// <summary>
  168. /// 接箍料利库重量
  169. /// </summary>
  170. private decimal? matchwtBl = null;
  171. /// <summary>
  172. /// 接箍料利库支数
  173. /// </summary>
  174. private decimal? matchnumBl = null;
  175. /// <summary>
  176. /// 虚拟挂料吨
  177. /// </summary>
  178. private decimal? batchedWt = null;
  179. /// <summary>
  180. /// 虚拟挂料支
  181. /// </summary>
  182. private decimal? batchedNum = null;
  183. /// <summary>
  184. /// 炉计划已排接箍个数
  185. /// </summary>
  186. private decimal? batchedNumOut = null;
  187. /// <summary>
  188. /// 实际挂料吨
  189. /// </summary>
  190. private decimal? realBatchedWt = null;
  191. /// <summary>
  192. /// 实际挂料支
  193. /// </summary>
  194. private decimal? realBatchedNum = null;
  195. /// <summary>
  196. /// 完成个数(生产+利库)
  197. /// </summary>
  198. private decimal? producedNum = null;
  199. /// <summary>
  200. /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
  201. /// </summary>
  202. private string exeStatus = "";
  203. /// <summary>
  204. /// 是否检修计划
  205. /// </summary>
  206. private string isRepairPln = "";
  207. /// <summary>
  208. /// 检修类型
  209. /// </summary>
  210. private string repairType = "";
  211. /// <summary>
  212. /// 确认时间
  213. /// </summary>
  214. private string issuedTime = "";
  215. /// <summary>
  216. /// 确认人
  217. /// </summary>
  218. private string issuedMan = "";
  219. /// <summary>
  220. /// 最近取消确认时间
  221. /// </summary>
  222. private string lastUndownTime = "";
  223. /// <summary>
  224. /// 最近取消确认人
  225. /// </summary>
  226. private string lastUndownMan = "";
  227. /// <summary>
  228. /// 加工成本
  229. /// </summary>
  230. private decimal? processingCost = null;
  231. /// <summary>
  232. /// 完全成本
  233. /// </summary>
  234. private decimal? totalCost = null;
  235. /// <summary>
  236. /// 是否接箍监制
  237. /// </summary>
  238. private string ifMonitorJg = "";
  239. /// <summary>
  240. /// 监制编号
  241. /// </summary>
  242. private string prdcrNo = "";
  243. /// <summary>
  244. /// 创建时间
  245. /// </summary>
  246. private string createTime = "";
  247. /// <summary>
  248. /// 炉计划是否下发
  249. /// </summary>
  250. private string isStoveIssued = "";
  251. /// <summary>
  252. /// 炉计划下发时间
  253. /// </summary>
  254. private string stoveIssuedTime = "";
  255. /// <summary>
  256. /// 炉计划下发人
  257. /// </summary>
  258. private string stoveIssuedMan = "";
  259. private string repSteelCode = "";
  260. private string repSteelName = "";
  261. private string gradeCodeAll = "";
  262. private string gradeNameAll = "";
  263. private string isNoticeEp = "";
  264. private string isNoticeUser = "";
  265. private string isNoticeTime = "";
  266. private string cpOrderNo = "";
  267. /// <summary>
  268. /// 成品合同号
  269. /// </summary>
  270. [Description("成品合同号")]
  271. [Nullable(true)]
  272. [DataLength(20)]
  273. public string CpOrderNo
  274. {
  275. get { return cpOrderNo; }
  276. set { cpOrderNo = value; }
  277. }
  278. /// <summary>
  279. /// 通知监制
  280. /// </summary>
  281. [Description("通知监制")]
  282. [Nullable(true)]
  283. [DataLength(20)]
  284. public string IsNoticeEp
  285. {
  286. get { return isNoticeEp; }
  287. set { isNoticeEp = value; }
  288. }
  289. /// <summary>
  290. /// 通知人
  291. /// </summary>
  292. [Description("通知人")]
  293. [Nullable(true)]
  294. [DataLength(20)]
  295. public string IsNoticeUser
  296. {
  297. get { return isNoticeUser; }
  298. set { isNoticeUser = value; }
  299. }
  300. /// <summary>
  301. /// 通知时间
  302. /// </summary>
  303. [Description("通知时间")]
  304. [Nullable(true)]
  305. [DataLength(20)]
  306. public string IsNoticeTime
  307. {
  308. get { return isNoticeTime; }
  309. set { isNoticeTime = value; }
  310. }
  311. private string memo = "";
  312. /// <summary>
  313. /// 备注
  314. /// </summary>
  315. [Description("备注")]
  316. [Nullable(false)]
  317. [DataLength(20)]
  318. public string Memo
  319. {
  320. get { return memo; }
  321. set { memo = value; }
  322. }
  323. /// <summary>
  324. /// 可用钢种代码
  325. /// </summary>
  326. [Description("可用钢种代码")]
  327. [Nullable(false)]
  328. [DataLength(20)]
  329. public string GradeCodeAll
  330. {
  331. get { return gradeCodeAll; }
  332. set { gradeCodeAll = value; }
  333. }
  334. /// <summary>
  335. /// 可用钢种代码
  336. /// </summary>
  337. [Description("可用钢种")]
  338. [Nullable(false)]
  339. [DataLength(20)]
  340. public string GradeNameAll
  341. {
  342. get { return gradeNameAll; }
  343. set { gradeNameAll = value; }
  344. }
  345. /// <summary>
  346. /// 可用钢级代码
  347. /// </summary>
  348. [Description("可用钢级代码")]
  349. [Nullable(false)]
  350. [DataLength(20)]
  351. public string RepSteelCode
  352. {
  353. get { return repSteelCode; }
  354. set { repSteelCode = value; }
  355. }
  356. /// <summary>
  357. /// 可用钢级代码
  358. /// </summary>
  359. [Description("可用钢级")]
  360. [Nullable(false)]
  361. [DataLength(20)]
  362. public string RepSteelName
  363. {
  364. get { return repSteelName; }
  365. set { repSteelName = value; }
  366. }
  367. /// <summary>
  368. /// 接箍工序订单编号
  369. /// </summary>
  370. [Description("订单编号")]
  371. [Nullable(false)]
  372. [DataLength(20)]
  373. public string ProPlanId
  374. {
  375. get { return proPlanId; }
  376. set { proPlanId = value; }
  377. }
  378. /// <summary>
  379. /// 订单属性分组号
  380. /// </summary>
  381. [Description("属性分组号")]
  382. [Nullable(false)]
  383. [DataLength(10)]
  384. public string JgGroupId
  385. {
  386. get { return jgGroupId; }
  387. set { jgGroupId = value; }
  388. }
  389. /// <summary>
  390. /// 工序排产序号
  391. /// </summary>
  392. [Description("排产序号")]
  393. [Nullable(false)]
  394. [DataLength(10)]
  395. public string GxPlanNo
  396. {
  397. get { return gxPlanNo; }
  398. set { gxPlanNo = value; }
  399. }
  400. /// <summary>
  401. /// 接箍产线代码
  402. /// </summary>
  403. [Description("接箍产线")]
  404. [Nullable(true)]
  405. [DataLength(20)]
  406. public string PlineCode
  407. {
  408. get { return plineCode; }
  409. set { plineCode = value; }
  410. }
  411. /// <summary>
  412. /// 接箍产线描述
  413. /// </summary>
  414. [Description("接箍产线")]
  415. [Nullable(true)]
  416. [DataLength(100)]
  417. public string PlineName
  418. {
  419. get { return plineName; }
  420. set { plineName = value; }
  421. }
  422. /// <summary>
  423. /// 产线内生产顺序号
  424. /// </summary>
  425. [Description("生产顺序")]
  426. [Nullable(true)]
  427. [DataLength(20)]
  428. public string GxProSeq
  429. {
  430. get { return gxProSeq; }
  431. set { gxProSeq = value; }
  432. }
  433. /// <summary>
  434. /// 接箍码
  435. /// </summary>
  436. [Description("接箍码")]
  437. [Nullable(true)]
  438. [DataLength(7)]
  439. public string CodeJg
  440. {
  441. get { return codeJg; }
  442. set { codeJg = value; }
  443. }
  444. /// <summary>
  445. /// 接箍规格描述
  446. /// </summary>
  447. [Description("规格")]
  448. [Nullable(true)]
  449. [DataLength(100)]
  450. public string SpecJgDesc
  451. {
  452. get { return specJgDesc; }
  453. set { specJgDesc = value; }
  454. }
  455. /// <summary>
  456. /// 接箍备料码
  457. /// </summary>
  458. [Description("备料码")]
  459. [Nullable(true)]
  460. [DataLength(20)]
  461. public string CodeJgBl
  462. {
  463. get { return codeJgBl; }
  464. set { codeJgBl = value; }
  465. }
  466. /// <summary>
  467. /// 钢级(牌号)代码
  468. /// </summary>
  469. [Description("钢级(牌号)代码")]
  470. [Nullable(true)]
  471. [DataLength(10)]
  472. public string Steelcode
  473. {
  474. get { return steelcode; }
  475. set { steelcode = value; }
  476. }
  477. /// <summary>
  478. /// 钢级(牌号)名称
  479. /// </summary>
  480. [Description("钢级")]
  481. [Nullable(true)]
  482. [DataLength(100)]
  483. public string Steelname
  484. {
  485. get { return steelname; }
  486. set { steelname = value; }
  487. }
  488. /// <summary>
  489. /// 钢种代码
  490. /// </summary>
  491. [Description("钢种代码")]
  492. [Nullable(true)]
  493. [DataLength(10)]
  494. public string Gradecode
  495. {
  496. get { return gradecode; }
  497. set { gradecode = value; }
  498. }
  499. /// <summary>
  500. /// 钢种名称
  501. /// </summary>
  502. [Description("钢种")]
  503. [Nullable(true)]
  504. [DataLength(100)]
  505. public string Gradename
  506. {
  507. get { return gradename; }
  508. set { gradename = value; }
  509. }
  510. /// <summary>
  511. /// 接箍料物料编码
  512. /// </summary>
  513. [Description("投入物料编码")]
  514. [Nullable(true)]
  515. [DataLength(40)]
  516. public string BlWlId
  517. {
  518. get { return blWlId; }
  519. set { blWlId = value; }
  520. }
  521. /// <summary>
  522. /// 接箍料物料描述
  523. /// </summary>
  524. [Description("投入物料")]
  525. [Nullable(true)]
  526. [DataLength(40)]
  527. public string BlWlDesc
  528. {
  529. get { return blWlDesc; }
  530. set { blWlDesc = value; }
  531. }
  532. /// <summary>
  533. /// 接箍料外径(mm)
  534. /// </summary>
  535. [Description("接箍料外径(mm)")]
  536. [Nullable(true)]
  537. [DataLength(6)]
  538. public decimal? MinD
  539. {
  540. get { return minD; }
  541. set { minD = value; }
  542. }
  543. /// <summary>
  544. /// 接箍料壁厚(mm)
  545. /// </summary>
  546. [Description("接箍料壁厚(mm)")]
  547. [Nullable(true)]
  548. [DataLength(6)]
  549. public decimal? MinH
  550. {
  551. get { return minH; }
  552. set { minH = value; }
  553. }
  554. /// <summary>
  555. /// 接箍料目标长度
  556. /// </summary>
  557. [Description("接箍料目标长度")]
  558. [Nullable(true)]
  559. [DataLength(10)]
  560. public decimal? AimlengthBl
  561. {
  562. get { return aimlengthBl; }
  563. set { aimlengthBl = value; }
  564. }
  565. /// <summary>
  566. /// 目标切管长
  567. /// </summary>
  568. [Description("目标切管长")]
  569. [Nullable(true)]
  570. [DataLength(10)]
  571. public decimal? AimCutLen
  572. {
  573. get { return aimCutLen; }
  574. set { aimCutLen = value; }
  575. }
  576. /// <summary>
  577. /// 接箍坯料长度min
  578. /// </summary>
  579. [Description("接箍坯料长度min")]
  580. [Nullable(true)]
  581. [DataLength(10)]
  582. public string LengthMin
  583. {
  584. get { return lengthMin; }
  585. set { lengthMin = value; }
  586. }
  587. /// <summary>
  588. /// 接箍坯料长度max
  589. /// </summary>
  590. [Description("接箍坯料长度max")]
  591. [Nullable(true)]
  592. [DataLength(10)]
  593. public string LengthMax
  594. {
  595. get { return lengthMax; }
  596. set { lengthMax = value; }
  597. }
  598. /// <summary>
  599. /// 接箍坯料锥度
  600. /// </summary>
  601. [Description("接箍坯料锥度")]
  602. [Nullable(true)]
  603. [DataLength(10)]
  604. public string Taper
  605. {
  606. get { return taper; }
  607. set { taper = value; }
  608. }
  609. /// <summary>
  610. /// 扣型代码
  611. /// </summary>
  612. [Description("扣型代码")]
  613. [Nullable(true)]
  614. [DataLength(20)]
  615. public string ModelCode
  616. {
  617. get { return modelCode; }
  618. set { modelCode = value; }
  619. }
  620. /// <summary>
  621. /// 接箍扣型描述
  622. /// </summary>
  623. [Description("扣型")]
  624. [Nullable(true)]
  625. [DataLength(100)]
  626. public string ModelDesc
  627. {
  628. get { return modelDesc; }
  629. set { modelDesc = value; }
  630. }
  631. /// <summary>
  632. /// 压印喷标
  633. /// </summary>
  634. [Description("压印喷标")]
  635. [Nullable(true)]
  636. [DataLength(400)]
  637. public string DemandCopper
  638. {
  639. get { return demandCopper; }
  640. set { demandCopper = value; }
  641. }
  642. /// <summary>
  643. /// 排产接箍个数
  644. /// </summary>
  645. [Description("接箍个数")]
  646. [Nullable(true)]
  647. [DataLength(10)]
  648. public decimal? GroupNumS
  649. {
  650. get { return groupNumS; }
  651. set { groupNumS = value; }
  652. }
  653. /// <summary>
  654. /// 单支可切个数
  655. /// </summary>
  656. [Description("单支可切个数")]
  657. [Nullable(true)]
  658. [DataLength(10)]
  659. public decimal? SingleCutNun
  660. {
  661. get { return singleCutNun; }
  662. set { singleCutNun = value; }
  663. }
  664. /// <summary>
  665. /// 排产备料支数
  666. /// </summary>
  667. [Description("备料支")]
  668. [Nullable(true)]
  669. [DataLength(10)]
  670. public decimal? GroupBlNumS
  671. {
  672. get { return groupBlNumS; }
  673. set { groupBlNumS = value; }
  674. }
  675. /// <summary>
  676. /// 排产备料重量
  677. /// </summary>
  678. [Description("备料吨")]
  679. [Nullable(true)]
  680. [DataLength(10)]
  681. public decimal? GroupBlWtS
  682. {
  683. get { return groupBlWtS; }
  684. set { groupBlWtS = value; }
  685. }
  686. /// <summary>
  687. /// 是否确认
  688. /// </summary>
  689. [Description("是否确认")]
  690. [Nullable(true)]
  691. [DataLength(1)]
  692. public string IsPlanOk
  693. {
  694. get { return isPlanOk; }
  695. set { isPlanOk = value; }
  696. }
  697. /// <summary>
  698. /// 接箍利库个数
  699. /// </summary>
  700. [Description("接箍利库个数")]
  701. [Nullable(true)]
  702. [DataLength(10)]
  703. public decimal? MatchnumJg
  704. {
  705. get { return matchnumJg; }
  706. set { matchnumJg = value; }
  707. }
  708. /// <summary>
  709. /// 生产年月
  710. /// </summary>
  711. [Description("生产年月")]
  712. [Nullable(true)]
  713. [DataLength(20)]
  714. public string ProMonth
  715. {
  716. get { return proMonth; }
  717. set { proMonth = value; }
  718. }
  719. /// <summary>
  720. /// 计划耗时(分)
  721. /// </summary>
  722. [Description("计划耗时(h)")]
  723. [Nullable(true)]
  724. [DataLength(10)]
  725. public decimal? PlanUsetime
  726. {
  727. get { return planUsetime; }
  728. set { planUsetime = value; }
  729. }
  730. /// <summary>
  731. /// 计划开始时间
  732. /// </summary>
  733. [Description("计划开始时间")]
  734. [Nullable(true)]
  735. public string PlanTimeB
  736. {
  737. get { return planTimeB; }
  738. set { planTimeB = value; }
  739. }
  740. /// <summary>
  741. /// 计划结束时间
  742. /// </summary>
  743. [Description("计划结束时间")]
  744. [Nullable(true)]
  745. public string PlanTimeE
  746. {
  747. get { return planTimeE; }
  748. set { planTimeE = value; }
  749. }
  750. /// <summary>
  751. /// 接箍料利库重量
  752. /// </summary>
  753. [Description("接箍料利库重量")]
  754. [Nullable(true)]
  755. [DataLength(10)]
  756. public decimal? MatchwtBl
  757. {
  758. get { return matchwtBl; }
  759. set { matchwtBl = value; }
  760. }
  761. /// <summary>
  762. /// 接箍料利库支数
  763. /// </summary>
  764. [Description("接箍料利库支数")]
  765. [Nullable(true)]
  766. [DataLength(10)]
  767. public decimal? MatchnumBl
  768. {
  769. get { return matchnumBl; }
  770. set { matchnumBl = value; }
  771. }
  772. /// <summary>
  773. /// 虚拟挂料吨
  774. /// </summary>
  775. [Description("计划吨")]
  776. [Nullable(true)]
  777. [DataLength(10)]
  778. public decimal? BatchedWt
  779. {
  780. get { return batchedWt; }
  781. set { batchedWt = value; }
  782. }
  783. /// <summary>
  784. /// 虚拟挂料支
  785. /// </summary>
  786. [Description("计划支")]
  787. [Nullable(true)]
  788. [DataLength(10)]
  789. public decimal? BatchedNum
  790. {
  791. get { return batchedNum; }
  792. set { batchedNum = value; }
  793. }
  794. /// <summary>
  795. /// 炉计划已排接箍个数
  796. /// </summary>
  797. [Description("计划个数")]
  798. [Nullable(true)]
  799. [DataLength(10)]
  800. public decimal? BatchedNumOut
  801. {
  802. get { return batchedNumOut; }
  803. set { batchedNumOut = value; }
  804. }
  805. /// <summary>
  806. /// 实际挂料吨
  807. /// </summary>
  808. [Description("装炉吨")]
  809. [Nullable(true)]
  810. [DataLength(10)]
  811. public decimal? RealBatchedWt
  812. {
  813. get { return realBatchedWt; }
  814. set { realBatchedWt = value; }
  815. }
  816. /// <summary>
  817. /// 实际挂料支
  818. /// </summary>
  819. [Description("装炉支")]
  820. [Nullable(true)]
  821. [DataLength(10)]
  822. public decimal? RealBatchedNum
  823. {
  824. get { return realBatchedNum; }
  825. set { realBatchedNum = value; }
  826. }
  827. /// <summary>
  828. /// 完成个数(生产+利库)
  829. /// </summary>
  830. [Description("完成个数")]
  831. [Nullable(true)]
  832. [DataLength(10)]
  833. public decimal? ProducedNum
  834. {
  835. get { return producedNum; }
  836. set { producedNum = value; }
  837. }
  838. /// <summary>
  839. /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
  840. /// </summary>
  841. [Description("执行状态")]
  842. [Nullable(true)]
  843. [DataLength(10)]
  844. public string ExeStatus
  845. {
  846. get { return exeStatus; }
  847. set { exeStatus = value; }
  848. }
  849. /// <summary>
  850. /// 是否检修计划
  851. /// </summary>
  852. [Description("是否检修")]
  853. [Nullable(true)]
  854. [DataLength(1)]
  855. public string IsRepairPln
  856. {
  857. get { return isRepairPln; }
  858. set { isRepairPln = value; }
  859. }
  860. /// <summary>
  861. /// 检修类型
  862. /// </summary>
  863. [Description("检修类型")]
  864. [Nullable(true)]
  865. [DataLength(40)]
  866. public string RepairType
  867. {
  868. get { return repairType; }
  869. set { repairType = value; }
  870. }
  871. /// <summary>
  872. /// 确认时间
  873. /// </summary>
  874. [Description("确认时间")]
  875. [Nullable(true)]
  876. public string IssuedTime
  877. {
  878. get { return issuedTime; }
  879. set { issuedTime = value; }
  880. }
  881. /// <summary>
  882. /// 确认人
  883. /// </summary>
  884. [Description("确认人")]
  885. [Nullable(true)]
  886. [DataLength(20)]
  887. public string IssuedMan
  888. {
  889. get { return issuedMan; }
  890. set { issuedMan = value; }
  891. }
  892. /// <summary>
  893. /// 最近取消确认时间
  894. /// </summary>
  895. [Description("取消确认时间")]
  896. [Nullable(true)]
  897. public string LastUndownTime
  898. {
  899. get { return lastUndownTime; }
  900. set { lastUndownTime = value; }
  901. }
  902. /// <summary>
  903. /// 最近取消确认人
  904. /// </summary>
  905. [Description("取消确认人")]
  906. [Nullable(true)]
  907. [DataLength(20)]
  908. public string LastUndownMan
  909. {
  910. get { return lastUndownMan; }
  911. set { lastUndownMan = value; }
  912. }
  913. /// <summary>
  914. /// 加工成本
  915. /// </summary>
  916. [Description("加工成本")]
  917. [Nullable(true)]
  918. [DataLength(10)]
  919. public decimal? ProcessingCost
  920. {
  921. get { return processingCost; }
  922. set { processingCost = value; }
  923. }
  924. /// <summary>
  925. /// 完全成本
  926. /// </summary>
  927. [Description("完全成本")]
  928. [Nullable(true)]
  929. [DataLength(10)]
  930. public decimal? TotalCost
  931. {
  932. get { return totalCost; }
  933. set { totalCost = value; }
  934. }
  935. /// <summary>
  936. /// 是否接箍监制
  937. /// </summary>
  938. [Description("接箍是否监制")]
  939. [Nullable(true)]
  940. [DataLength(1)]
  941. public string IfMonitorJg
  942. {
  943. get { return ifMonitorJg; }
  944. set { ifMonitorJg = value; }
  945. }
  946. /// <summary>
  947. /// 监制编号
  948. /// </summary>
  949. [Description("监制编号")]
  950. [Nullable(true)]
  951. [DataLength(40)]
  952. public string PrdcrNo
  953. {
  954. get { return prdcrNo; }
  955. set { prdcrNo = value; }
  956. }
  957. /// <summary>
  958. /// 创建时间
  959. /// </summary>
  960. [Description("创建时间")]
  961. [Nullable(true)]
  962. public string CreateTime
  963. {
  964. get { return createTime; }
  965. set { createTime = value; }
  966. }
  967. /// <summary>
  968. /// 炉计划是否下发
  969. /// </summary>
  970. [Description("是否下发")]
  971. [Nullable(true)]
  972. [DataLength(1)]
  973. public string IsStoveIssued
  974. {
  975. get { return isStoveIssued; }
  976. set { isStoveIssued = value; }
  977. }
  978. /// <summary>
  979. /// 炉计划下发时间
  980. /// </summary>
  981. [Description("下发时间")]
  982. [Nullable(true)]
  983. public string StoveIssuedTime
  984. {
  985. get { return stoveIssuedTime; }
  986. set { stoveIssuedTime = value; }
  987. }
  988. /// <summary>
  989. /// 炉计划下发人
  990. /// </summary>
  991. [Description("下发人")]
  992. [Nullable(true)]
  993. [DataLength(20)]
  994. public string StoveIssuedMan
  995. {
  996. get { return stoveIssuedMan; }
  997. set { stoveIssuedMan = value; }
  998. }
  999. /// <summary>
  1000. /// 主交货编码PK
  1001. /// </summary>
  1002. private string ordLnDlyPk = "";
  1003. /// <summary>
  1004. /// 主排产流水号
  1005. /// </summary>
  1006. private string plnDivideId = "";
  1007. /// <summary>
  1008. /// 接箍规格代码
  1009. /// </summary>
  1010. private string specJg = "";
  1011. /// <summary>
  1012. /// 排产接箍重量
  1013. /// </summary>
  1014. private decimal? groupWtS = null;
  1015. /// <summary>
  1016. /// 接箍料需求号
  1017. /// </summary>
  1018. private string reqBlId = "";
  1019. /// <summary>
  1020. /// 主交货编码PK
  1021. /// </summary>
  1022. [Description("主交货编码PK")]
  1023. [Nullable(true)]
  1024. [DataLength(40)]
  1025. public string OrdLnDlyPk
  1026. {
  1027. get { return ordLnDlyPk; }
  1028. set { ordLnDlyPk = value; }
  1029. }
  1030. /// <summary>
  1031. /// 主排产流水号
  1032. /// </summary>
  1033. [Description("排产流水号")]
  1034. [Nullable(true)]
  1035. [DataLength(10)]
  1036. public string PlnDivideId
  1037. {
  1038. get { return plnDivideId; }
  1039. set { plnDivideId = value; }
  1040. }
  1041. /// <summary>
  1042. /// 接箍规格代码
  1043. /// </summary>
  1044. [Description("接箍规格代码")]
  1045. [Nullable(true)]
  1046. [DataLength(10)]
  1047. public string SpecJg
  1048. {
  1049. get { return specJg; }
  1050. set { specJg = value; }
  1051. }
  1052. /// <summary>
  1053. /// 排产接箍重量
  1054. /// </summary>
  1055. [Description("接箍重量")]
  1056. [Nullable(true)]
  1057. [DataLength(10)]
  1058. public decimal? GroupWtS
  1059. {
  1060. get { return groupWtS; }
  1061. set { groupWtS = value; }
  1062. }
  1063. /// <summary>
  1064. /// 接箍料需求号
  1065. /// </summary>
  1066. [Description("合同号")]
  1067. [Nullable(true)]
  1068. [DataLength(20)]
  1069. public string ReqBlId
  1070. {
  1071. get { return reqBlId; }
  1072. set { reqBlId = value; }
  1073. }
  1074. private string outwlId = "";
  1075. [Description("产出物料编码")]
  1076. public string OutwlId
  1077. {
  1078. get { return outwlId; }
  1079. set { outwlId = value; }
  1080. }
  1081. private string outwlDesc = "";
  1082. [Description("产出物料")]
  1083. public string OutwlDesc
  1084. {
  1085. get { return outwlDesc; }
  1086. set { outwlDesc = value; }
  1087. }
  1088. /// <summary>
  1089. /// 本工序监制点
  1090. /// </summary>
  1091. private string monitorPoint = "";
  1092. /// <summary>
  1093. /// 工艺文件号
  1094. /// </summary>
  1095. private string craftFileNo = "";
  1096. /// <summary>
  1097. /// 工艺文件责任人
  1098. /// </summary>
  1099. private string craftFileMan = "";
  1100. /// <summary>
  1101. /// 工艺序号
  1102. /// </summary>
  1103. private decimal? craftSeq = null;
  1104. /// <summary>
  1105. /// 本工序点路径
  1106. /// </summary>
  1107. private string stationRoad = "";
  1108. /// <summary>
  1109. /// 合同下发版次(年月日+3位流水)
  1110. /// </summary>
  1111. private string versionNo = "";
  1112. /// <summary>
  1113. /// 本工序监制点
  1114. /// </summary>
  1115. [Description("接箍监制点")]
  1116. [Nullable(true)]
  1117. [DataLength(200)]
  1118. public string MonitorPoint
  1119. {
  1120. get { return monitorPoint; }
  1121. set { monitorPoint = value; }
  1122. }
  1123. /// <summary>
  1124. /// 工艺文件号
  1125. /// </summary>
  1126. [Description("工艺文件号")]
  1127. [Nullable(true)]
  1128. [DataLength(400)]
  1129. public string CraftFileNo
  1130. {
  1131. get { return craftFileNo; }
  1132. set { craftFileNo = value; }
  1133. }
  1134. /// <summary>
  1135. /// 工艺文件责任人
  1136. /// </summary>
  1137. [Description("工艺文件责任人")]
  1138. [Nullable(true)]
  1139. [DataLength(20)]
  1140. public string CraftFileMan
  1141. {
  1142. get { return craftFileMan; }
  1143. set { craftFileMan = value; }
  1144. }
  1145. /// <summary>
  1146. /// 工艺序号
  1147. /// </summary>
  1148. [Description("工艺序号")]
  1149. [Nullable(true)]
  1150. [DataLength(5)]
  1151. public decimal? CraftSeq
  1152. {
  1153. get { return craftSeq; }
  1154. set { craftSeq = value; }
  1155. }
  1156. /// <summary>
  1157. /// 本工序点路径
  1158. /// </summary>
  1159. [Description("本工序点路径")]
  1160. [Nullable(true)]
  1161. [DataLength(200)]
  1162. public string StationRoad
  1163. {
  1164. get { return stationRoad; }
  1165. set { stationRoad = value; }
  1166. }
  1167. /// <summary>
  1168. /// 合同下发版次(年月日+3位流水)
  1169. /// </summary>
  1170. [Description("合同下发版次")]
  1171. [Nullable(true)]
  1172. [DataLength(20)]
  1173. public string VersionNo
  1174. {
  1175. get { return versionNo; }
  1176. set { versionNo = value; }
  1177. }
  1178. private string craftPath;
  1179. [Description("工艺存储路径")]
  1180. public string CraftPath
  1181. {
  1182. get { return craftPath; }
  1183. set { craftPath = value; }
  1184. }
  1185. private string styleJg = "";
  1186. [Description("中孔类别")]
  1187. public string StyleJg
  1188. {
  1189. get { return styleJg; }
  1190. set { styleJg = value; }
  1191. }
  1192. private string produccodeJgDesc = "";
  1193. [Description("品种")]
  1194. public string ProduccodeJgDesc
  1195. {
  1196. get { return produccodeJgDesc; }
  1197. set { produccodeJgDesc = value; }
  1198. }
  1199. private string stdName = "";
  1200. [Description("标准名称")]
  1201. public string StdName
  1202. {
  1203. get { return stdName; }
  1204. set { stdName = value; }
  1205. }
  1206. private string stdStyleDesc = "";
  1207. [Description("标准类别")]
  1208. public string StdStyleDesc
  1209. {
  1210. get { return stdStyleDesc; }
  1211. set { stdStyleDesc = value; }
  1212. }
  1213. private string codeBlAll = "";
  1214. [Description("可选备料码")]
  1215. public string CodeBlAll
  1216. {
  1217. get { return codeBlAll; }
  1218. set { codeBlAll = value; }
  1219. }
  1220. private decimal? stockNumLiku;
  1221. [Description("库存可利库支")]
  1222. public decimal? StockNumLiku
  1223. {
  1224. get { return stockNumLiku; }
  1225. set { stockNumLiku = value; }
  1226. }
  1227. private decimal? maNumMat;
  1228. [Description("物料相同库存支")]
  1229. public decimal? MaNumMat
  1230. {
  1231. get { return maNumMat; }
  1232. set { maNumMat = value; }
  1233. }
  1234. private decimal? reallWt = null;
  1235. [Description("可排产量")]
  1236. public decimal? ReallWt
  1237. {
  1238. get { return reallWt; }
  1239. set { reallWt = value; }
  1240. }
  1241. private string workBill = "";
  1242. [Description("可做工单个")]
  1243. public string WorkBill
  1244. {
  1245. get { return workBill; }
  1246. set { workBill = value; }
  1247. }
  1248. private string orderSource = "";
  1249. [Description("合同来源")]
  1250. public string OrderSource
  1251. {
  1252. get { return orderSource; }
  1253. set { orderSource = value; }
  1254. }
  1255. private string cpExeStatus = "";
  1256. [Description("成品合同状态")]
  1257. public string CpExeStatus
  1258. {
  1259. get { return cpExeStatus; }
  1260. set { cpExeStatus = value; }
  1261. }
  1262. private string ifMonitorBl = "";
  1263. [Description("接箍料是否监制")]
  1264. public string IfMonitorBl
  1265. {
  1266. get { return ifMonitorBl; }
  1267. set { ifMonitorBl = value; }
  1268. }
  1269. private string prdcrAdvcDay = "";
  1270. [Description("监制人信息")]
  1271. public string PrdcrAdvcDay
  1272. {
  1273. get { return prdcrAdvcDay; }
  1274. set { prdcrAdvcDay = value; }
  1275. }
  1276. private string cpPlanTimeB = "";
  1277. [Description("成品合同时间Min")]
  1278. public string CpPlanTimeB
  1279. {
  1280. get { return cpPlanTimeB; }
  1281. set { cpPlanTimeB = value; }
  1282. }
  1283. private string finishnum = "";
  1284. [Description("轧管产出支")]
  1285. public string Finishnum
  1286. {
  1287. get { return finishnum; }
  1288. set { finishnum = value; }
  1289. }
  1290. private string decision = "";
  1291. [Description("判定字头")]
  1292. public string Decision
  1293. {
  1294. get { return decision; }
  1295. set { decision = value; }
  1296. }
  1297. }
  1298. }