PlnGxJgPropSEntityAmoun.cs 32 KB

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