PlnOrderDbkEntity.cs 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022
  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. /// 数据库表PLN_ORDER_DBK所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:USER-20150714WV 时间:2016-04-13
  12. /// </summary>
  13. public class PlnOrderDbkEntity
  14. {
  15. /// <summary>
  16. /// 镦拔扩合同编号
  17. /// </summary>
  18. private string proOrderNo = "";
  19. /// <summary>
  20. /// 排产联动组号
  21. /// </summary>
  22. private string planGroupId = "";
  23. /// <summary>
  24. /// 合同来源(销售合同、备料需求、补量需求)
  25. /// </summary>
  26. private string orderSource = "";
  27. /// <summary>
  28. /// 交货编码PK
  29. /// </summary>
  30. private string ordLnDlyPk = "";
  31. /// <summary>
  32. /// 排产流水号
  33. /// </summary>
  34. private string plnDivideId = "";
  35. /// <summary>
  36. /// 合同号
  37. /// </summary>
  38. private string orderNo = "";
  39. /// <summary>
  40. /// 合同行号
  41. /// </summary>
  42. private string orderSeq = "";
  43. /// <summary>
  44. /// 交货编码
  45. /// </summary>
  46. private string deliveryNo = "";
  47. /// <summary>
  48. /// 备料需求号
  49. /// </summary>
  50. private string reqBlId = "";
  51. /// <summary>
  52. /// 制程索引号
  53. /// </summary>
  54. private string indexSeq = "";
  55. /// <summary>
  56. /// BOM
  57. /// </summary>
  58. private string bom = "";
  59. /// <summary>
  60. /// 全程工序顺序号(COM_MSC_PROCESS)
  61. /// </summary>
  62. private decimal? backlogSeq = null;
  63. /// <summary>
  64. /// 钢级(牌号)代码
  65. /// </summary>
  66. private string steelcode = "";
  67. /// <summary>
  68. /// 钢级(牌号)名称
  69. /// </summary>
  70. private string steelname = "";
  71. /// <summary>
  72. /// 产出物料编码
  73. /// </summary>
  74. private string outwlId = "";
  75. /// <summary>
  76. /// 外径
  77. /// </summary>
  78. private decimal? outdiameter = null;
  79. /// <summary>
  80. /// 壁厚
  81. /// </summary>
  82. private decimal? wallthick = null;
  83. /// <summary>
  84. /// 目标壁厚
  85. /// </summary>
  86. private decimal? aimwallthick = null;
  87. /// <summary>
  88. /// 最大长度
  89. /// </summary>
  90. private decimal? lengthmax = null;
  91. /// <summary>
  92. /// 最小长度
  93. /// </summary>
  94. private decimal? lengthmin = null;
  95. /// <summary>
  96. /// 目标长度
  97. /// </summary>
  98. private decimal? aimlength = null;
  99. /// <summary>
  100. /// 投入物料编码
  101. /// </summary>
  102. private string inwlId = "";
  103. /// <summary>
  104. /// 原料外径
  105. /// </summary>
  106. private decimal? outdiameterIn = null;
  107. /// <summary>
  108. /// 原料壁厚
  109. /// </summary>
  110. private decimal? wallthickIn = null;
  111. /// <summary>
  112. /// 原料最大长度
  113. /// </summary>
  114. private decimal? lengthmaxIn = null;
  115. /// <summary>
  116. /// 原料最小长度
  117. /// </summary>
  118. private decimal? lengthminIn = null;
  119. /// <summary>
  120. /// 成材率
  121. /// </summary>
  122. private decimal? getrate = null;
  123. /// <summary>
  124. /// 变径类型
  125. /// </summary>
  126. private string bjType = "";
  127. /// <summary>
  128. /// 可选产线编码
  129. /// </summary>
  130. private string plineCodeMay = "";
  131. /// <summary>
  132. /// 可选产线描述
  133. /// </summary>
  134. private string plineNameMay = "";
  135. /// <summary>
  136. /// 合同重量
  137. /// </summary>
  138. private decimal? orderweight = null;
  139. /// <summary>
  140. /// 合同支数
  141. /// </summary>
  142. private decimal? ordernum = null;
  143. /// <summary>
  144. /// 利库量
  145. /// </summary>
  146. private decimal? matchWt = null;
  147. /// <summary>
  148. /// 利库支数
  149. /// </summary>
  150. private decimal? matchNum = null;
  151. /// <summary>
  152. /// 有无外购计划
  153. /// </summary>
  154. private bool ifbuyplan ;
  155. /// <summary>
  156. /// 外购计划号
  157. /// </summary>
  158. private string buyplanid = "";
  159. /// <summary>
  160. /// 外购计划量
  161. /// </summary>
  162. private decimal? buyplanWt = null;
  163. /// <summary>
  164. /// 待生产量(订单量-利库-外购)
  165. /// </summary>
  166. private decimal? reqProdWt = null;
  167. /// <summary>
  168. /// 待生产支数
  169. /// </summary>
  170. private decimal? reqProdNum = null;
  171. /// <summary>
  172. /// 最晚完成日期
  173. /// </summary>
  174. private string prodEndDate = "";
  175. /// <summary>
  176. /// 工序合同状态(1计划,2排产,3生产中,4生产完成,5合同关闭,6合同取消,9封闭)
  177. /// </summary>
  178. private string orderstatus = "";
  179. /// <summary>
  180. /// 是否已排工序订单
  181. /// </summary>
  182. private bool isPlaned ;
  183. /// <summary>
  184. /// 镦拔扩订单编号
  185. /// </summary>
  186. private string proPlanId = "";
  187. /// <summary>
  188. /// 生产完成重量
  189. /// </summary>
  190. private decimal? finishweight = null;
  191. /// <summary>
  192. /// 是否末端工序
  193. /// </summary>
  194. private bool isendgx ;
  195. /// <summary>
  196. /// 下一工序
  197. /// </summary>
  198. private string nextGx = "";
  199. /// <summary>
  200. /// 是否工序补量合同(末工序不能为1)
  201. /// </summary>
  202. private bool isExtraOrd ;
  203. /// <summary>
  204. /// 是否镦拔扩工序监制
  205. /// </summary>
  206. private bool ifMonitorBj ;
  207. /// <summary>
  208. /// 监制编号
  209. /// </summary>
  210. private string prdcrNo = "";
  211. /// <summary>
  212. /// 工艺文件号
  213. /// </summary>
  214. private string craftFileNo = "";
  215. /// <summary>
  216. /// 工艺文件责任人
  217. /// </summary>
  218. private string craftFileMan = "";
  219. /// <summary>
  220. /// 创建人
  221. /// </summary>
  222. private string createName = "";
  223. /// <summary>
  224. /// 创建时间
  225. /// </summary>
  226. private string createTime = "";
  227. /// <summary>
  228. /// 修改人
  229. /// </summary>
  230. private string updateName = "";
  231. /// <summary>
  232. /// 修改时间
  233. /// </summary>
  234. private string updateTime = "";
  235. /// <summary>
  236. /// 工艺序号
  237. /// </summary>
  238. private decimal? craftSeq = null;
  239. /// <summary>
  240. /// 产线编码
  241. /// </summary>
  242. private string plineCode = "";
  243. /// <summary>
  244. /// 产线描述
  245. /// </summary>
  246. private string plineName = "";
  247. /// <summary>
  248. /// 二级工序代码
  249. /// </summary>
  250. private string processCodeC = "";
  251. /// <summary>
  252. /// 二级工序名称
  253. /// </summary>
  254. private string processDescC = "";
  255. /// <summary>
  256. /// 本工序点路径
  257. /// </summary>
  258. private string stationRoad = "";
  259. /// <summary>
  260. /// 前一工序名
  261. /// </summary>
  262. private string previousGx = "";
  263. /// <summary>
  264. /// 前一工序
  265. /// </summary>
  266. private string previousGxCode = "";
  267. /// <summary>
  268. /// 镦拔扩合同编号
  269. /// </summary>
  270. [Description("镦拔扩合同编号")]
  271. [Nullable(false)]
  272. [DataLength(20)]
  273. public string ProOrderNo
  274. {
  275. get { return proOrderNo; }
  276. set { proOrderNo = value; }
  277. }
  278. /// <summary>
  279. /// 排产联动组号
  280. /// </summary>
  281. [Description("排产联动组号")]
  282. [Nullable(true)]
  283. [DataLength(40)]
  284. public string PlanGroupId
  285. {
  286. get { return planGroupId; }
  287. set { planGroupId = value; }
  288. }
  289. /// <summary>
  290. /// 合同来源(销售合同、备料需求、补量需求)
  291. /// </summary>
  292. [Description("合同来源")]
  293. [Nullable(true)]
  294. [DataLength(20)]
  295. public string OrderSource
  296. {
  297. get { return orderSource; }
  298. set { orderSource = value; }
  299. }
  300. /// <summary>
  301. /// 交货编码PK
  302. /// </summary>
  303. [Description("交货编码PK")]
  304. [Nullable(false)]
  305. [DataLength(40)]
  306. public string OrdLnDlyPk
  307. {
  308. get { return ordLnDlyPk; }
  309. set { ordLnDlyPk = value; }
  310. }
  311. /// <summary>
  312. /// 排产流水号
  313. /// </summary>
  314. [Description("排产流水号")]
  315. [Nullable(false)]
  316. [DataLength(10)]
  317. public string PlnDivideId
  318. {
  319. get { return plnDivideId; }
  320. set { plnDivideId = value; }
  321. }
  322. /// <summary>
  323. /// 合同号
  324. /// </summary>
  325. [Description("合同号")]
  326. [Nullable(true)]
  327. [DataLength(20)]
  328. public string OrderNo
  329. {
  330. get { return orderNo; }
  331. set { orderNo = value; }
  332. }
  333. /// <summary>
  334. /// 合同行号
  335. /// </summary>
  336. [Description("合同行号")]
  337. [Nullable(true)]
  338. [DataLength(3)]
  339. public string OrderSeq
  340. {
  341. get { return orderSeq; }
  342. set { orderSeq = value; }
  343. }
  344. /// <summary>
  345. /// 交货编码
  346. /// </summary>
  347. [Description("交货行号")]
  348. [Nullable(true)]
  349. [DataLength(3)]
  350. public string DeliveryNo
  351. {
  352. get { return deliveryNo; }
  353. set { deliveryNo = value; }
  354. }
  355. /// <summary>
  356. /// 备料需求号
  357. /// </summary>
  358. [Description("备料需求号")]
  359. [Nullable(true)]
  360. [DataLength(20)]
  361. public string ReqBlId
  362. {
  363. get { return reqBlId; }
  364. set { reqBlId = value; }
  365. }
  366. /// <summary>
  367. /// 制程索引号
  368. /// </summary>
  369. [Description("制程索引号")]
  370. [Nullable(true)]
  371. [DataLength(32)]
  372. public string IndexSeq
  373. {
  374. get { return indexSeq; }
  375. set { indexSeq = value; }
  376. }
  377. /// <summary>
  378. /// BOM
  379. /// </summary>
  380. [Description("BOM")]
  381. [Nullable(true)]
  382. [DataLength(40)]
  383. public string Bom
  384. {
  385. get { return bom; }
  386. set { bom = value; }
  387. }
  388. /// <summary>
  389. /// 全程工序顺序号(COM_MSC_PROCESS)
  390. /// </summary>
  391. [Description("全程工序顺序号")]
  392. [Nullable(true)]
  393. [DataLength(22)]
  394. public decimal? BacklogSeq
  395. {
  396. get { return backlogSeq; }
  397. set { backlogSeq = value; }
  398. }
  399. /// <summary>
  400. /// 钢级(牌号)代码
  401. /// </summary>
  402. [Description("钢级(牌号)代码")]
  403. [Nullable(true)]
  404. [DataLength(10)]
  405. public string Steelcode
  406. {
  407. get { return steelcode; }
  408. set { steelcode = value; }
  409. }
  410. /// <summary>
  411. /// 钢级(牌号)名称
  412. /// </summary>
  413. [Description("钢级(牌号)名称")]
  414. [Nullable(true)]
  415. [DataLength(100)]
  416. public string Steelname
  417. {
  418. get { return steelname; }
  419. set { steelname = value; }
  420. }
  421. /// <summary>
  422. /// 产出物料编码
  423. /// </summary>
  424. [Description("产出物料编码")]
  425. [Nullable(true)]
  426. [DataLength(40)]
  427. public string OutwlId
  428. {
  429. get { return outwlId; }
  430. set { outwlId = value; }
  431. }
  432. /// <summary>
  433. /// 外径
  434. /// </summary>
  435. [Description("外径")]
  436. [Nullable(true)]
  437. [DataLength(10)]
  438. public decimal? Outdiameter
  439. {
  440. get { return outdiameter; }
  441. set { outdiameter = value; }
  442. }
  443. /// <summary>
  444. /// 壁厚
  445. /// </summary>
  446. [Description("壁厚")]
  447. [Nullable(true)]
  448. [DataLength(10)]
  449. public decimal? Wallthick
  450. {
  451. get { return wallthick; }
  452. set { wallthick = value; }
  453. }
  454. /// <summary>
  455. /// 目标壁厚
  456. /// </summary>
  457. [Description("目标壁厚")]
  458. [Nullable(true)]
  459. [DataLength(10)]
  460. public decimal? Aimwallthick
  461. {
  462. get { return aimwallthick; }
  463. set { aimwallthick = value; }
  464. }
  465. /// <summary>
  466. /// 最大长度
  467. /// </summary>
  468. [Description("最大长度")]
  469. [Nullable(true)]
  470. [DataLength(10)]
  471. public decimal? Lengthmax
  472. {
  473. get { return lengthmax; }
  474. set { lengthmax = value; }
  475. }
  476. /// <summary>
  477. /// 最小长度
  478. /// </summary>
  479. [Description("最小长度")]
  480. [Nullable(true)]
  481. [DataLength(10)]
  482. public decimal? Lengthmin
  483. {
  484. get { return lengthmin; }
  485. set { lengthmin = value; }
  486. }
  487. /// <summary>
  488. /// 目标长度
  489. /// </summary>
  490. [Description("目标长度")]
  491. [Nullable(true)]
  492. [DataLength(10)]
  493. public decimal? Aimlength
  494. {
  495. get { return aimlength; }
  496. set { aimlength = value; }
  497. }
  498. /// <summary>
  499. /// 投入物料编码
  500. /// </summary>
  501. [Description("投入物料编码")]
  502. [Nullable(true)]
  503. [DataLength(40)]
  504. public string InwlId
  505. {
  506. get { return inwlId; }
  507. set { inwlId = value; }
  508. }
  509. /// <summary>
  510. /// 原料外径
  511. /// </summary>
  512. [Description("原料外径")]
  513. [Nullable(true)]
  514. [DataLength(10)]
  515. public decimal? OutdiameterIn
  516. {
  517. get { return outdiameterIn; }
  518. set { outdiameterIn = value; }
  519. }
  520. /// <summary>
  521. /// 原料壁厚
  522. /// </summary>
  523. [Description("原料壁厚")]
  524. [Nullable(true)]
  525. [DataLength(10)]
  526. public decimal? WallthickIn
  527. {
  528. get { return wallthickIn; }
  529. set { wallthickIn = value; }
  530. }
  531. /// <summary>
  532. /// 原料最大长度
  533. /// </summary>
  534. [Description("原料最大长度")]
  535. [Nullable(true)]
  536. [DataLength(10)]
  537. public decimal? LengthmaxIn
  538. {
  539. get { return lengthmaxIn; }
  540. set { lengthmaxIn = value; }
  541. }
  542. /// <summary>
  543. /// 原料最小长度
  544. /// </summary>
  545. [Description("原料最小长度")]
  546. [Nullable(true)]
  547. [DataLength(10)]
  548. public decimal? LengthminIn
  549. {
  550. get { return lengthminIn; }
  551. set { lengthminIn = value; }
  552. }
  553. /// <summary>
  554. /// 成材率
  555. /// </summary>
  556. [Description("成材率")]
  557. [Nullable(true)]
  558. [DataLength(10)]
  559. public decimal? Getrate
  560. {
  561. get { return getrate; }
  562. set { getrate = value; }
  563. }
  564. /// <summary>
  565. /// 变径类型
  566. /// </summary>
  567. [Description("变径类型")]
  568. [Nullable(true)]
  569. [DataLength(20)]
  570. public string BjType
  571. {
  572. get { return bjType; }
  573. set { bjType = value; }
  574. }
  575. /// <summary>
  576. /// 可选产线编码
  577. /// </summary>
  578. [Description("可选产线编码")]
  579. [Nullable(true)]
  580. [DataLength(100)]
  581. public string PlineCodeMay
  582. {
  583. get { return plineCodeMay; }
  584. set { plineCodeMay = value; }
  585. }
  586. /// <summary>
  587. /// 可选产线描述
  588. /// </summary>
  589. [Description("可选产线描述")]
  590. [Nullable(true)]
  591. [DataLength(400)]
  592. public string PlineNameMay
  593. {
  594. get { return plineNameMay; }
  595. set { plineNameMay = value; }
  596. }
  597. /// <summary>
  598. /// 合同重量
  599. /// </summary>
  600. [Description("合同重量")]
  601. [Nullable(true)]
  602. [DataLength(10)]
  603. public decimal? Orderweight
  604. {
  605. get { return orderweight; }
  606. set { orderweight = value; }
  607. }
  608. /// <summary>
  609. /// 合同支数
  610. /// </summary>
  611. [Description("合同支数")]
  612. [Nullable(true)]
  613. [DataLength(10)]
  614. public decimal? Ordernum
  615. {
  616. get { return ordernum; }
  617. set { ordernum = value; }
  618. }
  619. /// <summary>
  620. /// 利库量
  621. /// </summary>
  622. [Description("利库量")]
  623. [Nullable(true)]
  624. [DataLength(10)]
  625. public decimal? MatchWt
  626. {
  627. get { return matchWt; }
  628. set { matchWt = value; }
  629. }
  630. /// <summary>
  631. /// 利库支数
  632. /// </summary>
  633. [Description("利库支数")]
  634. [Nullable(true)]
  635. [DataLength(10)]
  636. public decimal? MatchNum
  637. {
  638. get { return matchNum; }
  639. set { matchNum = value; }
  640. }
  641. /// <summary>
  642. /// 有无外购计划
  643. /// </summary>
  644. [Description("有无外购计划")]
  645. [Nullable(true)]
  646. [DataLength(1)]
  647. public bool Ifbuyplan
  648. {
  649. get { return ifbuyplan; }
  650. set { ifbuyplan = value; }
  651. }
  652. /// <summary>
  653. /// 外购计划号
  654. /// </summary>
  655. [Description("外购计划号")]
  656. [Nullable(true)]
  657. [DataLength(20)]
  658. public string Buyplanid
  659. {
  660. get { return buyplanid; }
  661. set { buyplanid = value; }
  662. }
  663. /// <summary>
  664. /// 外购计划量
  665. /// </summary>
  666. [Description("外购计划量")]
  667. [Nullable(true)]
  668. [DataLength(10)]
  669. public decimal? BuyplanWt
  670. {
  671. get { return buyplanWt; }
  672. set { buyplanWt = value; }
  673. }
  674. /// <summary>
  675. /// 待生产量(订单量-利库-外购)
  676. /// </summary>
  677. [Description("待生产量")]
  678. [Nullable(true)]
  679. [DataLength(10)]
  680. public decimal? ReqProdWt
  681. {
  682. get { return reqProdWt; }
  683. set { reqProdWt = value; }
  684. }
  685. /// <summary>
  686. /// 待生产支数
  687. /// </summary>
  688. [Description("待生产支数")]
  689. [Nullable(true)]
  690. [DataLength(10)]
  691. public decimal? ReqProdNum
  692. {
  693. get { return reqProdNum; }
  694. set { reqProdNum = value; }
  695. }
  696. /// <summary>
  697. /// 最晚完成日期
  698. /// </summary>
  699. [Description("最晚完成日期")]
  700. [Nullable(true)]
  701. public string ProdEndDate
  702. {
  703. get { return prodEndDate; }
  704. set { prodEndDate = value; }
  705. }
  706. /// <summary>
  707. /// 工序合同状态(1计划,2排产,3生产中,4生产完成,5合同关闭,6合同取消,9封闭)
  708. /// </summary>
  709. [Description("工序合同状态")]
  710. [Nullable(true)]
  711. [DataLength(20)]
  712. public string Orderstatus
  713. {
  714. get { return orderstatus; }
  715. set { orderstatus = value; }
  716. }
  717. /// <summary>
  718. /// 是否已排工序订单
  719. /// </summary>
  720. [Description("是否已排工序订单")]
  721. [Nullable(true)]
  722. [DataLength(10)]
  723. public bool IsPlaned
  724. {
  725. get { return isPlaned; }
  726. set { isPlaned = value; }
  727. }
  728. /// <summary>
  729. /// 镦拔扩订单编号
  730. /// </summary>
  731. [Description("镦拔扩订单编号")]
  732. [Nullable(true)]
  733. [DataLength(20)]
  734. public string ProPlanId
  735. {
  736. get { return proPlanId; }
  737. set { proPlanId = value; }
  738. }
  739. /// <summary>
  740. /// 生产完成重量
  741. /// </summary>
  742. [Description("生产完成重量")]
  743. [Nullable(true)]
  744. [DataLength(10)]
  745. public decimal? Finishweight
  746. {
  747. get { return finishweight; }
  748. set { finishweight = value; }
  749. }
  750. /// <summary>
  751. /// 是否末端工序
  752. /// </summary>
  753. [Description("是否末端工序")]
  754. [Nullable(true)]
  755. [DataLength(1)]
  756. public bool Isendgx
  757. {
  758. get { return isendgx; }
  759. set { isendgx = value; }
  760. }
  761. /// <summary>
  762. /// 下一工序
  763. /// </summary>
  764. [Description("下一工序")]
  765. [Nullable(true)]
  766. [DataLength(20)]
  767. public string NextGx
  768. {
  769. get { return nextGx; }
  770. set { nextGx = value; }
  771. }
  772. /// <summary>
  773. /// 是否工序补量合同(末工序不能为1)
  774. /// </summary>
  775. [Description("是否工序补量合同")]
  776. [Nullable(true)]
  777. [DataLength(1)]
  778. public bool IsExtraOrd
  779. {
  780. get { return isExtraOrd; }
  781. set { isExtraOrd = value; }
  782. }
  783. /// <summary>
  784. /// 是否镦拔扩工序监制
  785. /// </summary>
  786. [Description("是否镦拔扩工序监制")]
  787. [Nullable(true)]
  788. [DataLength(1)]
  789. public bool IfMonitorBj
  790. {
  791. get { return ifMonitorBj; }
  792. set { ifMonitorBj = value; }
  793. }
  794. /// <summary>
  795. /// 监制编号
  796. /// </summary>
  797. [Description("监制编号")]
  798. [Nullable(true)]
  799. [DataLength(40)]
  800. public string PrdcrNo
  801. {
  802. get { return prdcrNo; }
  803. set { prdcrNo = value; }
  804. }
  805. /// <summary>
  806. /// 工艺文件号
  807. /// </summary>
  808. [Description("工艺文件号")]
  809. [Nullable(true)]
  810. [DataLength(40)]
  811. public string CraftFileNo
  812. {
  813. get { return craftFileNo; }
  814. set { craftFileNo = value; }
  815. }
  816. /// <summary>
  817. /// 工艺文件责任人
  818. /// </summary>
  819. [Description("工艺文件责任人")]
  820. [Nullable(true)]
  821. [DataLength(20)]
  822. public string CraftFileMan
  823. {
  824. get { return craftFileMan; }
  825. set { craftFileMan = value; }
  826. }
  827. /// <summary>
  828. /// 创建人
  829. /// </summary>
  830. [Description("创建人")]
  831. [Nullable(true)]
  832. [DataLength(20)]
  833. public string CreateName
  834. {
  835. get { return createName; }
  836. set { createName = value; }
  837. }
  838. /// <summary>
  839. /// 创建时间
  840. /// </summary>
  841. [Description("创建时间")]
  842. [Nullable(true)]
  843. public string CreateTime
  844. {
  845. get { return createTime; }
  846. set { createTime = value; }
  847. }
  848. /// <summary>
  849. /// 修改人
  850. /// </summary>
  851. [Description("修改人")]
  852. [Nullable(true)]
  853. [DataLength(20)]
  854. public string UpdateName
  855. {
  856. get { return updateName; }
  857. set { updateName = value; }
  858. }
  859. /// <summary>
  860. /// 修改时间
  861. /// </summary>
  862. [Description("修改时间")]
  863. [Nullable(true)]
  864. public string UpdateTime
  865. {
  866. get { return updateTime; }
  867. set { updateTime = value; }
  868. }
  869. /// <summary>
  870. /// 工艺序号
  871. /// </summary>
  872. [Description("工艺序号")]
  873. [Nullable(true)]
  874. [DataLength(5)]
  875. public decimal? CraftSeq
  876. {
  877. get { return craftSeq; }
  878. set { craftSeq = value; }
  879. }
  880. /// <summary>
  881. /// 产线编码
  882. /// </summary>
  883. [Description("产线编码")]
  884. [Nullable(true)]
  885. [DataLength(20)]
  886. public string PlineCode
  887. {
  888. get { return plineCode; }
  889. set { plineCode = value; }
  890. }
  891. /// <summary>
  892. /// 产线描述
  893. /// </summary>
  894. [Description("产线描述")]
  895. [Nullable(true)]
  896. [DataLength(100)]
  897. public string PlineName
  898. {
  899. get { return plineName; }
  900. set { plineName = value; }
  901. }
  902. /// <summary>
  903. /// 二级工序代码
  904. /// </summary>
  905. [Description("二级工序代码")]
  906. [Nullable(true)]
  907. [DataLength(8)]
  908. public string ProcessCodeC
  909. {
  910. get { return processCodeC; }
  911. set { processCodeC = value; }
  912. }
  913. /// <summary>
  914. /// 二级工序名称
  915. /// </summary>
  916. [Description("二级工序名称")]
  917. [Nullable(true)]
  918. [DataLength(50)]
  919. public string ProcessDescC
  920. {
  921. get { return processDescC; }
  922. set { processDescC = value; }
  923. }
  924. /// <summary>
  925. /// 本工序点路径
  926. /// </summary>
  927. [Description("本工序点路径")]
  928. [Nullable(true)]
  929. [DataLength(200)]
  930. public string StationRoad
  931. {
  932. get { return stationRoad; }
  933. set { stationRoad = value; }
  934. }
  935. /// <summary>
  936. /// 前一工序名
  937. /// </summary>
  938. [Description("前一工序名")]
  939. [Nullable(true)]
  940. [DataLength(40)]
  941. public string PreviousGx
  942. {
  943. get { return previousGx; }
  944. set { previousGx = value; }
  945. }
  946. /// <summary>
  947. /// 前一工序
  948. /// </summary>
  949. [Description("前一工序")]
  950. [Nullable(true)]
  951. [DataLength(5)]
  952. public string PreviousGxCode
  953. {
  954. get { return previousGxCode; }
  955. set { previousGxCode = value; }
  956. }
  957. }
  958. }