PlnOrderCastSEntity.cs 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using System.Text;
  6. using Core.Mes.Client.Comm.Attribute;
  7. namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划.entity
  8. {
  9. /// <summary>
  10. /// 数据库表 铸造工序订单排产分解表 所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:USER-20150714WV 时间:2016-06-01
  12. /// </summary>
  13. public class PlnOrderCastSEntity
  14. {
  15. private int gradeSort;
  16. [Description("组浇顺序")]
  17. public int GradeSort
  18. {
  19. get { return gradeSort; }
  20. set { gradeSort = value; }
  21. }
  22. private decimal? canWgt;
  23. [Description("待冶炼量")]
  24. public decimal? CanWgt
  25. {
  26. get { return canWgt; }
  27. set { canWgt = value; }
  28. }
  29. private string canNum;
  30. [Description("待冶炼支")]
  31. public string CanNum
  32. {
  33. get { return canNum; }
  34. set { canNum = value; }
  35. }
  36. /// <summary>
  37. /// 铸造订单编号
  38. /// </summary>
  39. private string proPlanId = "";
  40. /// <summary>
  41. /// 工序排产序号
  42. /// </summary>
  43. private decimal? gxPlanNo = null;
  44. /// <summary>
  45. /// 管坯类型(1铸坯2锻坯)
  46. /// </summary>
  47. private string gptype = "";
  48. /// <summary>
  49. /// 铸造类型(连铸、模铸)
  50. /// </summary>
  51. private string castingtype = "";
  52. /// <summary>
  53. /// 铸造产线编码
  54. /// </summary>
  55. private string plineCode = "";
  56. /// <summary>
  57. /// 铸造产线描述
  58. /// </summary>
  59. private string plineName = "";
  60. /// <summary>
  61. /// 电炉产线编码
  62. /// </summary>
  63. private string plineCodeA = "";
  64. /// <summary>
  65. /// 电炉产线描述
  66. /// </summary>
  67. private string plineNameA = "";
  68. /// <summary>
  69. /// 钢种代码
  70. /// </summary>
  71. private string gradecode = "";
  72. /// <summary>
  73. /// 钢种名称
  74. /// </summary>
  75. private string gradename = "";
  76. /// <summary>
  77. /// 连铸坯直径
  78. /// </summary>
  79. private string diameterLz = "";
  80. /// <summary>
  81. /// 单倍坯长(锻坯类型为空)
  82. /// </summary>
  83. private decimal? lenGpSingle = null;
  84. /// <summary>
  85. /// 倍尺数
  86. /// </summary>
  87. private decimal? cutNumGp = null;
  88. /// <summary>
  89. /// 切损长度(mm)
  90. /// </summary>
  91. private decimal? cutLoseLen = null;
  92. /// <summary>
  93. /// 连铸坯长度
  94. /// </summary>
  95. private decimal? lengthLz = null;
  96. /// <summary>
  97. /// 铸造坯物料编码
  98. /// </summary>
  99. private string materialNo = "";
  100. /// <summary>
  101. /// 铸造坯物料描述
  102. /// </summary>
  103. private string materialName = "";
  104. /// <summary>
  105. /// 投入物料编码
  106. /// </summary>
  107. private string wlidIn = "";
  108. /// <summary>
  109. /// 投入物料描述
  110. /// </summary>
  111. private string wldescIn = "";
  112. /// <summary>
  113. /// 成分标准索引号集合(内控)
  114. /// </summary>
  115. private string cic = "";
  116. /// <summary>
  117. /// 材质标准索引号集合(内控)
  118. /// </summary>
  119. private string pic = "";
  120. /// <summary>
  121. /// 公差标准索引号集合(内控)
  122. /// </summary>
  123. private string sic = "";
  124. /// <summary>
  125. /// 探伤索引号集合(内控)
  126. /// </summary>
  127. private string dic = "";
  128. /// <summary>
  129. /// 水压索引码集合(内控)
  130. /// </summary>
  131. private string wic = "";
  132. /// <summary>
  133. /// 加工标准索引号集合(内控)
  134. /// </summary>
  135. private string gic = "";
  136. /// <summary>
  137. /// 是否炼钢监制
  138. /// </summary>
  139. private string ifMonitorLg ;
  140. /// <summary>
  141. /// 监制编号
  142. /// </summary>
  143. private string prdcrNo = "";
  144. /// <summary>
  145. /// 炼钢监制点
  146. /// </summary>
  147. private string monitorPoint = "";
  148. /// <summary>
  149. /// 铸造坯单重(模铸为铸锭单重)
  150. /// </summary>
  151. private decimal? wtCastOne = null;
  152. /// <summary>
  153. /// 排产重量
  154. /// </summary>
  155. private decimal? planWtS = null;
  156. /// <summary>
  157. /// 排产支数
  158. /// </summary>
  159. private decimal? planNumS = null;
  160. /// <summary>
  161. /// 估算浇次数
  162. /// </summary>
  163. private decimal? castNumCalc = null;
  164. /// <summary>
  165. /// 估算总炉数
  166. /// </summary>
  167. private decimal? furnaceNumCalc = null;
  168. /// <summary>
  169. /// 平均每炉重量
  170. /// </summary>
  171. private decimal? furnaceWt = null;
  172. /// <summary>
  173. /// 产线内生产顺序号
  174. /// </summary>
  175. private decimal? gxProSeq = null;
  176. /// <summary>
  177. /// 生产年月
  178. /// </summary>
  179. private string proMonth = "";
  180. /// <summary>
  181. /// 计划耗时(分)
  182. /// </summary>
  183. private decimal? planUsetime = null;
  184. /// <summary>
  185. /// 计划开始时间
  186. /// </summary>
  187. private string planTimeB = "";
  188. /// <summary>
  189. /// 计划结束时间
  190. /// </summary>
  191. private string planTimeE = "";
  192. /// <summary>
  193. /// 已组炉重量
  194. /// </summary>
  195. private decimal? planedWt = null;
  196. /// <summary>
  197. /// 已组炉支数
  198. /// </summary>
  199. private decimal? planedNum = null;
  200. /// <summary>
  201. /// 生产完成重量
  202. /// </summary>
  203. private decimal? finishweight = null;
  204. /// <summary>
  205. /// 生产完成支数
  206. /// </summary>
  207. private decimal? finishNum = null;
  208. /// <summary>
  209. /// 执行状态(0计划,1生产中,2完成,3关闭A)
  210. /// </summary>
  211. private string exeStatus = "";
  212. /// <summary>
  213. /// 是否检修计划
  214. /// </summary>
  215. private string isRepairPln;
  216. /// <summary>
  217. /// 检修类型
  218. /// </summary>
  219. private string repairType = "";
  220. /// <summary>
  221. /// 是否确认下发
  222. /// </summary>
  223. private string isPlanOk;
  224. /// <summary>
  225. /// 已排浇次数
  226. /// </summary>
  227. private decimal? castNum = null;
  228. /// <summary>
  229. /// 已排总炉数
  230. /// </summary>
  231. private decimal? furnaceNum = null;
  232. /// <summary>
  233. /// 开浇炉非计划加量
  234. /// </summary>
  235. private decimal? addWtBegin = null;
  236. /// <summary>
  237. /// 结束炉非计划加量
  238. /// </summary>
  239. private decimal? addWtEnd = null;
  240. /// <summary>
  241. /// 是否与前订单连浇
  242. /// </summary>
  243. private string ifConnectAhead;
  244. /// <summary>
  245. /// 前连浇非计划加量
  246. /// </summary>
  247. private decimal? addWtAhead = null;
  248. /// <summary>
  249. /// 是否与后订单连浇
  250. /// </summary>
  251. private string ifConnectNext;
  252. /// <summary>
  253. /// 后连浇非计划加量
  254. /// </summary>
  255. private decimal? addWtNext = null;
  256. /// <summary>
  257. /// 备注
  258. /// </summary>
  259. private string memo = "";
  260. /// <summary>
  261. /// 创建人
  262. /// </summary>
  263. private string createName = "";
  264. /// <summary>
  265. /// 创建时间
  266. /// </summary>
  267. private string createTime = "";
  268. /// <summary>
  269. /// 修改人
  270. /// </summary>
  271. private string updateName = "";
  272. /// <summary>
  273. /// 修改时间
  274. /// </summary>
  275. private string updateTime = "";
  276. /// <summary>
  277. /// 铸造订单编号
  278. /// </summary>
  279. [Description("铸造订单编号")]
  280. [Nullable(false)]
  281. [DataLength(20)]
  282. public string ProPlanId
  283. {
  284. get { return proPlanId; }
  285. set { proPlanId = value; }
  286. }
  287. /// <summary>
  288. /// 工序排产序号
  289. /// </summary>
  290. [Description("排产序号")]
  291. [Nullable(false)]
  292. [DataLength(10)]
  293. public decimal? GxPlanNo
  294. {
  295. get { return gxPlanNo; }
  296. set { gxPlanNo = value; }
  297. }
  298. /// <summary>
  299. /// 管坯类型(1铸坯2锻坯)
  300. /// </summary>
  301. [Description("管坯类型")]
  302. [Nullable(true)]
  303. [DataLength(20)]
  304. public string Gptype
  305. {
  306. get { return gptype; }
  307. set { gptype = value; }
  308. }
  309. /// <summary>
  310. /// 铸造类型(连铸、模铸)
  311. /// </summary>
  312. [Description("铸造类型")]
  313. [Nullable(true)]
  314. [DataLength(20)]
  315. public string Castingtype
  316. {
  317. get { return castingtype; }
  318. set { castingtype = value; }
  319. }
  320. /// <summary>
  321. /// 铸造产线编码
  322. /// </summary>
  323. [Description("铸造产线")]
  324. [Nullable(true)]
  325. [DataLength(100)]
  326. public string PlineCode
  327. {
  328. get { return plineCode; }
  329. set { plineCode = value; }
  330. }
  331. /// <summary>
  332. /// 铸造产线描述
  333. /// </summary>
  334. [Description("铸造产线")]
  335. [Nullable(true)]
  336. [DataLength(400)]
  337. public string PlineName
  338. {
  339. get { return plineName; }
  340. set { plineName = value; }
  341. }
  342. /// <summary>
  343. /// 电炉产线编码
  344. /// </summary>
  345. [Description("电炉产线")]
  346. [Nullable(true)]
  347. [DataLength(100)]
  348. public string PlineCodeA
  349. {
  350. get { return plineCodeA; }
  351. set { plineCodeA = value; }
  352. }
  353. /// <summary>
  354. /// 电炉产线描述
  355. /// </summary>
  356. [Description("电炉产线")]
  357. [Nullable(true)]
  358. [DataLength(400)]
  359. public string PlineNameA
  360. {
  361. get { return plineNameA; }
  362. set { plineNameA = value; }
  363. }
  364. /// <summary>
  365. /// 钢种代码
  366. /// </summary>
  367. [Description("钢种代码")]
  368. [Nullable(true)]
  369. [DataLength(10)]
  370. public string Gradecode
  371. {
  372. get { return gradecode; }
  373. set { gradecode = value; }
  374. }
  375. /// <summary>
  376. /// 钢种名称
  377. /// </summary>
  378. [Description("钢种名称")]
  379. [Nullable(true)]
  380. [DataLength(100)]
  381. public string Gradename
  382. {
  383. get { return gradename; }
  384. set { gradename = value; }
  385. }
  386. /// <summary>
  387. /// 连铸坯直径
  388. /// </summary>
  389. [Description("连铸坯直径")]
  390. [Nullable(true)]
  391. [DataLength(10)]
  392. public string DiameterLz
  393. {
  394. get { return diameterLz; }
  395. set { diameterLz = value; }
  396. }
  397. /// <summary>
  398. /// 单倍坯长(锻坯类型为空)
  399. /// </summary>
  400. [Description("单倍坯长")]
  401. [Nullable(true)]
  402. [DataLength(10)]
  403. public decimal? LenGpSingle
  404. {
  405. get { return lenGpSingle; }
  406. set { lenGpSingle = value; }
  407. }
  408. /// <summary>
  409. /// 倍尺数
  410. /// </summary>
  411. [Description("倍尺数")]
  412. [Nullable(true)]
  413. [DataLength(10)]
  414. public decimal? CutNumGp
  415. {
  416. get { return cutNumGp; }
  417. set { cutNumGp = value; }
  418. }
  419. /// <summary>
  420. /// 切损长度(mm)
  421. /// </summary>
  422. [Description("切损长度(mm)")]
  423. [Nullable(true)]
  424. [DataLength(10)]
  425. public decimal? CutLoseLen
  426. {
  427. get { return cutLoseLen; }
  428. set { cutLoseLen = value; }
  429. }
  430. /// <summary>
  431. /// 连铸坯长度
  432. /// </summary>
  433. [Description("连铸坯长度")]
  434. [Nullable(true)]
  435. [DataLength(10)]
  436. public decimal? LengthLz
  437. {
  438. get { return lengthLz; }
  439. set { lengthLz = value; }
  440. }
  441. /// <summary>
  442. /// 铸造坯物料编码
  443. /// </summary>
  444. [Description("铸造坯物料编码")]
  445. [Nullable(true)]
  446. [DataLength(40)]
  447. public string MaterialNo
  448. {
  449. get { return materialNo; }
  450. set { materialNo = value; }
  451. }
  452. /// <summary>
  453. /// 铸造坯物料描述
  454. /// </summary>
  455. [Description("铸造坯物料")]
  456. [Nullable(true)]
  457. [DataLength(100)]
  458. public string MaterialName
  459. {
  460. get { return materialName; }
  461. set { materialName = value; }
  462. }
  463. /// <summary>
  464. /// 投入物料编码
  465. /// </summary>
  466. [Description("投入物料编码")]
  467. [Nullable(true)]
  468. [DataLength(20)]
  469. public string WlidIn
  470. {
  471. get { return wlidIn; }
  472. set { wlidIn = value; }
  473. }
  474. /// <summary>
  475. /// 投入物料描述
  476. /// </summary>
  477. [Description("投入物料")]
  478. [Nullable(true)]
  479. [DataLength(40)]
  480. public string WldescIn
  481. {
  482. get { return wldescIn; }
  483. set { wldescIn = value; }
  484. }
  485. /// <summary>
  486. /// 成分标准索引号集合(内控)
  487. /// </summary>
  488. [Description("成分标准")]
  489. [Nullable(true)]
  490. [DataLength(400)]
  491. public string Cic
  492. {
  493. get { return cic; }
  494. set { cic = value; }
  495. }
  496. /// <summary>
  497. /// 材质标准索引号集合(内控)
  498. /// </summary>
  499. [Description("材质标准")]
  500. [Nullable(true)]
  501. [DataLength(400)]
  502. public string Pic
  503. {
  504. get { return pic; }
  505. set { pic = value; }
  506. }
  507. /// <summary>
  508. /// 公差标准索引号集合(内控)
  509. /// </summary>
  510. [Description("公差标准")]
  511. [Nullable(true)]
  512. [DataLength(400)]
  513. public string Sic
  514. {
  515. get { return sic; }
  516. set { sic = value; }
  517. }
  518. /// <summary>
  519. /// 探伤索引号集合(内控)
  520. /// </summary>
  521. [Description("探伤标准")]
  522. [Nullable(true)]
  523. [DataLength(400)]
  524. public string Dic
  525. {
  526. get { return dic; }
  527. set { dic = value; }
  528. }
  529. /// <summary>
  530. /// 水压索引码集合(内控)
  531. /// </summary>
  532. [Description("水压标准)")]
  533. [Nullable(true)]
  534. [DataLength(400)]
  535. public string Wic
  536. {
  537. get { return wic; }
  538. set { wic = value; }
  539. }
  540. /// <summary>
  541. /// 加工标准索引号集合(内控)
  542. /// </summary>
  543. [Description("加工标准")]
  544. [Nullable(true)]
  545. [DataLength(400)]
  546. public string Gic
  547. {
  548. get { return gic; }
  549. set { gic = value; }
  550. }
  551. /// <summary>
  552. /// 是否炼钢监制
  553. /// </summary>
  554. [Description("是否炼钢监制")]
  555. [Nullable(true)]
  556. [DataLength(1)]
  557. public string IfMonitorLg
  558. {
  559. get { return ifMonitorLg; }
  560. set { ifMonitorLg = value; }
  561. }
  562. /// <summary>
  563. /// 监制编号
  564. /// </summary>
  565. [Description("监制编号")]
  566. [Nullable(true)]
  567. [DataLength(40)]
  568. public string PrdcrNo
  569. {
  570. get { return prdcrNo; }
  571. set { prdcrNo = value; }
  572. }
  573. /// <summary>
  574. /// 炼钢监制点
  575. /// </summary>
  576. [Description("炼钢监制点")]
  577. [Nullable(true)]
  578. [DataLength(200)]
  579. public string MonitorPoint
  580. {
  581. get { return monitorPoint; }
  582. set { monitorPoint = value; }
  583. }
  584. /// <summary>
  585. /// 铸造坯单重(模铸为铸锭单重)
  586. /// </summary>
  587. [Description("铸造坯单重")]
  588. [Nullable(true)]
  589. [DataLength(10)]
  590. public decimal? WtCastOne
  591. {
  592. get { return wtCastOne; }
  593. set { wtCastOne = value; }
  594. }
  595. /// <summary>
  596. /// 排产重量
  597. /// </summary>
  598. [Description("排产重量")]
  599. [Nullable(true)]
  600. [DataLength(10)]
  601. public decimal? PlanWtS
  602. {
  603. get { return planWtS; }
  604. set { planWtS = value; }
  605. }
  606. /// <summary>
  607. /// 排产支数
  608. /// </summary>
  609. [Description("排产支数")]
  610. [Nullable(true)]
  611. [DataLength(10)]
  612. public decimal? PlanNumS
  613. {
  614. get { return planNumS; }
  615. set { planNumS = value; }
  616. }
  617. /// <summary>
  618. /// 估算浇次数
  619. /// </summary>
  620. [Description("估算浇次数")]
  621. [Nullable(true)]
  622. [DataLength(10)]
  623. public decimal? CastNumCalc
  624. {
  625. get { return castNumCalc; }
  626. set { castNumCalc = value; }
  627. }
  628. /// <summary>
  629. /// 估算总炉数
  630. /// </summary>
  631. [Description("估算总炉数")]
  632. [Nullable(true)]
  633. [DataLength(10)]
  634. public decimal? FurnaceNumCalc
  635. {
  636. get { return furnaceNumCalc; }
  637. set { furnaceNumCalc = value; }
  638. }
  639. /// <summary>
  640. /// 平均每炉重量
  641. /// </summary>
  642. [Description("平均每炉重量")]
  643. [Nullable(true)]
  644. [DataLength(10)]
  645. public decimal? FurnaceWt
  646. {
  647. get { return furnaceWt; }
  648. set { furnaceWt = value; }
  649. }
  650. /// <summary>
  651. /// 产线内生产顺序号
  652. /// </summary>
  653. [Description("生产顺序号")]
  654. [Nullable(true)]
  655. [DataLength(20)]
  656. public decimal? GxProSeq
  657. {
  658. get { return gxProSeq; }
  659. set { gxProSeq = value; }
  660. }
  661. /// <summary>
  662. /// 生产年月
  663. /// </summary>
  664. [Description("生产年月")]
  665. [Nullable(true)]
  666. [DataLength(20)]
  667. public string ProMonth
  668. {
  669. get { return proMonth; }
  670. set { proMonth = value; }
  671. }
  672. /// <summary>
  673. /// 计划耗时(分)
  674. /// </summary>
  675. [Description("计划耗时(h)")]
  676. [Nullable(true)]
  677. [DataLength(10)]
  678. public decimal? PlanUsetime
  679. {
  680. get { return planUsetime; }
  681. set { planUsetime = value; }
  682. }
  683. /// <summary>
  684. /// 计划开始时间
  685. /// </summary>
  686. [Description("计划开始时间(铸造)")]
  687. [Nullable(true)]
  688. public string PlanTimeB
  689. {
  690. get { return planTimeB; }
  691. set { planTimeB = value; }
  692. }
  693. /// <summary>
  694. /// 计划结束时间
  695. /// </summary>
  696. [Description("计划结束时间(铸造)")]
  697. [Nullable(true)]
  698. public string PlanTimeE
  699. {
  700. get { return planTimeE; }
  701. set { planTimeE = value; }
  702. }
  703. /// <summary>
  704. /// 已组炉重量
  705. /// </summary>
  706. [Description("已组炉重量")]
  707. [Nullable(true)]
  708. [DataLength(10)]
  709. public decimal? PlanedWt
  710. {
  711. get { return planedWt; }
  712. set { planedWt = value; }
  713. }
  714. /// <summary>
  715. /// 已组炉支数
  716. /// </summary>
  717. [Description("已组炉支数")]
  718. [Nullable(true)]
  719. [DataLength(10)]
  720. public decimal? PlanedNum
  721. {
  722. get { return planedNum; }
  723. set { planedNum = value; }
  724. }
  725. /// <summary>
  726. /// 生产完成重量
  727. /// </summary>
  728. [Description("生产完成重量")]
  729. [Nullable(true)]
  730. [DataLength(10)]
  731. public decimal? Finishweight
  732. {
  733. get { return finishweight; }
  734. set { finishweight = value; }
  735. }
  736. /// <summary>
  737. /// 生产完成支数
  738. /// </summary>
  739. [Description("生产完成支数")]
  740. [Nullable(true)]
  741. [DataLength(10)]
  742. public decimal? FinishNum
  743. {
  744. get { return finishNum; }
  745. set { finishNum = value; }
  746. }
  747. /// <summary>
  748. /// 执行状态(0计划,1生产中,2完成,3关闭A)
  749. /// </summary>
  750. [Description("执行状态")]
  751. [Nullable(true)]
  752. [DataLength(10)]
  753. public string ExeStatus
  754. {
  755. get { return exeStatus; }
  756. set { exeStatus = value; }
  757. }
  758. /// <summary>
  759. /// 是否检修计划
  760. /// </summary>
  761. [Description("是否检修")]
  762. [Nullable(true)]
  763. [DataLength(1)]
  764. public string IsRepairPln
  765. {
  766. get { return isRepairPln; }
  767. set { isRepairPln = value; }
  768. }
  769. /// <summary>
  770. /// 检修类型
  771. /// </summary>
  772. [Description("检修类型")]
  773. [Nullable(true)]
  774. [DataLength(40)]
  775. public string RepairType
  776. {
  777. get { return repairType; }
  778. set { repairType = value; }
  779. }
  780. /// <summary>
  781. /// 是否确认下发
  782. /// </summary>
  783. [Description("是否下发")]
  784. [Nullable(true)]
  785. [DataLength(1)]
  786. public string IsPlanOk
  787. {
  788. get { return isPlanOk; }
  789. set { isPlanOk = value; }
  790. }
  791. /// <summary>
  792. /// 已排浇次数
  793. /// </summary>
  794. [Description("已排浇次数")]
  795. [Nullable(true)]
  796. [DataLength(10)]
  797. public decimal? CastNum
  798. {
  799. get { return castNum; }
  800. set { castNum = value; }
  801. }
  802. /// <summary>
  803. /// 已排总炉数
  804. /// </summary>
  805. [Description("已排总炉数")]
  806. [Nullable(true)]
  807. [DataLength(10)]
  808. public decimal? FurnaceNum
  809. {
  810. get { return furnaceNum; }
  811. set { furnaceNum = value; }
  812. }
  813. /// <summary>
  814. /// 开浇炉非计划加量
  815. /// </summary>
  816. [Description("开浇炉非计划加量")]
  817. [Nullable(true)]
  818. [DataLength(10)]
  819. public decimal? AddWtBegin
  820. {
  821. get { return addWtBegin; }
  822. set { addWtBegin = value; }
  823. }
  824. /// <summary>
  825. /// 结束炉非计划加量
  826. /// </summary>
  827. [Description("结束炉非计划加量")]
  828. [Nullable(true)]
  829. [DataLength(10)]
  830. public decimal? AddWtEnd
  831. {
  832. get { return addWtEnd; }
  833. set { addWtEnd = value; }
  834. }
  835. /// <summary>
  836. /// 是否与前订单连浇
  837. /// </summary>
  838. [Description("是否与前订单连浇")]
  839. [Nullable(true)]
  840. [DataLength(1)]
  841. public string IfConnectAhead
  842. {
  843. get { return ifConnectAhead; }
  844. set { ifConnectAhead = value; }
  845. }
  846. /// <summary>
  847. /// 前连浇非计划加量
  848. /// </summary>
  849. [Description("前连浇非计划加量")]
  850. [Nullable(true)]
  851. [DataLength(10)]
  852. public decimal? AddWtAhead
  853. {
  854. get { return addWtAhead; }
  855. set { addWtAhead = value; }
  856. }
  857. /// <summary>
  858. /// 是否与后订单连浇
  859. /// </summary>
  860. [Description("是否与后订单连浇")]
  861. [Nullable(true)]
  862. [DataLength(1)]
  863. public string IfConnectNext
  864. {
  865. get { return ifConnectNext; }
  866. set { ifConnectNext = value; }
  867. }
  868. /// <summary>
  869. /// 后连浇非计划加量
  870. /// </summary>
  871. [Description("后连浇非计划加量")]
  872. [Nullable(true)]
  873. [DataLength(10)]
  874. public decimal? AddWtNext
  875. {
  876. get { return addWtNext; }
  877. set { addWtNext = value; }
  878. }
  879. /// <summary>
  880. /// 备注
  881. /// </summary>
  882. [Description("计划备注")]
  883. [Nullable(true)]
  884. [DataLength(200)]
  885. public string Memo
  886. {
  887. get { return memo; }
  888. set { memo = value; }
  889. }
  890. /// <summary>
  891. /// 创建人
  892. /// </summary>
  893. [Description("创建人")]
  894. [Nullable(true)]
  895. [DataLength(20)]
  896. public string CreateName
  897. {
  898. get { return createName; }
  899. set { createName = value; }
  900. }
  901. /// <summary>
  902. /// 创建时间
  903. /// </summary>
  904. [Description("创建时间")]
  905. [Nullable(true)]
  906. public string CreateTime
  907. {
  908. get { return createTime; }
  909. set { createTime = value; }
  910. }
  911. /// <summary>
  912. /// 修改人
  913. /// </summary>
  914. [Description("修改人")]
  915. [Nullable(true)]
  916. [DataLength(20)]
  917. public string UpdateName
  918. {
  919. get { return updateName; }
  920. set { updateName = value; }
  921. }
  922. /// <summary>
  923. /// 修改时间
  924. /// </summary>
  925. [Description("修改时间")]
  926. [Nullable(true)]
  927. public string UpdateTime
  928. {
  929. get { return updateTime; }
  930. set { updateTime = value; }
  931. }
  932. /// <summary>
  933. /// 用户
  934. /// </summary>
  935. private string finalUserDesc = "";
  936. [Description("用户")]
  937. [Nullable(true)]
  938. public string FinalUserDesc
  939. {
  940. get { return finalUserDesc; }
  941. set { finalUserDesc = value; }
  942. }
  943. /// <summary>
  944. /// 合同号
  945. /// </summary>
  946. private string orderSeqNo = "";
  947. [Description("合同号")]
  948. [Nullable(true)]
  949. public string OrderSeqNo
  950. {
  951. get { return orderSeqNo; }
  952. set { orderSeqNo = value; }
  953. }
  954. /// <summary>
  955. /// 监制单位
  956. /// </summary>
  957. private string pdeptName = "";
  958. [Description("监制单位")]
  959. [Nullable(true)]
  960. public string PdeptName
  961. {
  962. get { return pdeptName; }
  963. set { pdeptName = value; }
  964. }
  965. /// <summary>
  966. /// 监制人
  967. /// </summary>
  968. private string prdcrMan = "";
  969. [Description("监制人")]
  970. [Nullable(true)]
  971. public string PrdcrMan
  972. {
  973. get { return prdcrMan; }
  974. set { prdcrMan = value; }
  975. }
  976. /// <summary>
  977. /// 品名
  978. /// </summary>
  979. private string producname = "";
  980. [Description("品名")]
  981. [Nullable(true)]
  982. public string Producname
  983. {
  984. get { return producname; }
  985. set { producname = value; }
  986. }
  987. /// <summary>
  988. /// 炼钢工序路径
  989. /// </summary>
  990. private string stationDesc = "";
  991. [Description("炼钢工序路径")]
  992. [Nullable(true)]
  993. public string StationDesc
  994. {
  995. get { return stationDesc; }
  996. set { stationDesc = value; }
  997. }
  998. private string castNoAll = "";
  999. [Description("浇次号集合")]
  1000. public string CastNoAll
  1001. {
  1002. get { return castNoAll; }
  1003. set { castNoAll = value; }
  1004. }
  1005. private string exeStatusZg = "";
  1006. [Description("轧管执行情况")]
  1007. public string ExeStatusZg
  1008. {
  1009. get { return exeStatusZg; }
  1010. set { exeStatusZg = value; }
  1011. }
  1012. private string progyMemo = "";
  1013. [Description("工艺备注")]
  1014. public string ProgyMemo
  1015. {
  1016. get { return progyMemo; }
  1017. set { progyMemo = value; }
  1018. }
  1019. private string planTimeBZg = "";
  1020. [Description("轧管开始时间(最早)")]
  1021. public string PlanTimeBZg
  1022. {
  1023. get { return planTimeBZg; }
  1024. set { planTimeBZg = value; }
  1025. }
  1026. private string manualNum="";
  1027. [Description("炉次顺序号")]
  1028. public string ManualNum
  1029. {
  1030. get { return manualNum; }
  1031. set { manualNum = value; }
  1032. }
  1033. /// <summary>
  1034. /// 炼钢工艺号
  1035. /// </summary>
  1036. private string craftNo = "";
  1037. [Description("炼钢工艺号")]
  1038. [Nullable(true)]
  1039. [DataLength(50)]
  1040. public string CraftNo
  1041. {
  1042. get { return craftNo; }
  1043. set { craftNo = value; }
  1044. }
  1045. /// <summary>
  1046. /// 炼钢工艺路径
  1047. /// </summary>
  1048. private string craftPath = "";
  1049. //[Description("炼钢工艺路径")]
  1050. //[Nullable(true)]
  1051. //[DataLength(50)]
  1052. public string CraftPath
  1053. {
  1054. get { return craftPath; }
  1055. set { craftPath = value; }
  1056. }
  1057. /// <summary>
  1058. /// 工艺确认
  1059. /// </summary>
  1060. private string ifConfirm = "";
  1061. //[Description("工艺确认")]
  1062. //[Nullable(true)]
  1063. //[DataLength(50)]
  1064. public string IfConfirm
  1065. {
  1066. get { return ifConfirm; }
  1067. set { ifConfirm = value; }
  1068. }
  1069. /// <summary>
  1070. /// 物流去向
  1071. /// </summary>
  1072. private string gowhereName = "";
  1073. [Description("炼钢去向")]
  1074. public string GowhereName
  1075. {
  1076. get { return gowhereName; }
  1077. set { gowhereName = value; }
  1078. }
  1079. /// <summary>
  1080. /// 物流去向
  1081. /// </summary>
  1082. private string changeIndex= "";
  1083. [Description("索引码与标准卡比较")]
  1084. public string ChangeIndex
  1085. {
  1086. get { return changeIndex; }
  1087. set { changeIndex = value; }
  1088. }
  1089. /// <summary>
  1090. /// 炼钢判定标准
  1091. /// </summary>
  1092. private string steelJudgement = "";
  1093. /// <summary>
  1094. /// 炼钢判定标准
  1095. /// </summary>
  1096. [Description("炼钢判定标准")]
  1097. public string SteelJudgement
  1098. {
  1099. get { return steelJudgement; }
  1100. set { steelJudgement = value; }
  1101. }
  1102. private decimal? planWtMin = null;
  1103. [Description("排产量Min")]
  1104. public decimal? PlanWtMin
  1105. {
  1106. get { return planWtMin; }
  1107. set { planWtMin = value; }
  1108. }
  1109. private decimal? planNumSold = null;
  1110. [Description("利库支")]
  1111. public decimal? PlanNumSold
  1112. {
  1113. get { return planNumSold; }
  1114. set { planNumSold = value; }
  1115. }
  1116. private decimal? planWtSold = null;
  1117. [Description("利库量")]
  1118. public decimal? PlanWtSold
  1119. {
  1120. get { return planWtSold; }
  1121. set { planWtSold = value; }
  1122. }
  1123. }
  1124. }