PlnZyDzMEntity.cs 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447
  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.YdmStuffManage.Entity
  8. {
  9. /// <summary>
  10. /// 数据库表PLN_ZY_DZ_M所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:DM22222 时间:2017-11-07
  12. /// </summary>
  13. public class PlnZyDzMEntity
  14. {
  15. private List<PlnZyDzCEntity> plnZyDzCTity = null;
  16. public List<PlnZyDzCEntity> PlnZyDzCTity
  17. {
  18. get { return plnZyDzCTity; }
  19. set { plnZyDzCTity = value; }
  20. }
  21. /// <summary>
  22. /// 锻造炉计划ID
  23. /// </summary>
  24. private string heatPlanNo = "";
  25. /// <summary>
  26. /// 产线内炉计划顺序号
  27. /// </summary>
  28. private string gxProSeq = "";
  29. /// <summary>
  30. /// 生产批号
  31. /// </summary>
  32. private string zyBatchId = "";
  33. /// <summary>
  34. /// 冶炼炉号(电炉炉号)
  35. /// </summary>
  36. private string stoveNo = "";
  37. /// <summary>
  38. /// 判定炉号
  39. /// </summary>
  40. private string judgeStoveNo = "";
  41. /// <summary>
  42. /// 标示炉号(打印炉号)
  43. /// </summary>
  44. private string flagStoveNo = "";
  45. /// <summary>
  46. /// 上工序炉计划ID(若上工序是铸造:虚拟炉次号(ID)+虚拟炉次内顺序号)
  47. /// </summary>
  48. private string upperHeatplanId = "";
  49. /// <summary>
  50. /// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A)
  51. /// </summary>
  52. private string planstatus = "";
  53. /// <summary>
  54. /// 结炉状态( 00-准备,10-上料,20-加热炉,30-快锻,40退火炉,50锯切,60表检,70下线)
  55. /// </summary>
  56. private string nodeEstatus = "";
  57. /// <summary>
  58. /// 上工序代码(大工序)
  59. /// </summary>
  60. private string upperProcessCode = "";
  61. /// <summary>
  62. /// 下工序代码(大工序)
  63. /// </summary>
  64. private string nextProcessCode = "";
  65. /// <summary>
  66. /// 是否末工序(末工序时合同成品属性有效)
  67. /// </summary>
  68. private string isendgx = "";
  69. /// <summary>
  70. /// 是否利库
  71. /// </summary>
  72. private string ifMatchOdd = "";
  73. /// <summary>
  74. /// 是否已做正式炉计划
  75. /// </summary>
  76. private string ifDoHeatPlan = "";
  77. /// <summary>
  78. /// 锻造订单编号
  79. /// </summary>
  80. private string proPlanId = "";
  81. /// <summary>
  82. /// 锻造工序排产序号
  83. /// </summary>
  84. private string gxPlanNo = "";
  85. /// <summary>
  86. /// 铸造工序订单号
  87. /// </summary>
  88. private string ccmProPlanId = "";
  89. /// <summary>
  90. /// 铸造订单排产序号
  91. /// </summary>
  92. private string ccmGxPlanNo = "";
  93. /// <summary>
  94. /// 物流去向代码
  95. /// </summary>
  96. private string gowhereCode = "";
  97. /// <summary>
  98. /// 物流去向名称
  99. /// </summary>
  100. private string gowhereName = "";
  101. /// <summary>
  102. /// 产线编码
  103. /// </summary>
  104. private string plineCode = "";
  105. /// <summary>
  106. /// 产线描述
  107. /// </summary>
  108. private string plineName = "";
  109. /// <summary>
  110. /// 铸造类型(1连铸2模铸)
  111. /// </summary>
  112. private string castingtype = "";
  113. /// <summary>
  114. /// 钢种代码
  115. /// </summary>
  116. private string gradecode = "";
  117. /// <summary>
  118. /// 钢种名称
  119. /// </summary>
  120. private string gradename = "";
  121. /// <summary>
  122. /// 钢级(牌号)代码
  123. /// </summary>
  124. private string steelcode = "";
  125. /// <summary>
  126. /// 钢级(牌号)名称
  127. /// </summary>
  128. private string steelname = "";
  129. /// <summary>
  130. /// 投入物料编码
  131. /// </summary>
  132. private string wlidIn = "";
  133. /// <summary>
  134. /// 投入物料描述
  135. /// </summary>
  136. private string wldescIn = "";
  137. /// <summary>
  138. /// 锻坯产出物料编码
  139. /// </summary>
  140. private string outwlId = "";
  141. /// <summary>
  142. /// 锻坯产出物料描述
  143. /// </summary>
  144. private string outwlDesc = "";
  145. /// <summary>
  146. /// 生产标准
  147. /// </summary>
  148. private string prodStandard = "";
  149. /// <summary>
  150. /// 输出标准
  151. /// </summary>
  152. private string outputStandard = "";
  153. /// <summary>
  154. /// 原料直径
  155. /// </summary>
  156. private string diameterIn = "";
  157. /// <summary>
  158. /// 原料长度
  159. /// </summary>
  160. private decimal? lengthIn = null;
  161. /// <summary>
  162. /// 原料单重
  163. /// </summary>
  164. private decimal? wtOneIn = null;
  165. /// <summary>
  166. /// 原料单倍坯长(mm)
  167. /// </summary>
  168. private decimal? lenGpSingle = null;
  169. /// <summary>
  170. /// 原料单倍坯重
  171. /// </summary>
  172. private decimal? wtGpSingle = null;
  173. /// <summary>
  174. /// 原料单倍计划分配支(排产)
  175. /// </summary>
  176. private decimal? plnInsingleNum = null;
  177. /// <summary>
  178. /// 原料单倍计划分配总重(排产)
  179. /// </summary>
  180. private decimal? plnInsingleWt = null;
  181. /// <summary>
  182. /// 原料倍尺数
  183. /// </summary>
  184. private decimal? cutNumGp = null;
  185. /// <summary>
  186. /// 原料倍尺计划分配支(排产)
  187. /// </summary>
  188. private decimal? plnIndoubleNum = null;
  189. /// <summary>
  190. /// 原料倍尺计划分配总重(排产)
  191. /// </summary>
  192. private decimal? plnIndoubleWt = null;
  193. /// <summary>
  194. /// 锻坯直径
  195. /// </summary>
  196. private decimal? diameterOut = null;
  197. /// <summary>
  198. /// 锻坯长度
  199. /// </summary>
  200. private decimal? lengthOut = null;
  201. /// <summary>
  202. /// 锻坯单重
  203. /// </summary>
  204. private decimal? outWtOne = null;
  205. /// <summary>
  206. /// 锻坯预计产出支数(单倍)
  207. /// </summary>
  208. private decimal? plnOutsingleNum = null;
  209. /// <summary>
  210. /// 锻坯预计产出吨(单倍)
  211. /// </summary>
  212. private decimal? plnOutsingleW = null;
  213. /// <summary>
  214. /// 锻坯倍尺数
  215. /// </summary>
  216. private decimal? cutNumOut = null;
  217. /// <summary>
  218. /// 锻坯预计产出支数(倍尺)
  219. /// </summary>
  220. private decimal? plnOutdoubleNum = null;
  221. /// <summary>
  222. /// 锻坯预计产出吨(倍尺)
  223. /// </summary>
  224. private decimal? plnOutdoubleW = null;
  225. /// <summary>
  226. /// 切头(mm)-计划
  227. /// </summary>
  228. private decimal? lenCuthead = null;
  229. /// <summary>
  230. /// 切尾(mm)-计划
  231. /// </summary>
  232. private decimal? lenCutend = null;
  233. /// <summary>
  234. /// 主合同来源(销售合同、备料需求、补量需求)
  235. /// </summary>
  236. private string orderSource = "";
  237. /// <summary>
  238. /// 主交货编码PK
  239. /// </summary>
  240. private string ordLnDlyPk = "";
  241. /// <summary>
  242. /// 主合同号
  243. /// </summary>
  244. private string orderNo = "";
  245. /// <summary>
  246. /// 主合同行号
  247. /// </summary>
  248. private string orderSeq = "";
  249. /// <summary>
  250. /// 主交货编码
  251. /// </summary>
  252. private string deliveryNo = "";
  253. /// <summary>
  254. /// 主备料需求号
  255. /// </summary>
  256. private string reqBlId = "";
  257. /// <summary>
  258. /// 国内外
  259. /// </summary>
  260. private string ifExport = "";
  261. /// <summary>
  262. /// 合同紧急度
  263. /// </summary>
  264. private string priority = "";
  265. /// <summary>
  266. /// 紧急度备注
  267. /// </summary>
  268. private string priorityMemo = "";
  269. /// <summary>
  270. /// 排产年月
  271. /// </summary>
  272. private string proMonth = "";
  273. /// <summary>
  274. /// 是否轧管监制
  275. /// </summary>
  276. private string ifMonitor = "";
  277. /// <summary>
  278. /// 监制编号
  279. /// </summary>
  280. private string prdcrNo = "";
  281. /// <summary>
  282. /// 本工序监制点
  283. /// </summary>
  284. private string monitorPoint = "";
  285. /// <summary>
  286. /// BOM
  287. /// </summary>
  288. private string bom = "";
  289. /// <summary>
  290. /// 主制程索引号
  291. /// </summary>
  292. private string indexSeq = "";
  293. /// <summary>
  294. /// 主全程途径码
  295. /// </summary>
  296. private string wholeBacklog = "";
  297. /// <summary>
  298. /// 主全程途径描叙
  299. /// </summary>
  300. private string wholeBacklogDesc = "";
  301. /// <summary>
  302. /// 成分标准索引号(内控)
  303. /// </summary>
  304. private string cic = "";
  305. /// <summary>
  306. /// 材质标准索引号(内控)
  307. /// </summary>
  308. private string pic = "";
  309. /// <summary>
  310. /// 公差标准索引号(内控)
  311. /// </summary>
  312. private string sic = "";
  313. /// <summary>
  314. /// 探伤索引号(内控)
  315. /// </summary>
  316. private string dic = "";
  317. /// <summary>
  318. /// 工艺文件号
  319. /// </summary>
  320. private string craftFileNo = "";
  321. /// <summary>
  322. /// 工艺文件责任人
  323. /// </summary>
  324. private string craftFileMan = "";
  325. /// <summary>
  326. /// 工艺序号
  327. /// </summary>
  328. private decimal? craftSeq = null;
  329. /// <summary>
  330. /// 二级工艺文件号
  331. /// </summary>
  332. private string secCraftFileNo = "";
  333. /// <summary>
  334. /// 本工序点路径
  335. /// </summary>
  336. private string stationRoad = "";
  337. /// <summary>
  338. /// 作业日期(年月日)
  339. /// </summary>
  340. private string proDay = "";
  341. /// <summary>
  342. /// 结算日期(年月)
  343. /// </summary>
  344. private string balYearMonth = "";
  345. /// <summary>
  346. /// 创建人
  347. /// </summary>
  348. private string createName = "";
  349. /// <summary>
  350. /// 创建时间
  351. /// </summary>
  352. private string createTime = "";
  353. /// <summary>
  354. /// 修改人
  355. /// </summary>
  356. private string updateName = "";
  357. /// <summary>
  358. /// 修改时间
  359. /// </summary>
  360. private string updateTime = "";
  361. /// <summary>
  362. /// 下发人
  363. /// </summary>
  364. private string downman = "";
  365. /// <summary>
  366. /// 下发时间
  367. /// </summary>
  368. private string downtime = "";
  369. /// <summary>
  370. /// 是否委外
  371. /// </summary>
  372. private string subcontractFlag = "";
  373. /// <summary>
  374. /// 产出单倍坯长
  375. /// </summary>
  376. private string lenGpSingleOut = "";
  377. /// <summary>
  378. /// 产出单倍坯长
  379. /// </summary>
  380. [Description("产出单倍坯长")]
  381. [Nullable(false)]
  382. [DataLength(10)]
  383. public string LenGpSingleOut
  384. {
  385. get { return lenGpSingleOut; }
  386. set { lenGpSingleOut = value; }
  387. }
  388. /// <summary>
  389. /// 锻造炉计划ID
  390. /// </summary>
  391. [Description("是否委外")]
  392. [Nullable(false)]
  393. [DataLength(1)]
  394. public string SubcontractFlag
  395. {
  396. get { return subcontractFlag; }
  397. set { subcontractFlag = value; }
  398. }
  399. /// <summary>
  400. /// 锻造炉计划ID
  401. /// </summary>
  402. [Description("锻造炉计划ID")]
  403. [Nullable(false)]
  404. [DataLength(20)]
  405. public string HeatPlanNo
  406. {
  407. get { return heatPlanNo; }
  408. set { heatPlanNo = value; }
  409. }
  410. /// <summary>
  411. /// 产线内炉计划顺序号
  412. /// </summary>
  413. [Description("产线内炉计划顺序号")]
  414. [Nullable(true)]
  415. [DataLength(20)]
  416. public string GxProSeq
  417. {
  418. get { return gxProSeq; }
  419. set { gxProSeq = value; }
  420. }
  421. /// <summary>
  422. /// 生产批号
  423. /// </summary>
  424. [Description("生产批号")]
  425. [Nullable(true)]
  426. [DataLength(20)]
  427. public string ZyBatchId
  428. {
  429. get { return zyBatchId; }
  430. set { zyBatchId = value; }
  431. }
  432. /// <summary>
  433. /// 冶炼炉号(电炉炉号)
  434. /// </summary>
  435. [Description("冶炼炉号")]
  436. [Nullable(true)]
  437. [DataLength(20)]
  438. public string StoveNo
  439. {
  440. get { return stoveNo; }
  441. set { stoveNo = value; }
  442. }
  443. /// <summary>
  444. /// 判定炉号
  445. /// </summary>
  446. [Description("判定炉号")]
  447. [Nullable(true)]
  448. [DataLength(6)]
  449. public string JudgeStoveNo
  450. {
  451. get { return judgeStoveNo; }
  452. set { judgeStoveNo = value; }
  453. }
  454. /// <summary>
  455. /// 标示炉号(打印炉号)
  456. /// </summary>
  457. [Description("标示炉号")]
  458. [Nullable(true)]
  459. [DataLength(20)]
  460. public string FlagStoveNo
  461. {
  462. get { return flagStoveNo; }
  463. set { flagStoveNo = value; }
  464. }
  465. /// <summary>
  466. /// 上工序炉计划ID(若上工序是铸造:虚拟炉次号(ID)+虚拟炉次内顺序号)
  467. /// </summary>
  468. [Description("上工序炉计划ID")]
  469. [Nullable(true)]
  470. [DataLength(20)]
  471. public string UpperHeatplanId
  472. {
  473. get { return upperHeatplanId; }
  474. set { upperHeatplanId = value; }
  475. }
  476. /// <summary>
  477. /// 计划状态(00计划,10下发,20生产中,30生产完成,40关闭A)
  478. /// </summary>
  479. [Description("计划状态")]
  480. [Nullable(true)]
  481. [DataLength(20)]
  482. public string Planstatus
  483. {
  484. get { return planstatus; }
  485. set { planstatus = value; }
  486. }
  487. /// <summary>
  488. /// 结炉状态( 00-准备,10-上料,20-加热炉,30-快锻,40退火炉,50锯切,60表检,70下线)
  489. /// </summary>
  490. [Description("结炉状态")]
  491. [Nullable(true)]
  492. [DataLength(2)]
  493. public string NodeEstatus
  494. {
  495. get { return nodeEstatus; }
  496. set { nodeEstatus = value; }
  497. }
  498. /// <summary>
  499. /// 上工序代码(大工序)
  500. /// </summary>
  501. [Description("上工序代码")]
  502. [Nullable(true)]
  503. [DataLength(8)]
  504. public string UpperProcessCode
  505. {
  506. get { return upperProcessCode; }
  507. set { upperProcessCode = value; }
  508. }
  509. /// <summary>
  510. /// 下工序代码(大工序)
  511. /// </summary>
  512. [Description("下工序代码")]
  513. [Nullable(true)]
  514. [DataLength(8)]
  515. public string NextProcessCode
  516. {
  517. get { return nextProcessCode; }
  518. set { nextProcessCode = value; }
  519. }
  520. /// <summary>
  521. /// 是否末工序(末工序时合同成品属性有效)
  522. /// </summary>
  523. [Description("是否末工序")]
  524. [Nullable(true)]
  525. [DataLength(1)]
  526. public string Isendgx
  527. {
  528. get { return isendgx; }
  529. set { isendgx = value; }
  530. }
  531. /// <summary>
  532. /// 是否利库
  533. /// </summary>
  534. [Description("是否利库")]
  535. [Nullable(true)]
  536. [DataLength(1)]
  537. public string IfMatchOdd
  538. {
  539. get { return ifMatchOdd; }
  540. set { ifMatchOdd = value; }
  541. }
  542. /// <summary>
  543. /// 是否已做正式炉计划
  544. /// </summary>
  545. [Description("是否已做正式炉计划")]
  546. [Nullable(true)]
  547. [DataLength(1)]
  548. public string IfDoHeatPlan
  549. {
  550. get { return ifDoHeatPlan; }
  551. set { ifDoHeatPlan = value; }
  552. }
  553. /// <summary>
  554. /// 锻造订单编号
  555. /// </summary>
  556. [Description("锻造订单编号")]
  557. [Nullable(true)]
  558. [DataLength(20)]
  559. public string ProPlanId
  560. {
  561. get { return proPlanId; }
  562. set { proPlanId = value; }
  563. }
  564. /// <summary>
  565. /// 锻造工序排产序号
  566. /// </summary>
  567. [Description("锻造工序排产序号")]
  568. [Nullable(true)]
  569. [DataLength(10)]
  570. public string GxPlanNo
  571. {
  572. get { return gxPlanNo; }
  573. set { gxPlanNo = value; }
  574. }
  575. /// <summary>
  576. /// 铸造工序订单号
  577. /// </summary>
  578. [Description("铸造工序订单号")]
  579. [Nullable(true)]
  580. [DataLength(20)]
  581. public string CcmProPlanId
  582. {
  583. get { return ccmProPlanId; }
  584. set { ccmProPlanId = value; }
  585. }
  586. /// <summary>
  587. /// 铸造订单排产序号
  588. /// </summary>
  589. [Description("铸造订单排产序号")]
  590. [Nullable(true)]
  591. [DataLength(10)]
  592. public string CcmGxPlanNo
  593. {
  594. get { return ccmGxPlanNo; }
  595. set { ccmGxPlanNo = value; }
  596. }
  597. /// <summary>
  598. /// 物流去向代码
  599. /// </summary>
  600. [Description("物流去向代码")]
  601. [Nullable(true)]
  602. [DataLength(20)]
  603. public string GowhereCode
  604. {
  605. get { return gowhereCode; }
  606. set { gowhereCode = value; }
  607. }
  608. /// <summary>
  609. /// 物流去向名称
  610. /// </summary>
  611. [Description("物流去向")]
  612. [Nullable(true)]
  613. [DataLength(32)]
  614. public string GowhereName
  615. {
  616. get { return gowhereName; }
  617. set { gowhereName = value; }
  618. }
  619. /// <summary>
  620. /// 产线编码
  621. /// </summary>
  622. [Description("产线编码")]
  623. [Nullable(true)]
  624. [DataLength(20)]
  625. public string PlineCode
  626. {
  627. get { return plineCode; }
  628. set { plineCode = value; }
  629. }
  630. /// <summary>
  631. /// 产线描述
  632. /// </summary>
  633. [Description("产线")]
  634. [Nullable(true)]
  635. [DataLength(100)]
  636. public string PlineName
  637. {
  638. get { return plineName; }
  639. set { plineName = value; }
  640. }
  641. /// <summary>
  642. /// 铸造类型(1连铸2模铸)
  643. /// </summary>
  644. [Description("铸造类型")]
  645. [Nullable(true)]
  646. [DataLength(20)]
  647. public string Castingtype
  648. {
  649. get { return castingtype; }
  650. set { castingtype = value; }
  651. }
  652. /// <summary>
  653. /// 钢种代码
  654. /// </summary>
  655. [Description("钢种代码")]
  656. [Nullable(true)]
  657. [DataLength(10)]
  658. public string Gradecode
  659. {
  660. get { return gradecode; }
  661. set { gradecode = value; }
  662. }
  663. /// <summary>
  664. /// 钢种名称
  665. /// </summary>
  666. [Description("钢种")]
  667. [Nullable(true)]
  668. [DataLength(100)]
  669. public string Gradename
  670. {
  671. get { return gradename; }
  672. set { gradename = value; }
  673. }
  674. /// <summary>
  675. /// 钢级(牌号)代码
  676. /// </summary>
  677. [Description("钢级(牌号)代码")]
  678. [Nullable(true)]
  679. [DataLength(10)]
  680. public string Steelcode
  681. {
  682. get { return steelcode; }
  683. set { steelcode = value; }
  684. }
  685. /// <summary>
  686. /// 钢级(牌号)名称
  687. /// </summary>
  688. [Description("钢级")]
  689. [Nullable(true)]
  690. [DataLength(100)]
  691. public string Steelname
  692. {
  693. get { return steelname; }
  694. set { steelname = value; }
  695. }
  696. /// <summary>
  697. /// 投入物料编码
  698. /// </summary>
  699. [Description("投入物料编码")]
  700. [Nullable(true)]
  701. [DataLength(20)]
  702. public string WlidIn
  703. {
  704. get { return wlidIn; }
  705. set { wlidIn = value; }
  706. }
  707. /// <summary>
  708. /// 投入物料描述
  709. /// </summary>
  710. [Description("投入物料")]
  711. [Nullable(true)]
  712. [DataLength(40)]
  713. public string WldescIn
  714. {
  715. get { return wldescIn; }
  716. set { wldescIn = value; }
  717. }
  718. /// <summary>
  719. /// 锻坯产出物料编码
  720. /// </summary>
  721. [Description("锻坯产出物料编码")]
  722. [Nullable(true)]
  723. [DataLength(40)]
  724. public string OutwlId
  725. {
  726. get { return outwlId; }
  727. set { outwlId = value; }
  728. }
  729. /// <summary>
  730. /// 锻坯产出物料描述
  731. /// </summary>
  732. [Description("产出物料")]
  733. [Nullable(true)]
  734. [DataLength(40)]
  735. public string OutwlDesc
  736. {
  737. get { return outwlDesc; }
  738. set { outwlDesc = value; }
  739. }
  740. /// <summary>
  741. /// 生产标准
  742. /// </summary>
  743. [Description("生产标准")]
  744. [Nullable(true)]
  745. [DataLength(500)]
  746. public string ProdStandard
  747. {
  748. get { return prodStandard; }
  749. set { prodStandard = value; }
  750. }
  751. /// <summary>
  752. /// 输出标准
  753. /// </summary>
  754. [Description("输出标准")]
  755. [Nullable(true)]
  756. [DataLength(500)]
  757. public string OutputStandard
  758. {
  759. get { return outputStandard; }
  760. set { outputStandard = value; }
  761. }
  762. /// <summary>
  763. /// 原料直径
  764. /// </summary>
  765. [Description("原料直径")]
  766. [Nullable(true)]
  767. [DataLength(10)]
  768. public string DiameterIn
  769. {
  770. get { return diameterIn; }
  771. set { diameterIn = value; }
  772. }
  773. /// <summary>
  774. /// 原料长度
  775. /// </summary>
  776. [Description("原料长度")]
  777. [Nullable(true)]
  778. [DataLength(10)]
  779. public decimal? LengthIn
  780. {
  781. get { return lengthIn; }
  782. set { lengthIn = value; }
  783. }
  784. /// <summary>
  785. /// 原料单重
  786. /// </summary>
  787. [Description("原料单重")]
  788. [Nullable(true)]
  789. [DataLength(10)]
  790. public decimal? WtOneIn
  791. {
  792. get { return wtOneIn; }
  793. set { wtOneIn = value; }
  794. }
  795. /// <summary>
  796. /// 原料单倍坯长(mm)
  797. /// </summary>
  798. [Description("原料单倍坯长(mm)")]
  799. [Nullable(true)]
  800. [DataLength(10)]
  801. public decimal? LenGpSingle
  802. {
  803. get { return lenGpSingle; }
  804. set { lenGpSingle = value; }
  805. }
  806. /// <summary>
  807. /// 原料单倍坯重
  808. /// </summary>
  809. [Description("原料单倍坯重")]
  810. [Nullable(true)]
  811. [DataLength(10)]
  812. public decimal? WtGpSingle
  813. {
  814. get { return wtGpSingle; }
  815. set { wtGpSingle = value; }
  816. }
  817. /// <summary>
  818. /// 原料单倍计划分配支(排产)
  819. /// </summary>
  820. [Description("原料单倍计划分配支(排产)")]
  821. [Nullable(true)]
  822. [DataLength(5)]
  823. public decimal? PlnInsingleNum
  824. {
  825. get { return plnInsingleNum; }
  826. set { plnInsingleNum = value; }
  827. }
  828. /// <summary>
  829. /// 原料单倍计划分配总重(排产)
  830. /// </summary>
  831. [Description("原料单倍计划分配总重(排产)")]
  832. [Nullable(true)]
  833. [DataLength(10)]
  834. public decimal? PlnInsingleWt
  835. {
  836. get { return plnInsingleWt; }
  837. set { plnInsingleWt = value; }
  838. }
  839. /// <summary>
  840. /// 原料倍尺数
  841. /// </summary>
  842. [Description("原料倍尺数")]
  843. [Nullable(true)]
  844. [DataLength(5)]
  845. public decimal? CutNumGp
  846. {
  847. get { return cutNumGp; }
  848. set { cutNumGp = value; }
  849. }
  850. /// <summary>
  851. /// 原料倍尺计划分配支(排产)
  852. /// </summary>
  853. [Description("原料倍尺计划分配支(排产)")]
  854. [Nullable(true)]
  855. [DataLength(5)]
  856. public decimal? PlnIndoubleNum
  857. {
  858. get { return plnIndoubleNum; }
  859. set { plnIndoubleNum = value; }
  860. }
  861. /// <summary>
  862. /// 原料倍尺计划分配总重(排产)
  863. /// </summary>
  864. [Description("原料倍尺计划分配总重(排产)")]
  865. [Nullable(true)]
  866. [DataLength(10)]
  867. public decimal? PlnIndoubleWt
  868. {
  869. get { return plnIndoubleWt; }
  870. set { plnIndoubleWt = value; }
  871. }
  872. /// <summary>
  873. /// 锻坯直径
  874. /// </summary>
  875. [Description("直径")]
  876. [Nullable(true)]
  877. [DataLength(10)]
  878. public decimal? DiameterOut
  879. {
  880. get { return diameterOut; }
  881. set { diameterOut = value; }
  882. }
  883. /// <summary>
  884. /// 锻坯长度
  885. /// </summary>
  886. [Description("坯长")]
  887. [Nullable(true)]
  888. [DataLength(10)]
  889. public decimal? LengthOut
  890. {
  891. get { return lengthOut; }
  892. set { lengthOut = value; }
  893. }
  894. /// <summary>
  895. /// 锻坯单重
  896. /// </summary>
  897. [Description("锻坯单重")]
  898. [Nullable(true)]
  899. [DataLength(10)]
  900. public decimal? OutWtOne
  901. {
  902. get { return outWtOne; }
  903. set { outWtOne = value; }
  904. }
  905. /// <summary>
  906. /// 锻坯预计产出支数(单倍)
  907. /// </summary>
  908. [Description("锻坯预计产出支数(单倍)")]
  909. [Nullable(true)]
  910. [DataLength(5)]
  911. public decimal? PlnOutsingleNum
  912. {
  913. get { return plnOutsingleNum; }
  914. set { plnOutsingleNum = value; }
  915. }
  916. /// <summary>
  917. /// 锻坯预计产出吨(单倍)
  918. /// </summary>
  919. [Description("锻坯预计产出吨(单倍)")]
  920. [Nullable(true)]
  921. [DataLength(10)]
  922. public decimal? PlnOutsingleW
  923. {
  924. get { return plnOutsingleW; }
  925. set { plnOutsingleW = value; }
  926. }
  927. /// <summary>
  928. /// 锻坯倍尺数
  929. /// </summary>
  930. [Description("倍尺数")]
  931. [Nullable(true)]
  932. [DataLength(5)]
  933. public decimal? CutNumOut
  934. {
  935. get { return cutNumOut; }
  936. set { cutNumOut = value; }
  937. }
  938. /// <summary>
  939. /// 锻坯预计产出支数(倍尺)
  940. /// </summary>
  941. [Description("锻坯预计产出支数(倍尺)")]
  942. [Nullable(true)]
  943. [DataLength(5)]
  944. public decimal? PlnOutdoubleNum
  945. {
  946. get { return plnOutdoubleNum; }
  947. set { plnOutdoubleNum = value; }
  948. }
  949. /// <summary>
  950. /// 锻坯预计产出吨(倍尺)
  951. /// </summary>
  952. [Description("锻坯预计产出吨(倍尺)")]
  953. [Nullable(true)]
  954. [DataLength(10)]
  955. public decimal? PlnOutdoubleW
  956. {
  957. get { return plnOutdoubleW; }
  958. set { plnOutdoubleW = value; }
  959. }
  960. /// <summary>
  961. /// 切头(mm)-计划
  962. /// </summary>
  963. [Description("切头")]
  964. [Nullable(true)]
  965. [DataLength(10)]
  966. public decimal? LenCuthead
  967. {
  968. get { return lenCuthead; }
  969. set { lenCuthead = value; }
  970. }
  971. /// <summary>
  972. /// 切尾(mm)-计划
  973. /// </summary>
  974. [Description("切尾")]
  975. [Nullable(true)]
  976. [DataLength(10)]
  977. public decimal? LenCutend
  978. {
  979. get { return lenCutend; }
  980. set { lenCutend = value; }
  981. }
  982. /// <summary>
  983. /// 主合同来源(销售合同、备料需求、补量需求)
  984. /// </summary>
  985. [Description("主合同来源")]
  986. [Nullable(true)]
  987. [DataLength(20)]
  988. public string OrderSource
  989. {
  990. get { return orderSource; }
  991. set { orderSource = value; }
  992. }
  993. /// <summary>
  994. /// 主交货编码PK
  995. /// </summary>
  996. [Description("主交货编码PK")]
  997. [Nullable(true)]
  998. [DataLength(40)]
  999. public string OrdLnDlyPk
  1000. {
  1001. get { return ordLnDlyPk; }
  1002. set { ordLnDlyPk = value; }
  1003. }
  1004. /// <summary>
  1005. /// 主合同号
  1006. /// </summary>
  1007. [Description("主合同号")]
  1008. [Nullable(true)]
  1009. [DataLength(20)]
  1010. public string OrderNo
  1011. {
  1012. get { return orderNo; }
  1013. set { orderNo = value; }
  1014. }
  1015. /// <summary>
  1016. /// 主合同行号
  1017. /// </summary>
  1018. [Description("主合同行号")]
  1019. [Nullable(true)]
  1020. [DataLength(3)]
  1021. public string OrderSeq
  1022. {
  1023. get { return orderSeq; }
  1024. set { orderSeq = value; }
  1025. }
  1026. /// <summary>
  1027. /// 主交货编码
  1028. /// </summary>
  1029. [Description("主交货编码")]
  1030. [Nullable(true)]
  1031. [DataLength(3)]
  1032. public string DeliveryNo
  1033. {
  1034. get { return deliveryNo; }
  1035. set { deliveryNo = value; }
  1036. }
  1037. /// <summary>
  1038. /// 主备料需求号
  1039. /// </summary>
  1040. [Description("主备料需求号")]
  1041. [Nullable(true)]
  1042. [DataLength(20)]
  1043. public string ReqBlId
  1044. {
  1045. get { return reqBlId; }
  1046. set { reqBlId = value; }
  1047. }
  1048. /// <summary>
  1049. /// 国内外
  1050. /// </summary>
  1051. [Description("国内外")]
  1052. [Nullable(true)]
  1053. [DataLength(20)]
  1054. public string IfExport
  1055. {
  1056. get { return ifExport; }
  1057. set { ifExport = value; }
  1058. }
  1059. /// <summary>
  1060. /// 合同紧急度
  1061. /// </summary>
  1062. [Description("合同紧急度")]
  1063. [Nullable(true)]
  1064. [DataLength(20)]
  1065. public string Priority
  1066. {
  1067. get { return priority; }
  1068. set { priority = value; }
  1069. }
  1070. /// <summary>
  1071. /// 紧急度备注
  1072. /// </summary>
  1073. [Description("紧急度备注")]
  1074. [Nullable(true)]
  1075. [DataLength(200)]
  1076. public string PriorityMemo
  1077. {
  1078. get { return priorityMemo; }
  1079. set { priorityMemo = value; }
  1080. }
  1081. /// <summary>
  1082. /// 排产年月
  1083. /// </summary>
  1084. [Description("排产年月")]
  1085. [Nullable(true)]
  1086. [DataLength(20)]
  1087. public string ProMonth
  1088. {
  1089. get { return proMonth; }
  1090. set { proMonth = value; }
  1091. }
  1092. /// <summary>
  1093. /// 是否轧管监制
  1094. /// </summary>
  1095. [Description("是否轧管监制")]
  1096. [Nullable(true)]
  1097. [DataLength(1)]
  1098. public string IfMonitor
  1099. {
  1100. get { return ifMonitor; }
  1101. set { ifMonitor = value; }
  1102. }
  1103. /// <summary>
  1104. /// 监制编号
  1105. /// </summary>
  1106. [Description("监制编号")]
  1107. [Nullable(true)]
  1108. [DataLength(40)]
  1109. public string PrdcrNo
  1110. {
  1111. get { return prdcrNo; }
  1112. set { prdcrNo = value; }
  1113. }
  1114. /// <summary>
  1115. /// 本工序监制点
  1116. /// </summary>
  1117. [Description("本工序监制点")]
  1118. [Nullable(true)]
  1119. [DataLength(200)]
  1120. public string MonitorPoint
  1121. {
  1122. get { return monitorPoint; }
  1123. set { monitorPoint = value; }
  1124. }
  1125. /// <summary>
  1126. /// BOM
  1127. /// </summary>
  1128. [Description("BOM")]
  1129. [Nullable(true)]
  1130. [DataLength(40)]
  1131. public string Bom
  1132. {
  1133. get { return bom; }
  1134. set { bom = value; }
  1135. }
  1136. /// <summary>
  1137. /// 主制程索引号
  1138. /// </summary>
  1139. [Description("主制程索引号")]
  1140. [Nullable(true)]
  1141. [DataLength(32)]
  1142. public string IndexSeq
  1143. {
  1144. get { return indexSeq; }
  1145. set { indexSeq = value; }
  1146. }
  1147. /// <summary>
  1148. /// 主全程途径码
  1149. /// </summary>
  1150. [Description("主全程途径码")]
  1151. [Nullable(true)]
  1152. [DataLength(32)]
  1153. public string WholeBacklog
  1154. {
  1155. get { return wholeBacklog; }
  1156. set { wholeBacklog = value; }
  1157. }
  1158. /// <summary>
  1159. /// 主全程途径描叙
  1160. /// </summary>
  1161. [Description("主全程途径")]
  1162. [Nullable(true)]
  1163. [DataLength(500)]
  1164. public string WholeBacklogDesc
  1165. {
  1166. get { return wholeBacklogDesc; }
  1167. set { wholeBacklogDesc = value; }
  1168. }
  1169. /// <summary>
  1170. /// 成分标准索引号(内控)
  1171. /// </summary>
  1172. [Description("成分标准索引号(内控)")]
  1173. [Nullable(true)]
  1174. [DataLength(32)]
  1175. public string Cic
  1176. {
  1177. get { return cic; }
  1178. set { cic = value; }
  1179. }
  1180. /// <summary>
  1181. /// 材质标准索引号(内控)
  1182. /// </summary>
  1183. [Description("材质标准索引号(内控)")]
  1184. [Nullable(true)]
  1185. [DataLength(32)]
  1186. public string Pic
  1187. {
  1188. get { return pic; }
  1189. set { pic = value; }
  1190. }
  1191. /// <summary>
  1192. /// 公差标准索引号(内控)
  1193. /// </summary>
  1194. [Description("公差标准索引号(内控)")]
  1195. [Nullable(true)]
  1196. [DataLength(32)]
  1197. public string Sic
  1198. {
  1199. get { return sic; }
  1200. set { sic = value; }
  1201. }
  1202. /// <summary>
  1203. /// 探伤索引号(内控)
  1204. /// </summary>
  1205. [Description("探伤索引号(内控)")]
  1206. [Nullable(true)]
  1207. [DataLength(32)]
  1208. public string Dic
  1209. {
  1210. get { return dic; }
  1211. set { dic = value; }
  1212. }
  1213. /// <summary>
  1214. /// 工艺文件号
  1215. /// </summary>
  1216. [Description("工艺文件号")]
  1217. [Nullable(true)]
  1218. [DataLength(32)]
  1219. public string CraftFileNo
  1220. {
  1221. get { return craftFileNo; }
  1222. set { craftFileNo = value; }
  1223. }
  1224. /// <summary>
  1225. /// 工艺文件责任人
  1226. /// </summary>
  1227. [Description("工艺文件责任人")]
  1228. [Nullable(true)]
  1229. [DataLength(20)]
  1230. public string CraftFileMan
  1231. {
  1232. get { return craftFileMan; }
  1233. set { craftFileMan = value; }
  1234. }
  1235. /// <summary>
  1236. /// 工艺序号
  1237. /// </summary>
  1238. [Description("工艺序号")]
  1239. [Nullable(true)]
  1240. [DataLength(5)]
  1241. public decimal? CraftSeq
  1242. {
  1243. get { return craftSeq; }
  1244. set { craftSeq = value; }
  1245. }
  1246. /// <summary>
  1247. /// 二级工艺文件号
  1248. /// </summary>
  1249. [Description("二级工艺文件号")]
  1250. [Nullable(true)]
  1251. [DataLength(100)]
  1252. public string SecCraftFileNo
  1253. {
  1254. get { return secCraftFileNo; }
  1255. set { secCraftFileNo = value; }
  1256. }
  1257. /// <summary>
  1258. /// 本工序点路径
  1259. /// </summary>
  1260. [Description("本工序点路径")]
  1261. [Nullable(true)]
  1262. [DataLength(200)]
  1263. public string StationRoad
  1264. {
  1265. get { return stationRoad; }
  1266. set { stationRoad = value; }
  1267. }
  1268. /// <summary>
  1269. /// 作业日期(年月日)
  1270. /// </summary>
  1271. [Description("作业日期")]
  1272. [Nullable(true)]
  1273. [DataLength(8)]
  1274. public string ProDay
  1275. {
  1276. get { return proDay; }
  1277. set { proDay = value; }
  1278. }
  1279. /// <summary>
  1280. /// 结算日期(年月)
  1281. /// </summary>
  1282. [Description("结算日期")]
  1283. [Nullable(true)]
  1284. [DataLength(6)]
  1285. public string BalYearMonth
  1286. {
  1287. get { return balYearMonth; }
  1288. set { balYearMonth = value; }
  1289. }
  1290. /// <summary>
  1291. /// 创建人
  1292. /// </summary>
  1293. [Description("创建人")]
  1294. [Nullable(true)]
  1295. [DataLength(20)]
  1296. public string CreateName
  1297. {
  1298. get { return createName; }
  1299. set { createName = value; }
  1300. }
  1301. /// <summary>
  1302. /// 创建时间
  1303. /// </summary>
  1304. [Description("创建时间")]
  1305. [Nullable(true)]
  1306. public string CreateTime
  1307. {
  1308. get { return createTime; }
  1309. set { createTime = value; }
  1310. }
  1311. /// <summary>
  1312. /// 修改人
  1313. /// </summary>
  1314. [Description("修改人")]
  1315. [Nullable(true)]
  1316. [DataLength(20)]
  1317. public string UpdateName
  1318. {
  1319. get { return updateName; }
  1320. set { updateName = value; }
  1321. }
  1322. /// <summary>
  1323. /// 修改时间
  1324. /// </summary>
  1325. [Description("修改时间")]
  1326. [Nullable(true)]
  1327. public string UpdateTime
  1328. {
  1329. get { return updateTime; }
  1330. set { updateTime = value; }
  1331. }
  1332. /// <summary>
  1333. /// 下发人
  1334. /// </summary>
  1335. [Description("下发人")]
  1336. [Nullable(true)]
  1337. [DataLength(20)]
  1338. public string Downman
  1339. {
  1340. get { return downman; }
  1341. set { downman = value; }
  1342. }
  1343. /// <summary>
  1344. /// 下发时间
  1345. /// </summary>
  1346. [Description("下发时间")]
  1347. [Nullable(true)]
  1348. public string Downtime
  1349. {
  1350. get { return downtime; }
  1351. set { downtime = value; }
  1352. }
  1353. }
  1354. }