PlnOrderJgxSEntityAmoun.cs 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763
  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_ORDER_JGX_S所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:PC-20180117CCCC 时间:2018-05-04
  12. /// </summary>
  13. public class PlnOrderJgxSEntityAmoun
  14. {
  15. /// <summary>
  16. /// 主加工线合同号
  17. /// </summary>
  18. private string proOrderNo = "";
  19. /// <summary>
  20. /// 加工线订单编号
  21. /// </summary>
  22. private string proPlanId = "";
  23. /// <summary>
  24. /// 工序排产序号
  25. /// </summary>
  26. private string gxPlanNo = "";
  27. /// <summary>
  28. /// 主排产联动组号
  29. /// </summary>
  30. private string planGroupId = "";
  31. /// <summary>
  32. /// 主合同来源(销售合同、备料需求、补量需求)
  33. /// </summary>
  34. private string orderSource = "";
  35. /// <summary>
  36. /// 交货编码PK
  37. /// </summary>
  38. private string ordLnDlyPk = "";
  39. /// <summary>
  40. /// 排产流水号
  41. /// </summary>
  42. private string plnDivideId = "";
  43. /// <summary>
  44. /// 合同号
  45. /// </summary>
  46. private string orderNo = "";
  47. /// <summary>
  48. /// 合同行号
  49. /// </summary>
  50. private string orderSeq = "";
  51. /// <summary>
  52. /// 交货编码
  53. /// </summary>
  54. private string deliveryNo = "";
  55. /// <summary>
  56. /// 备料需求号
  57. /// </summary>
  58. private string reqBlId = "";
  59. /// <summary>
  60. /// 产线编码
  61. /// </summary>
  62. private string plineCode = "";
  63. /// <summary>
  64. /// 产线描述
  65. /// </summary>
  66. private string plineName = "";
  67. /// <summary>
  68. /// 投入物料编码
  69. /// </summary>
  70. private string inwlId = "";
  71. /// <summary>
  72. /// 投入物料描述
  73. /// </summary>
  74. private string inwlDesc = "";
  75. /// <summary>
  76. /// 产出物料编码
  77. /// </summary>
  78. private string outwlId = "";
  79. /// <summary>
  80. /// 产出物料描述
  81. /// </summary>
  82. private string outwlDesc = "";
  83. /// <summary>
  84. /// 排产吨
  85. /// </summary>
  86. private decimal? weigthS = null;
  87. /// <summary>
  88. /// 排产支
  89. /// </summary>
  90. private decimal? numS = null;
  91. /// <summary>
  92. /// 产线内生产顺序号
  93. /// </summary>
  94. private string gxProSeq = "";
  95. /// <summary>
  96. /// 计划耗时(分)
  97. /// </summary>
  98. private decimal? planUsetime = null;
  99. /// <summary>
  100. /// 计划开始时间
  101. /// </summary>
  102. private string planTimeB = "";
  103. /// <summary>
  104. /// 计划结束时间
  105. /// </summary>
  106. private string planTimeE = "";
  107. /// <summary>
  108. /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
  109. /// </summary>
  110. private string exeStatus = "";
  111. /// <summary>
  112. /// 是否检修计划
  113. /// </summary>
  114. private string isRepairPln = "";
  115. /// <summary>
  116. /// 检修类型
  117. /// </summary>
  118. private string repairType = "";
  119. /// <summary>
  120. /// 钢级(牌号)代码
  121. /// </summary>
  122. private string steelcode = "";
  123. /// <summary>
  124. /// 钢级(牌号)名称
  125. /// </summary>
  126. private string steelname = "";
  127. /// <summary>
  128. /// 外径
  129. /// </summary>
  130. private decimal? outdiameter = null;
  131. /// <summary>
  132. /// 壁厚
  133. /// </summary>
  134. private decimal? wallthick = null;
  135. /// <summary>
  136. /// 最大长度
  137. /// </summary>
  138. private decimal? lengthmax = null;
  139. /// <summary>
  140. /// 最小长度
  141. /// </summary>
  142. private decimal? lengthmin = null;
  143. /// <summary>
  144. /// 长度描述
  145. /// </summary>
  146. private string lengthdisc = "";
  147. /// <summary>
  148. /// 目标壁厚
  149. /// </summary>
  150. private decimal? aimwallthick = null;
  151. /// <summary>
  152. /// 目标长度
  153. /// </summary>
  154. private decimal? aimlength = null;
  155. /// <summary>
  156. /// 短尺率(%)
  157. /// </summary>
  158. private decimal? shrtLenRato = null;
  159. /// <summary>
  160. /// 短尺最短
  161. /// </summary>
  162. private decimal? shortest = null;
  163. /// <summary>
  164. /// 长尺率(%)
  165. /// </summary>
  166. private decimal? longLenRato = null;
  167. /// <summary>
  168. /// 长尺最长
  169. /// </summary>
  170. private decimal? longest = null;
  171. /// <summary>
  172. /// 短尺随炉
  173. /// </summary>
  174. private string shrtStove = "";
  175. /// <summary>
  176. /// 平均长度大于
  177. /// </summary>
  178. private decimal? avgLenMin = null;
  179. /// <summary>
  180. /// 最长最短差小于
  181. /// </summary>
  182. private decimal? difrncLenMax = null;
  183. /// <summary>
  184. /// 单倍尺长
  185. /// </summary>
  186. private decimal? siglLen = null;
  187. /// <summary>
  188. /// 成品长度公差(单倍尺长专用)
  189. /// </summary>
  190. private decimal? endlenSpecstd = null;
  191. /// <summary>
  192. /// 扣型代码
  193. /// </summary>
  194. private string modelCode = "";
  195. /// <summary>
  196. /// 扣型描述
  197. /// </summary>
  198. private string modelDesc = "";
  199. /// <summary>
  200. /// 投料最大长度
  201. /// </summary>
  202. private decimal? lengthmaxIn = null;
  203. /// <summary>
  204. /// 投料最小长度
  205. /// </summary>
  206. private decimal? lengthminIn = null;
  207. /// <summary>
  208. /// 投料长度
  209. /// </summary>
  210. private decimal? lengthIn = null;
  211. /// <summary>
  212. /// 计划分切数
  213. /// </summary>
  214. private decimal? outnumCut = null;
  215. /// <summary>
  216. /// 待投入吨
  217. /// </summary>
  218. private decimal? inWeightS = null;
  219. /// <summary>
  220. /// 待投入支
  221. /// </summary>
  222. private decimal? inNumS = null;
  223. /// <summary>
  224. /// 加投吨
  225. /// </summary>
  226. private decimal? addWtIn = null;
  227. /// <summary>
  228. /// 加投支
  229. /// </summary>
  230. private decimal? addNumIn = null;
  231. /// <summary>
  232. /// 投入利库吨
  233. /// </summary>
  234. private decimal? matchWtIn = null;
  235. /// <summary>
  236. /// 投入利库支
  237. /// </summary>
  238. private decimal? matchNumIn = null;
  239. /// <summary>
  240. /// 是否加工线监制
  241. /// </summary>
  242. private string ifMonitorJgx = "";
  243. /// <summary>
  244. /// 监制编号
  245. /// </summary>
  246. private string prdcrNo = "";
  247. /// <summary>
  248. /// 本工序监制点
  249. /// </summary>
  250. private string monitorPoint = "";
  251. /// <summary>
  252. /// 成分标准索引号集合(内控)
  253. /// </summary>
  254. private string cic = "";
  255. /// <summary>
  256. /// 材质标准索引号集合(内控)
  257. /// </summary>
  258. private string pic = "";
  259. /// <summary>
  260. /// 公差标准索引号集合(内控)
  261. /// </summary>
  262. private string sic = "";
  263. /// <summary>
  264. /// 探伤索引号集合(内控)
  265. /// </summary>
  266. private string dic = "";
  267. /// <summary>
  268. /// 水压索引码集合(内控)
  269. /// </summary>
  270. private string wic = "";
  271. /// <summary>
  272. /// 加工标准索引号集合(内控)
  273. /// </summary>
  274. private string gic = "";
  275. /// <summary>
  276. /// 工艺文件号
  277. /// </summary>
  278. private string craftFileNo = "";
  279. /// <summary>
  280. /// 工艺文件责任人
  281. /// </summary>
  282. private string craftFileMan = "";
  283. /// <summary>
  284. /// 工艺序号
  285. /// </summary>
  286. private decimal? craftSeq = null;
  287. /// <summary>
  288. /// 本工序点路径
  289. /// </summary>
  290. private string stationRoad = "";
  291. /// <summary>
  292. /// 炉计划已排吨
  293. /// </summary>
  294. private decimal? batchedWt = null;
  295. /// <summary>
  296. /// 炉计划已排支
  297. /// </summary>
  298. private decimal? batchedNum = null;
  299. /// <summary>
  300. /// 生产完成吨
  301. /// </summary>
  302. private decimal? finishweight = null;
  303. /// <summary>
  304. /// 生产完成支
  305. /// </summary>
  306. private decimal? finishnum = null;
  307. /// <summary>
  308. /// 是否确认
  309. /// </summary>
  310. private string isPlanOk = "";
  311. /// <summary>
  312. /// 加工线生产批次
  313. /// </summary>
  314. private string zyBatchId = "";
  315. /// <summary>
  316. /// 生产年月
  317. /// </summary>
  318. private string proMonth = "";
  319. /// <summary>
  320. /// 前工序名
  321. /// </summary>
  322. private string previousGx = "";
  323. /// <summary>
  324. /// 前工序订单号
  325. /// </summary>
  326. private string prevGxplanId = "";
  327. /// <summary>
  328. /// 国内外
  329. /// </summary>
  330. private string ifExport = "";
  331. /// <summary>
  332. /// 合同用户(最终用户/客户名)
  333. /// </summary>
  334. private string finalUserDesc = "";
  335. /// <summary>
  336. /// 轧制方式(轧管二级工序名)
  337. /// </summary>
  338. private string processDescCZg = "";
  339. /// <summary>
  340. /// 默认轧管机组(名)
  341. /// </summary>
  342. private string groupRollName = "";
  343. /// <summary>
  344. /// 轧管开始时间
  345. /// </summary>
  346. private string beginTimeZg = "";
  347. /// <summary>
  348. /// 监制提前通知天(取本工序最大)
  349. /// </summary>
  350. private decimal? prdcrAdvcDay = null;
  351. /// <summary>
  352. /// 制程描述
  353. /// </summary>
  354. private string wholeBacklogDesc = "";
  355. /// <summary>
  356. /// 合同紧急度
  357. /// </summary>
  358. private string priority = "";
  359. /// <summary>
  360. /// 紧急度备注
  361. /// </summary>
  362. private string priorityMemo = "";
  363. /// <summary>
  364. /// 交货期
  365. /// </summary>
  366. private string delvryEdate = "";
  367. /// <summary>
  368. /// 到站(名称)
  369. /// </summary>
  370. private string stationNm = "";
  371. /// <summary>
  372. /// 250厂下线地点
  373. /// </summary>
  374. private string outlineSite250 = "";
  375. /// <summary>
  376. /// 创建时间
  377. /// </summary>
  378. private string createTime = "";
  379. /// <summary>
  380. /// 备注
  381. /// </summary>
  382. private string memo = "";
  383. /// <summary>
  384. /// 确认时间
  385. /// </summary>
  386. private string issuedTime = "";
  387. /// <summary>
  388. /// 确认人
  389. /// </summary>
  390. private string issuedMan = "";
  391. /// <summary>
  392. /// 最近取消确认时间
  393. /// </summary>
  394. private string lastUndownTime = "";
  395. /// <summary>
  396. /// 最近取消确认人
  397. /// </summary>
  398. private string lastUndownMan = "";
  399. /// <summary>
  400. /// 合同下发版次(年月日+3位流水)
  401. /// </summary>
  402. private string versionNo = "";
  403. /// <summary>
  404. /// 加工成本
  405. /// </summary>
  406. private decimal? processingCost = null;
  407. /// <summary>
  408. /// 完全成本
  409. /// </summary>
  410. private decimal? totalCost = null;
  411. /// <summary>
  412. /// 炉计划是否下发
  413. /// </summary>
  414. private string ifStoveIssued = "";
  415. /// <summary>
  416. /// 炉计划下发时间
  417. /// </summary>
  418. private string stoveIssuedTime = "";
  419. /// <summary>
  420. /// 炉计划下发人
  421. /// </summary>
  422. private string stoveIssuedMan = "";
  423. /// <summary>
  424. /// 是否上料行
  425. /// </summary>
  426. private string isOnloadLine = "";
  427. /// <summary>
  428. /// 二级工序代码
  429. /// </summary>
  430. private string processCodeC = "";
  431. /// <summary>
  432. /// 二级工序名称
  433. /// </summary>
  434. private string processDescC = "";
  435. /// <summary>
  436. /// 主冶金规范码
  437. /// </summary>
  438. private string msc = "";
  439. /// <summary>
  440. /// 主制程索引号
  441. /// </summary>
  442. private string indexSeq = "";
  443. /// <summary>
  444. /// 主BOM
  445. /// </summary>
  446. private string bom = "";
  447. /// <summary>
  448. /// 是否工艺变更锁定
  449. /// </summary>
  450. private string ifCraftLocked = "";
  451. /// <summary>
  452. /// 有效标志(1:有效,0:无效)
  453. /// </summary>
  454. private string validflag = "";
  455. /// <summary>
  456. /// 判定字头
  457. /// </summary>
  458. private string decision = "";
  459. /// <summary>
  460. /// 主加工线合同号
  461. /// </summary>
  462. [Description("主加工线合同号")]
  463. [Nullable(true)]
  464. [DataLength(20)]
  465. public string ProOrderNo
  466. {
  467. get { return proOrderNo; }
  468. set { proOrderNo = value; }
  469. }
  470. /// <summary>
  471. /// 加工线订单编号
  472. /// </summary>
  473. [Description("订单编号")]
  474. [Nullable(false)]
  475. [DataLength(20)]
  476. public string ProPlanId
  477. {
  478. get { return proPlanId; }
  479. set { proPlanId = value; }
  480. }
  481. /// <summary>
  482. /// 工序排产序号
  483. /// </summary>
  484. [Description("排产序号")]
  485. [Nullable(false)]
  486. [DataLength(10)]
  487. public string GxPlanNo
  488. {
  489. get { return gxPlanNo; }
  490. set { gxPlanNo = value; }
  491. }
  492. /// <summary>
  493. /// 主排产联动组号
  494. /// </summary>
  495. [Description("主排产联动组号")]
  496. [Nullable(true)]
  497. [DataLength(40)]
  498. public string PlanGroupId
  499. {
  500. get { return planGroupId; }
  501. set { planGroupId = value; }
  502. }
  503. /// <summary>
  504. /// 主合同来源(销售合同、备料需求、补量需求)
  505. /// </summary>
  506. [Description("主合同来源")]
  507. [Nullable(true)]
  508. [DataLength(20)]
  509. public string OrderSource
  510. {
  511. get { return orderSource; }
  512. set { orderSource = value; }
  513. }
  514. /// <summary>
  515. /// 交货编码PK
  516. /// </summary>
  517. [Description("交货编码PK")]
  518. [Nullable(true)]
  519. [DataLength(40)]
  520. public string OrdLnDlyPk
  521. {
  522. get { return ordLnDlyPk; }
  523. set { ordLnDlyPk = value; }
  524. }
  525. /// <summary>
  526. /// 排产流水号
  527. /// </summary>
  528. [Description("排产流水号")]
  529. [Nullable(true)]
  530. [DataLength(10)]
  531. public string PlnDivideId
  532. {
  533. get { return plnDivideId; }
  534. set { plnDivideId = value; }
  535. }
  536. /// <summary>
  537. /// 合同号
  538. /// </summary>
  539. [Description("合同号")]
  540. [Nullable(true)]
  541. [DataLength(20)]
  542. public string OrderNo
  543. {
  544. get { return orderNo; }
  545. set { orderNo = value; }
  546. }
  547. /// <summary>
  548. /// 合同行号
  549. /// </summary>
  550. [Description("合同行号")]
  551. [Nullable(true)]
  552. [DataLength(3)]
  553. public string OrderSeq
  554. {
  555. get { return orderSeq; }
  556. set { orderSeq = value; }
  557. }
  558. /// <summary>
  559. /// 交货编码
  560. /// </summary>
  561. [Description("交货行号")]
  562. [Nullable(true)]
  563. [DataLength(3)]
  564. public string DeliveryNo
  565. {
  566. get { return deliveryNo; }
  567. set { deliveryNo = value; }
  568. }
  569. /// <summary>
  570. /// 备料需求号
  571. /// </summary>
  572. [Description("备料需求号")]
  573. [Nullable(true)]
  574. [DataLength(20)]
  575. public string ReqBlId
  576. {
  577. get { return reqBlId; }
  578. set { reqBlId = value; }
  579. }
  580. /// <summary>
  581. /// 产线编码
  582. /// </summary>
  583. [Description("产线编码")]
  584. [Nullable(true)]
  585. [DataLength(20)]
  586. public string PlineCode
  587. {
  588. get { return plineCode; }
  589. set { plineCode = value; }
  590. }
  591. /// <summary>
  592. /// 产线描述
  593. /// </summary>
  594. [Description("产线描述")]
  595. [Nullable(true)]
  596. [DataLength(100)]
  597. public string PlineName
  598. {
  599. get { return plineName; }
  600. set { plineName = value; }
  601. }
  602. /// <summary>
  603. /// 投入物料编码
  604. /// </summary>
  605. [Description("投入物料编码")]
  606. [Nullable(true)]
  607. [DataLength(40)]
  608. public string InwlId
  609. {
  610. get { return inwlId; }
  611. set { inwlId = value; }
  612. }
  613. /// <summary>
  614. /// 投入物料描述
  615. /// </summary>
  616. [Description("投入物料")]
  617. [Nullable(true)]
  618. [DataLength(100)]
  619. public string InwlDesc
  620. {
  621. get { return inwlDesc; }
  622. set { inwlDesc = value; }
  623. }
  624. /// <summary>
  625. /// 产出物料编码
  626. /// </summary>
  627. [Description("产出物料编码")]
  628. [Nullable(true)]
  629. [DataLength(40)]
  630. public string OutwlId
  631. {
  632. get { return outwlId; }
  633. set { outwlId = value; }
  634. }
  635. /// <summary>
  636. /// 产出物料描述
  637. /// </summary>
  638. [Description("产出物料")]
  639. [Nullable(true)]
  640. [DataLength(100)]
  641. public string OutwlDesc
  642. {
  643. get { return outwlDesc; }
  644. set { outwlDesc = value; }
  645. }
  646. /// <summary>
  647. /// 排产吨
  648. /// </summary>
  649. [Description("排产吨")]
  650. [Nullable(true)]
  651. [DataLength(10)]
  652. public decimal? WeigthS
  653. {
  654. get { return weigthS; }
  655. set { weigthS = value; }
  656. }
  657. /// <summary>
  658. /// 排产支
  659. /// </summary>
  660. [Description("排产支")]
  661. [Nullable(true)]
  662. [DataLength(10)]
  663. public decimal? NumS
  664. {
  665. get { return numS; }
  666. set { numS = value; }
  667. }
  668. /// <summary>
  669. /// 产线内生产顺序号
  670. /// </summary>
  671. [Description("生产顺序号")]
  672. [Nullable(true)]
  673. [DataLength(20)]
  674. public string GxProSeq
  675. {
  676. get { return gxProSeq; }
  677. set { gxProSeq = value; }
  678. }
  679. /// <summary>
  680. /// 计划耗时(分)
  681. /// </summary>
  682. [Description("计划耗时(分)")]
  683. [Nullable(true)]
  684. [DataLength(10)]
  685. public decimal? PlanUsetime
  686. {
  687. get { return planUsetime; }
  688. set { planUsetime = value; }
  689. }
  690. /// <summary>
  691. /// 计划开始时间
  692. /// </summary>
  693. [Description("计划开始时间")]
  694. [Nullable(true)]
  695. public string PlanTimeB
  696. {
  697. get { return planTimeB; }
  698. set { planTimeB = value; }
  699. }
  700. /// <summary>
  701. /// 计划结束时间
  702. /// </summary>
  703. [Description("计划结束时间")]
  704. [Nullable(true)]
  705. public string PlanTimeE
  706. {
  707. get { return planTimeE; }
  708. set { planTimeE = value; }
  709. }
  710. /// <summary>
  711. /// 执行状态(0计划,1生产中,2完成,3关闭A,4关闭)
  712. /// </summary>
  713. [Description("执行状态")]
  714. [Nullable(true)]
  715. [DataLength(10)]
  716. public string ExeStatus
  717. {
  718. get { return exeStatus; }
  719. set { exeStatus = value; }
  720. }
  721. /// <summary>
  722. /// 是否检修计划
  723. /// </summary>
  724. [Description("是否检修")]
  725. [Nullable(true)]
  726. [DataLength(1)]
  727. public string IsRepairPln
  728. {
  729. get { return isRepairPln; }
  730. set { isRepairPln = value; }
  731. }
  732. /// <summary>
  733. /// 检修类型
  734. /// </summary>
  735. [Description("检修类型")]
  736. [Nullable(true)]
  737. [DataLength(40)]
  738. public string RepairType
  739. {
  740. get { return repairType; }
  741. set { repairType = value; }
  742. }
  743. /// <summary>
  744. /// 钢级(牌号)代码
  745. /// </summary>
  746. [Description("钢级(牌号)代码")]
  747. [Nullable(true)]
  748. [DataLength(10)]
  749. public string Steelcode
  750. {
  751. get { return steelcode; }
  752. set { steelcode = value; }
  753. }
  754. /// <summary>
  755. /// 钢级(牌号)名称
  756. /// </summary>
  757. [Description("钢级名称")]
  758. [Nullable(true)]
  759. [DataLength(100)]
  760. public string Steelname
  761. {
  762. get { return steelname; }
  763. set { steelname = value; }
  764. }
  765. /// <summary>
  766. /// 外径
  767. /// </summary>
  768. [Description("外径")]
  769. [Nullable(true)]
  770. [DataLength(10)]
  771. public decimal? Outdiameter
  772. {
  773. get { return outdiameter; }
  774. set { outdiameter = value; }
  775. }
  776. /// <summary>
  777. /// 壁厚
  778. /// </summary>
  779. [Description("壁厚")]
  780. [Nullable(true)]
  781. [DataLength(10)]
  782. public decimal? Wallthick
  783. {
  784. get { return wallthick; }
  785. set { wallthick = value; }
  786. }
  787. /// <summary>
  788. /// 最大长度
  789. /// </summary>
  790. [Description("最大长度")]
  791. [Nullable(true)]
  792. [DataLength(10)]
  793. public decimal? Lengthmax
  794. {
  795. get { return lengthmax; }
  796. set { lengthmax = value; }
  797. }
  798. /// <summary>
  799. /// 最小长度
  800. /// </summary>
  801. [Description("最小长度")]
  802. [Nullable(true)]
  803. [DataLength(10)]
  804. public decimal? Lengthmin
  805. {
  806. get { return lengthmin; }
  807. set { lengthmin = value; }
  808. }
  809. /// <summary>
  810. /// 长度描述
  811. /// </summary>
  812. [Description("长度描述")]
  813. [Nullable(true)]
  814. [DataLength(100)]
  815. public string Lengthdisc
  816. {
  817. get { return lengthdisc; }
  818. set { lengthdisc = value; }
  819. }
  820. /// <summary>
  821. /// 目标壁厚
  822. /// </summary>
  823. [Description("目标壁厚")]
  824. [Nullable(true)]
  825. [DataLength(10)]
  826. public decimal? Aimwallthick
  827. {
  828. get { return aimwallthick; }
  829. set { aimwallthick = value; }
  830. }
  831. /// <summary>
  832. /// 目标长度
  833. /// </summary>
  834. [Description("目标长度")]
  835. [Nullable(true)]
  836. [DataLength(10)]
  837. public decimal? Aimlength
  838. {
  839. get { return aimlength; }
  840. set { aimlength = value; }
  841. }
  842. /// <summary>
  843. /// 短尺率(%)
  844. /// </summary>
  845. [Description("短尺率(%)")]
  846. [Nullable(true)]
  847. [DataLength(2)]
  848. public decimal? ShrtLenRato
  849. {
  850. get { return shrtLenRato; }
  851. set { shrtLenRato = value; }
  852. }
  853. /// <summary>
  854. /// 短尺最短
  855. /// </summary>
  856. [Description("短尺最短")]
  857. [Nullable(true)]
  858. [DataLength(5)]
  859. public decimal? Shortest
  860. {
  861. get { return shortest; }
  862. set { shortest = value; }
  863. }
  864. /// <summary>
  865. /// 长尺率(%)
  866. /// </summary>
  867. [Description("长尺率(%)")]
  868. [Nullable(true)]
  869. [DataLength(2)]
  870. public decimal? LongLenRato
  871. {
  872. get { return longLenRato; }
  873. set { longLenRato = value; }
  874. }
  875. /// <summary>
  876. /// 长尺最长
  877. /// </summary>
  878. [Description("长尺最长")]
  879. [Nullable(true)]
  880. [DataLength(5)]
  881. public decimal? Longest
  882. {
  883. get { return longest; }
  884. set { longest = value; }
  885. }
  886. /// <summary>
  887. /// 短尺随炉
  888. /// </summary>
  889. [Description("短尺随炉")]
  890. [Nullable(true)]
  891. [DataLength(20)]
  892. public string ShrtStove
  893. {
  894. get { return shrtStove; }
  895. set { shrtStove = value; }
  896. }
  897. /// <summary>
  898. /// 平均长度大于
  899. /// </summary>
  900. [Description("平均长度大于")]
  901. [Nullable(true)]
  902. [DataLength(5)]
  903. public decimal? AvgLenMin
  904. {
  905. get { return avgLenMin; }
  906. set { avgLenMin = value; }
  907. }
  908. /// <summary>
  909. /// 最长最短差小于
  910. /// </summary>
  911. [Description("最长最短差小于")]
  912. [Nullable(true)]
  913. [DataLength(5)]
  914. public decimal? DifrncLenMax
  915. {
  916. get { return difrncLenMax; }
  917. set { difrncLenMax = value; }
  918. }
  919. /// <summary>
  920. /// 单倍尺长
  921. /// </summary>
  922. [Description("单倍尺长")]
  923. [Nullable(true)]
  924. [DataLength(6)]
  925. public decimal? SiglLen
  926. {
  927. get { return siglLen; }
  928. set { siglLen = value; }
  929. }
  930. /// <summary>
  931. /// 成品长度公差(单倍尺长专用)
  932. /// </summary>
  933. [Description("成品长度公差")]
  934. [Nullable(true)]
  935. [DataLength(6)]
  936. public decimal? EndlenSpecstd
  937. {
  938. get { return endlenSpecstd; }
  939. set { endlenSpecstd = value; }
  940. }
  941. /// <summary>
  942. /// 扣型代码
  943. /// </summary>
  944. [Description("扣型代码")]
  945. [Nullable(true)]
  946. [DataLength(20)]
  947. public string ModelCode
  948. {
  949. get { return modelCode; }
  950. set { modelCode = value; }
  951. }
  952. /// <summary>
  953. /// 扣型描述
  954. /// </summary>
  955. [Description("扣型描述")]
  956. [Nullable(true)]
  957. [DataLength(100)]
  958. public string ModelDesc
  959. {
  960. get { return modelDesc; }
  961. set { modelDesc = value; }
  962. }
  963. /// <summary>
  964. /// 投料最大长度
  965. /// </summary>
  966. [Description("投料最大长度")]
  967. [Nullable(true)]
  968. [DataLength(10)]
  969. public decimal? LengthmaxIn
  970. {
  971. get { return lengthmaxIn; }
  972. set { lengthmaxIn = value; }
  973. }
  974. /// <summary>
  975. /// 投料最小长度
  976. /// </summary>
  977. [Description("投料最小长度")]
  978. [Nullable(true)]
  979. [DataLength(10)]
  980. public decimal? LengthminIn
  981. {
  982. get { return lengthminIn; }
  983. set { lengthminIn = value; }
  984. }
  985. /// <summary>
  986. /// 投料长度
  987. /// </summary>
  988. [Description("投料长度")]
  989. [Nullable(true)]
  990. [DataLength(10)]
  991. public decimal? LengthIn
  992. {
  993. get { return lengthIn; }
  994. set { lengthIn = value; }
  995. }
  996. /// <summary>
  997. /// 计划分切数
  998. /// </summary>
  999. [Description("计划分切数")]
  1000. [Nullable(true)]
  1001. [DataLength(10)]
  1002. public decimal? OutnumCut
  1003. {
  1004. get { return outnumCut; }
  1005. set { outnumCut = value; }
  1006. }
  1007. /// <summary>
  1008. /// 待投入吨
  1009. /// </summary>
  1010. [Description("待投入吨")]
  1011. [Nullable(true)]
  1012. [DataLength(10)]
  1013. public decimal? InWeightS
  1014. {
  1015. get { return inWeightS; }
  1016. set { inWeightS = value; }
  1017. }
  1018. /// <summary>
  1019. /// 待投入支
  1020. /// </summary>
  1021. [Description("待投入支")]
  1022. [Nullable(true)]
  1023. [DataLength(10)]
  1024. public decimal? InNumS
  1025. {
  1026. get { return inNumS; }
  1027. set { inNumS = value; }
  1028. }
  1029. /// <summary>
  1030. /// 加投吨
  1031. /// </summary>
  1032. [Description("加投吨")]
  1033. [Nullable(true)]
  1034. [DataLength(10)]
  1035. public decimal? AddWtIn
  1036. {
  1037. get { return addWtIn; }
  1038. set { addWtIn = value; }
  1039. }
  1040. /// <summary>
  1041. /// 加投支
  1042. /// </summary>
  1043. [Description("加投支")]
  1044. [Nullable(true)]
  1045. [DataLength(10)]
  1046. public decimal? AddNumIn
  1047. {
  1048. get { return addNumIn; }
  1049. set { addNumIn = value; }
  1050. }
  1051. /// <summary>
  1052. /// 投入利库吨
  1053. /// </summary>
  1054. [Description("投入利库吨")]
  1055. [Nullable(true)]
  1056. [DataLength(10)]
  1057. public decimal? MatchWtIn
  1058. {
  1059. get { return matchWtIn; }
  1060. set { matchWtIn = value; }
  1061. }
  1062. /// <summary>
  1063. /// 投入利库支
  1064. /// </summary>
  1065. [Description("投入利库支")]
  1066. [Nullable(true)]
  1067. [DataLength(10)]
  1068. public decimal? MatchNumIn
  1069. {
  1070. get { return matchNumIn; }
  1071. set { matchNumIn = value; }
  1072. }
  1073. /// <summary>
  1074. /// 是否加工线监制
  1075. /// </summary>
  1076. [Description("是否监制")]
  1077. [Nullable(true)]
  1078. [DataLength(1)]
  1079. public string IfMonitorJgx
  1080. {
  1081. get { return ifMonitorJgx; }
  1082. set { ifMonitorJgx = value; }
  1083. }
  1084. /// <summary>
  1085. /// 监制编号
  1086. /// </summary>
  1087. [Description("监制编号")]
  1088. [Nullable(true)]
  1089. [DataLength(40)]
  1090. public string PrdcrNo
  1091. {
  1092. get { return prdcrNo; }
  1093. set { prdcrNo = value; }
  1094. }
  1095. /// <summary>
  1096. /// 本工序监制点
  1097. /// </summary>
  1098. [Description("本工序监制点")]
  1099. [Nullable(true)]
  1100. [DataLength(200)]
  1101. public string MonitorPoint
  1102. {
  1103. get { return monitorPoint; }
  1104. set { monitorPoint = value; }
  1105. }
  1106. /// <summary>
  1107. /// 成分标准索引号集合(内控)
  1108. /// </summary>
  1109. [Description("成分索引码")]
  1110. [Nullable(true)]
  1111. [DataLength(400)]
  1112. public string Cic
  1113. {
  1114. get { return cic; }
  1115. set { cic = value; }
  1116. }
  1117. /// <summary>
  1118. /// 材质标准索引号集合(内控)
  1119. /// </summary>
  1120. [Description("理化索引码")]
  1121. [Nullable(true)]
  1122. [DataLength(400)]
  1123. public string Pic
  1124. {
  1125. get { return pic; }
  1126. set { pic = value; }
  1127. }
  1128. /// <summary>
  1129. /// 公差标准索引号集合(内控)
  1130. /// </summary>
  1131. [Description("公差索引码")]
  1132. [Nullable(true)]
  1133. [DataLength(400)]
  1134. public string Sic
  1135. {
  1136. get { return sic; }
  1137. set { sic = value; }
  1138. }
  1139. /// <summary>
  1140. /// 探伤索引号集合(内控)
  1141. /// </summary>
  1142. [Description("探伤索引码")]
  1143. [Nullable(true)]
  1144. [DataLength(400)]
  1145. public string Dic
  1146. {
  1147. get { return dic; }
  1148. set { dic = value; }
  1149. }
  1150. /// <summary>
  1151. /// 水压索引码集合(内控)
  1152. /// </summary>
  1153. [Description("水压索引码")]
  1154. [Nullable(true)]
  1155. [DataLength(400)]
  1156. public string Wic
  1157. {
  1158. get { return wic; }
  1159. set { wic = value; }
  1160. }
  1161. /// <summary>
  1162. /// 加工标准索引号集合(内控)
  1163. /// </summary>
  1164. [Description("加工索引码")]
  1165. [Nullable(true)]
  1166. [DataLength(400)]
  1167. public string Gic
  1168. {
  1169. get { return gic; }
  1170. set { gic = value; }
  1171. }
  1172. /// <summary>
  1173. /// 工艺文件号
  1174. /// </summary>
  1175. [Description("工艺文件号")]
  1176. [Nullable(true)]
  1177. [DataLength(400)]
  1178. public string CraftFileNo
  1179. {
  1180. get { return craftFileNo; }
  1181. set { craftFileNo = value; }
  1182. }
  1183. /// <summary>
  1184. /// 工艺文件责任人
  1185. /// </summary>
  1186. [Description("工艺文件责任人")]
  1187. [Nullable(true)]
  1188. [DataLength(20)]
  1189. public string CraftFileMan
  1190. {
  1191. get { return craftFileMan; }
  1192. set { craftFileMan = value; }
  1193. }
  1194. /// <summary>
  1195. /// 工艺序号
  1196. /// </summary>
  1197. [Description("工艺序号")]
  1198. [Nullable(true)]
  1199. [DataLength(5)]
  1200. public decimal? CraftSeq
  1201. {
  1202. get { return craftSeq; }
  1203. set { craftSeq = value; }
  1204. }
  1205. /// <summary>
  1206. /// 本工序点路径
  1207. /// </summary>
  1208. [Description("本工序点路径")]
  1209. [Nullable(true)]
  1210. [DataLength(200)]
  1211. public string StationRoad
  1212. {
  1213. get { return stationRoad; }
  1214. set { stationRoad = value; }
  1215. }
  1216. /// <summary>
  1217. /// 是否确认
  1218. /// </summary>
  1219. [Description("是否确认")]
  1220. [Nullable(true)]
  1221. [DataLength(1)]
  1222. public string IsPlanOk
  1223. {
  1224. get { return isPlanOk; }
  1225. set { isPlanOk = value; }
  1226. }
  1227. /// <summary>
  1228. /// 加工线生产批次
  1229. /// </summary>
  1230. [Description("生产批次")]
  1231. [Nullable(true)]
  1232. [DataLength(20)]
  1233. public string ZyBatchId
  1234. {
  1235. get { return zyBatchId; }
  1236. set { zyBatchId = value; }
  1237. }
  1238. /// <summary>
  1239. /// 生产年月
  1240. /// </summary>
  1241. [Description("生产年月")]
  1242. [Nullable(true)]
  1243. [DataLength(20)]
  1244. public string ProMonth
  1245. {
  1246. get { return proMonth; }
  1247. set { proMonth = value; }
  1248. }
  1249. /// <summary>
  1250. /// 前工序名
  1251. /// </summary>
  1252. [Description("前工序名")]
  1253. [Nullable(true)]
  1254. [DataLength(40)]
  1255. public string PreviousGx
  1256. {
  1257. get { return previousGx; }
  1258. set { previousGx = value; }
  1259. }
  1260. /// <summary>
  1261. /// 前工序订单号
  1262. /// </summary>
  1263. [Description("前工序订单号")]
  1264. [Nullable(true)]
  1265. [DataLength(20)]
  1266. public string PrevGxplanId
  1267. {
  1268. get { return prevGxplanId; }
  1269. set { prevGxplanId = value; }
  1270. }
  1271. /// <summary>
  1272. /// 国内外
  1273. /// </summary>
  1274. [Description("国内外")]
  1275. [Nullable(true)]
  1276. [DataLength(20)]
  1277. public string IfExport
  1278. {
  1279. get { return ifExport; }
  1280. set { ifExport = value; }
  1281. }
  1282. /// <summary>
  1283. /// 合同用户(最终用户/客户名)
  1284. /// </summary>
  1285. [Description("合同用户")]
  1286. [Nullable(true)]
  1287. [DataLength(100)]
  1288. public string FinalUserDesc
  1289. {
  1290. get { return finalUserDesc; }
  1291. set { finalUserDesc = value; }
  1292. }
  1293. /// <summary>
  1294. /// 轧制方式(轧管二级工序名)
  1295. /// </summary>
  1296. [Description("轧制方式")]
  1297. [Nullable(true)]
  1298. [DataLength(50)]
  1299. public string ProcessDescCZg
  1300. {
  1301. get { return processDescCZg; }
  1302. set { processDescCZg = value; }
  1303. }
  1304. /// <summary>
  1305. /// 默认轧管机组(名)
  1306. /// </summary>
  1307. [Description("默认轧管机组")]
  1308. [Nullable(true)]
  1309. [DataLength(100)]
  1310. public string GroupRollName
  1311. {
  1312. get { return groupRollName; }
  1313. set { groupRollName = value; }
  1314. }
  1315. /// <summary>
  1316. /// 轧管开始时间
  1317. /// </summary>
  1318. [Description("轧管开始时间")]
  1319. [Nullable(true)]
  1320. public string BeginTimeZg
  1321. {
  1322. get { return beginTimeZg; }
  1323. set { beginTimeZg = value; }
  1324. }
  1325. /// <summary>
  1326. /// 监制提前通知天(取本工序最大)
  1327. /// </summary>
  1328. [Description("监制提前通知天")]
  1329. [Nullable(true)]
  1330. [DataLength(5)]
  1331. public decimal? PrdcrAdvcDay
  1332. {
  1333. get { return prdcrAdvcDay; }
  1334. set { prdcrAdvcDay = value; }
  1335. }
  1336. /// <summary>
  1337. /// 制程描述
  1338. /// </summary>
  1339. [Description("制程描述")]
  1340. [Nullable(true)]
  1341. [DataLength(500)]
  1342. public string WholeBacklogDesc
  1343. {
  1344. get { return wholeBacklogDesc; }
  1345. set { wholeBacklogDesc = value; }
  1346. }
  1347. /// <summary>
  1348. /// 合同紧急度
  1349. /// </summary>
  1350. [Description("合同紧急度")]
  1351. [Nullable(true)]
  1352. [DataLength(20)]
  1353. public string Priority
  1354. {
  1355. get { return priority; }
  1356. set { priority = value; }
  1357. }
  1358. /// <summary>
  1359. /// 紧急度备注
  1360. /// </summary>
  1361. [Description("紧急度备注")]
  1362. [Nullable(true)]
  1363. [DataLength(200)]
  1364. public string PriorityMemo
  1365. {
  1366. get { return priorityMemo; }
  1367. set { priorityMemo = value; }
  1368. }
  1369. /// <summary>
  1370. /// 交货期
  1371. /// </summary>
  1372. [Description("交货期")]
  1373. [Nullable(true)]
  1374. public string DelvryEdate
  1375. {
  1376. get { return delvryEdate; }
  1377. set { delvryEdate = value; }
  1378. }
  1379. /// <summary>
  1380. /// 到站(名称)
  1381. /// </summary>
  1382. [Description("到站(名称)")]
  1383. [Nullable(true)]
  1384. [DataLength(100)]
  1385. public string StationNm
  1386. {
  1387. get { return stationNm; }
  1388. set { stationNm = value; }
  1389. }
  1390. /// <summary>
  1391. /// 250厂下线地点
  1392. /// </summary>
  1393. [Description("250厂下线地点")]
  1394. [Nullable(true)]
  1395. [DataLength(100)]
  1396. public string OutlineSite250
  1397. {
  1398. get { return outlineSite250; }
  1399. set { outlineSite250 = value; }
  1400. }
  1401. /// <summary>
  1402. /// 创建时间
  1403. /// </summary>
  1404. [Description("创建时间")]
  1405. [Nullable(true)]
  1406. public string CreateTime
  1407. {
  1408. get { return createTime; }
  1409. set { createTime = value; }
  1410. }
  1411. /// <summary>
  1412. /// 备注
  1413. /// </summary>
  1414. [Description("备注")]
  1415. [Nullable(true)]
  1416. [DataLength(200)]
  1417. public string Memo
  1418. {
  1419. get { return memo; }
  1420. set { memo = value; }
  1421. }
  1422. /// <summary>
  1423. /// 确认时间
  1424. /// </summary>
  1425. [Description("确认时间")]
  1426. [Nullable(true)]
  1427. public string IssuedTime
  1428. {
  1429. get { return issuedTime; }
  1430. set { issuedTime = value; }
  1431. }
  1432. /// <summary>
  1433. /// 确认人
  1434. /// </summary>
  1435. [Description("确认人")]
  1436. [Nullable(true)]
  1437. [DataLength(20)]
  1438. public string IssuedMan
  1439. {
  1440. get { return issuedMan; }
  1441. set { issuedMan = value; }
  1442. }
  1443. /// <summary>
  1444. /// 最近取消确认时间
  1445. /// </summary>
  1446. [Description("取消确认时间")]
  1447. [Nullable(true)]
  1448. public string LastUndownTime
  1449. {
  1450. get { return lastUndownTime; }
  1451. set { lastUndownTime = value; }
  1452. }
  1453. /// <summary>
  1454. /// 最近取消确认人
  1455. /// </summary>
  1456. [Description("取消确认人")]
  1457. [Nullable(true)]
  1458. [DataLength(20)]
  1459. public string LastUndownMan
  1460. {
  1461. get { return lastUndownMan; }
  1462. set { lastUndownMan = value; }
  1463. }
  1464. /// <summary>
  1465. /// 合同下发版次(年月日+3位流水)
  1466. /// </summary>
  1467. [Description("合同下发版次")]
  1468. [Nullable(true)]
  1469. [DataLength(20)]
  1470. public string VersionNo
  1471. {
  1472. get { return versionNo; }
  1473. set { versionNo = value; }
  1474. }
  1475. /// <summary>
  1476. /// 加工成本
  1477. /// </summary>
  1478. [Description("加工成本")]
  1479. [Nullable(true)]
  1480. [DataLength(10)]
  1481. public decimal? ProcessingCost
  1482. {
  1483. get { return processingCost; }
  1484. set { processingCost = value; }
  1485. }
  1486. /// <summary>
  1487. /// 完全成本
  1488. /// </summary>
  1489. [Description("完全成本")]
  1490. [Nullable(true)]
  1491. [DataLength(10)]
  1492. public decimal? TotalCost
  1493. {
  1494. get { return totalCost; }
  1495. set { totalCost = value; }
  1496. }
  1497. /// <summary>
  1498. /// 炉计划是否下发
  1499. /// </summary>
  1500. [Description("是否下发")]
  1501. [Nullable(true)]
  1502. [DataLength(1)]
  1503. public string IfStoveIssued
  1504. {
  1505. get { return ifStoveIssued; }
  1506. set { ifStoveIssued = value; }
  1507. }
  1508. /// <summary>
  1509. /// 炉计划下发时间
  1510. /// </summary>
  1511. [Description("下发时间")]
  1512. [Nullable(true)]
  1513. public string StoveIssuedTime
  1514. {
  1515. get { return stoveIssuedTime; }
  1516. set { stoveIssuedTime = value; }
  1517. }
  1518. /// <summary>
  1519. /// 炉计划下发人
  1520. /// </summary>
  1521. [Description("下发人")]
  1522. [Nullable(true)]
  1523. [DataLength(20)]
  1524. public string StoveIssuedMan
  1525. {
  1526. get { return stoveIssuedMan; }
  1527. set { stoveIssuedMan = value; }
  1528. }
  1529. /// <summary>
  1530. /// 是否上料行
  1531. /// </summary>
  1532. [Description("是否上料行")]
  1533. [Nullable(true)]
  1534. [DataLength(1)]
  1535. public string IsOnloadLine
  1536. {
  1537. get { return isOnloadLine; }
  1538. set { isOnloadLine = value; }
  1539. }
  1540. /// <summary>
  1541. /// 二级工序代码
  1542. /// </summary>
  1543. [Description("二级工序代码")]
  1544. [Nullable(true)]
  1545. [DataLength(8)]
  1546. public string ProcessCodeC
  1547. {
  1548. get { return processCodeC; }
  1549. set { processCodeC = value; }
  1550. }
  1551. /// <summary>
  1552. /// 二级工序名称
  1553. /// </summary>
  1554. [Description("二级工序名称")]
  1555. [Nullable(true)]
  1556. [DataLength(50)]
  1557. public string ProcessDescC
  1558. {
  1559. get { return processDescC; }
  1560. set { processDescC = value; }
  1561. }
  1562. /// <summary>
  1563. /// 主冶金规范码
  1564. /// </summary>
  1565. [Description("冶金规范码")]
  1566. [Nullable(true)]
  1567. [DataLength(20)]
  1568. public string Msc
  1569. {
  1570. get { return msc; }
  1571. set { msc = value; }
  1572. }
  1573. /// <summary>
  1574. /// 主制程索引号
  1575. /// </summary>
  1576. [Description("制程索引号")]
  1577. [Nullable(true)]
  1578. [DataLength(32)]
  1579. public string IndexSeq
  1580. {
  1581. get { return indexSeq; }
  1582. set { indexSeq = value; }
  1583. }
  1584. /// <summary>
  1585. /// 主BOM
  1586. /// </summary>
  1587. [Description("BOM")]
  1588. [Nullable(true)]
  1589. [DataLength(40)]
  1590. public string Bom
  1591. {
  1592. get { return bom; }
  1593. set { bom = value; }
  1594. }
  1595. /// <summary>
  1596. /// 是否工艺变更锁定
  1597. /// </summary>
  1598. [Description("是否工艺变更锁定")]
  1599. [Nullable(true)]
  1600. [DataLength(1)]
  1601. public string IfCraftLocked
  1602. {
  1603. get { return ifCraftLocked; }
  1604. set { ifCraftLocked = value; }
  1605. }
  1606. /// <summary>
  1607. /// 有效标志(1:有效,0:无效)
  1608. /// </summary>
  1609. [Description("有效标志")]
  1610. [Nullable(false)]
  1611. [DataLength(1)]
  1612. public string Validflag
  1613. {
  1614. get { return validflag; }
  1615. set { validflag = value; }
  1616. }
  1617. /// <summary>
  1618. /// 判定字头
  1619. /// </summary>
  1620. [Description("判定字头")]
  1621. [Nullable(true)]
  1622. [DataLength(20)]
  1623. public string Decision
  1624. {
  1625. get { return decision; }
  1626. set { decision = value; }
  1627. }
  1628. /// <summary>
  1629. /// 补量需坯支
  1630. /// </summary>
  1631. private decimal? amountNum = null;
  1632. [Description("补量支")]
  1633. [Nullable(true)]
  1634. [DataLength(20)]
  1635. public decimal? AmountNum
  1636. {
  1637. get { return amountNum; }
  1638. set { amountNum = value; }
  1639. }
  1640. /// <summary>
  1641. /// 补量需坯吨
  1642. /// </summary>
  1643. private decimal? amountWet = null;
  1644. [Description("补量吨")]
  1645. [Nullable(true)]
  1646. [DataLength(20)]
  1647. public decimal? AmountWet
  1648. {
  1649. get { return amountWet; }
  1650. set { amountWet = value; }
  1651. }
  1652. }
  1653. }