PlnOrderDbkSEntity.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  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_S所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:USER-20150714WV 时间:2016-03-15
  12. /// </summary>
  13. public class PlnOrderDbkSEntity
  14. {
  15. private string proPlanId;
  16. [Description("镦拔扩订单编号")]
  17. public string ProPlanId
  18. {
  19. get { return proPlanId; }
  20. set { proPlanId = value; }
  21. }
  22. private string stationNames;
  23. [Description("工序点集合")]
  24. public string StationNames
  25. {
  26. get { return stationNames; }
  27. set { stationNames = value; }
  28. }
  29. private string stationCodes;
  30. [Description("工序点集合")]
  31. public string StationCodes
  32. {
  33. get { return stationCodes; }
  34. set { stationCodes = value; }
  35. }
  36. private string repairType;
  37. [Description("检修类型")]
  38. public string RepairType
  39. {
  40. get { return repairType; }
  41. set { repairType = value; }
  42. }
  43. private Boolean isRepairPln;
  44. [Description("是否检修计划")]
  45. public Boolean IsRepairPln
  46. {
  47. get { return isRepairPln; }
  48. set { isRepairPln = value; }
  49. }
  50. private string modelDesc;
  51. [Description("扣型")]
  52. public string ModelDesc
  53. {
  54. get { return modelDesc; }
  55. set { modelDesc = value; }
  56. }
  57. private string stdName;
  58. [Description("标准名称")]
  59. public string StdName
  60. {
  61. get { return stdName; }
  62. set { stdName = value; }
  63. }
  64. private string stdStyleDesc;
  65. [Description("标准名称")]
  66. public string StdStyleDesc
  67. {
  68. get { return stdStyleDesc; }
  69. set { stdStyleDesc = value; }
  70. }
  71. private string producname;
  72. [Description("品名")]
  73. public string Producname
  74. {
  75. get { return producname; }
  76. set { producname = value; }
  77. }
  78. /// <summary>
  79. /// 钢级(牌号)代码
  80. /// </summary>
  81. private string steelcode = "";
  82. /// <summary>
  83. /// 钢级(牌号)名称
  84. /// </summary>
  85. private string steelname = "";
  86. /// <summary>
  87. /// 外径
  88. /// </summary>
  89. private decimal? outdiameter = null;
  90. /// <summary>
  91. /// 壁厚
  92. /// </summary>
  93. private decimal? wallthick = null;
  94. /// <summary>
  95. /// 目标壁厚
  96. /// </summary>
  97. private decimal? aimwallthick = null;
  98. /// <summary>
  99. /// 最大长度
  100. /// </summary>
  101. private decimal? lengthmax = null;
  102. /// <summary>
  103. /// 最小长度
  104. /// </summary>
  105. private decimal? lengthmin = null;
  106. /// <summary>
  107. /// 目标长度
  108. /// </summary>
  109. private decimal? aimlength = null;
  110. /// <summary>
  111. /// 原料外径
  112. /// </summary>
  113. private decimal? outdiameterIn = null;
  114. /// <summary>
  115. /// 原料壁厚
  116. /// </summary>
  117. private decimal? wallthickIn = null;
  118. /// <summary>
  119. /// 原料最大长度
  120. /// </summary>
  121. private decimal? lengthmaxIn = null;
  122. /// <summary>
  123. /// 原料最小长度
  124. /// </summary>
  125. private decimal? lengthminIn = null;
  126. /// <summary>
  127. /// 钢级(牌号)代码
  128. /// </summary>
  129. [Description("钢级(牌号)代码")]
  130. [Nullable(true)]
  131. [DataLength(10)]
  132. public string Steelcode
  133. {
  134. get { return steelcode; }
  135. set { steelcode = value; }
  136. }
  137. /// <summary>
  138. /// 钢级(牌号)名称
  139. /// </summary>
  140. [Description("钢级名称")]
  141. [Nullable(true)]
  142. [DataLength(100)]
  143. public string Steelname
  144. {
  145. get { return steelname; }
  146. set { steelname = value; }
  147. }
  148. /// <summary>
  149. /// 外径
  150. /// </summary>
  151. [Description("外径")]
  152. [Nullable(true)]
  153. [DataLength(10)]
  154. public decimal? Outdiameter
  155. {
  156. get { return outdiameter; }
  157. set { outdiameter = value; }
  158. }
  159. /// <summary>
  160. /// 壁厚
  161. /// </summary>
  162. [Description("壁厚")]
  163. [Nullable(true)]
  164. [DataLength(10)]
  165. public decimal? Wallthick
  166. {
  167. get { return wallthick; }
  168. set { wallthick = value; }
  169. }
  170. /// <summary>
  171. /// 目标壁厚
  172. /// </summary>
  173. [Description("目标壁厚")]
  174. [Nullable(true)]
  175. [DataLength(10)]
  176. public decimal? Aimwallthick
  177. {
  178. get { return aimwallthick; }
  179. set { aimwallthick = value; }
  180. }
  181. /// <summary>
  182. /// 最大长度
  183. /// </summary>
  184. [Description("最大长度")]
  185. [Nullable(true)]
  186. [DataLength(10)]
  187. public decimal? Lengthmax
  188. {
  189. get { return lengthmax; }
  190. set { lengthmax = value; }
  191. }
  192. /// <summary>
  193. /// 最小长度
  194. /// </summary>
  195. [Description("最小长度")]
  196. [Nullable(true)]
  197. [DataLength(10)]
  198. public decimal? Lengthmin
  199. {
  200. get { return lengthmin; }
  201. set { lengthmin = value; }
  202. }
  203. /// <summary>
  204. /// 目标长度
  205. /// </summary>
  206. [Description("目标长度")]
  207. [Nullable(true)]
  208. [DataLength(10)]
  209. public decimal? Aimlength
  210. {
  211. get { return aimlength; }
  212. set { aimlength = value; }
  213. }
  214. /// <summary>
  215. /// 原料外径
  216. /// </summary>
  217. [Description("原料外径")]
  218. [Nullable(true)]
  219. [DataLength(10)]
  220. public decimal? OutdiameterIn
  221. {
  222. get { return outdiameterIn; }
  223. set { outdiameterIn = value; }
  224. }
  225. /// <summary>
  226. /// 原料壁厚
  227. /// </summary>
  228. [Description("原料壁厚")]
  229. [Nullable(true)]
  230. [DataLength(10)]
  231. public decimal? WallthickIn
  232. {
  233. get { return wallthickIn; }
  234. set { wallthickIn = value; }
  235. }
  236. /// <summary>
  237. /// 原料最大长度
  238. /// </summary>
  239. [Description("原料最大长度")]
  240. [Nullable(true)]
  241. [DataLength(10)]
  242. public decimal? LengthmaxIn
  243. {
  244. get { return lengthmaxIn; }
  245. set { lengthmaxIn = value; }
  246. }
  247. /// <summary>
  248. /// 原料最小长度
  249. /// </summary>
  250. [Description("原料最小长度")]
  251. [Nullable(true)]
  252. [DataLength(10)]
  253. public decimal? LengthminIn
  254. {
  255. get { return lengthminIn; }
  256. set { lengthminIn = value; }
  257. }
  258. /// <summary>
  259. /// 镦拔扩合同编号
  260. /// </summary>
  261. private string proOrderNo = "";
  262. /// <summary>
  263. /// 工序排产序号
  264. /// </summary>
  265. private string gxPlanNo = "";
  266. /// <summary>
  267. /// 排产联动组号
  268. /// </summary>
  269. private string planGroupId = "";
  270. /// <summary>
  271. /// 合同来源(销售合同、备料需求、补量需求)
  272. /// </summary>
  273. private string orderSource = "";
  274. /// <summary>
  275. /// 交货编码PK
  276. /// </summary>
  277. private string ordLnDlyPk = "";
  278. /// <summary>
  279. /// 排产流水号
  280. /// </summary>
  281. private string plnDivideId = "";
  282. /// <summary>
  283. /// 合同号
  284. /// </summary>
  285. private string orderNo = "";
  286. /// <summary>
  287. /// 合同行号
  288. /// </summary>
  289. private string orderSeq = "";
  290. /// <summary>
  291. /// 交货编码
  292. /// </summary>
  293. private string deliveryNo = "";
  294. /// <summary>
  295. /// 备料需求号
  296. /// </summary>
  297. private string reqBlId = "";
  298. /// <summary>
  299. /// 产线编码
  300. /// </summary>
  301. private string plineCode = "";
  302. /// <summary>
  303. /// 产线描述
  304. /// </summary>
  305. private string plineName = "";
  306. /// <summary>
  307. /// 投入物料编码
  308. /// </summary>
  309. private string inwlId = "";
  310. /// <summary>
  311. /// 产出物料编码
  312. /// </summary>
  313. private string outwlId = "";
  314. /// <summary>
  315. /// 排产重量
  316. /// </summary>
  317. private decimal? weigthS = null;
  318. /// <summary>
  319. /// 排产支数
  320. /// </summary>
  321. private decimal? numS = null;
  322. /// <summary>
  323. /// 工序内生产顺序号
  324. /// </summary>
  325. private string gxProSeq = "";
  326. /// <summary>
  327. /// 计划耗时(分)
  328. /// </summary>
  329. private decimal? planUsetime = null;
  330. /// <summary>
  331. /// 计划开始时间
  332. /// </summary>
  333. private string planTimeB = "";
  334. /// <summary>
  335. /// 计划结束时间
  336. /// </summary>
  337. private string planTimeE = "";
  338. /// <summary>
  339. /// 执行状态
  340. /// </summary>
  341. private string exeStatus = "";
  342. /// <summary>
  343. /// 镦拔扩合同编号
  344. /// </summary>
  345. [Description("镦拔扩合同编号")]
  346. [Nullable(false)]
  347. [DataLength(20)]
  348. public string ProOrderNo
  349. {
  350. get { return proOrderNo; }
  351. set { proOrderNo = value; }
  352. }
  353. /// <summary>
  354. /// 工序排产序号
  355. /// </summary>
  356. [Description("工序排产序号")]
  357. [Nullable(false)]
  358. [DataLength(10)]
  359. public string GxPlanNo
  360. {
  361. get { return gxPlanNo; }
  362. set { gxPlanNo = value; }
  363. }
  364. /// <summary>
  365. /// 排产联动组号
  366. /// </summary>
  367. [Description("排产联动组号")]
  368. [Nullable(true)]
  369. [DataLength(40)]
  370. public string PlanGroupId
  371. {
  372. get { return planGroupId; }
  373. set { planGroupId = value; }
  374. }
  375. /// <summary>
  376. /// 合同来源(销售合同、备料需求、补量需求)
  377. /// </summary>
  378. [Description("合同来源")]
  379. [Nullable(true)]
  380. [DataLength(20)]
  381. public string OrderSource
  382. {
  383. get { return orderSource; }
  384. set { orderSource = value; }
  385. }
  386. /// <summary>
  387. /// 交货编码PK
  388. /// </summary>
  389. [Description("交货编码PK")]
  390. [Nullable(true)]
  391. [DataLength(40)]
  392. public string OrdLnDlyPk
  393. {
  394. get { return ordLnDlyPk; }
  395. set { ordLnDlyPk = value; }
  396. }
  397. /// <summary>
  398. /// 排产流水号
  399. /// </summary>
  400. [Description("排产流水号")]
  401. [Nullable(true)]
  402. [DataLength(10)]
  403. public string PlnDivideId
  404. {
  405. get { return plnDivideId; }
  406. set { plnDivideId = value; }
  407. }
  408. /// <summary>
  409. /// 合同号
  410. /// </summary>
  411. [Description("合同号")]
  412. [Nullable(true)]
  413. [DataLength(20)]
  414. public string OrderNo
  415. {
  416. get { return orderNo; }
  417. set { orderNo = value; }
  418. }
  419. /// <summary>
  420. /// 合同行号
  421. /// </summary>
  422. [Description("合同行号")]
  423. [Nullable(true)]
  424. [DataLength(3)]
  425. public string OrderSeq
  426. {
  427. get { return orderSeq; }
  428. set { orderSeq = value; }
  429. }
  430. /// <summary>
  431. /// 交货编码
  432. /// </summary>
  433. [Description("交货行号")]
  434. [Nullable(true)]
  435. [DataLength(3)]
  436. public string DeliveryNo
  437. {
  438. get { return deliveryNo; }
  439. set { deliveryNo = value; }
  440. }
  441. /// <summary>
  442. /// 备料需求号
  443. /// </summary>
  444. [Description("备料需求号")]
  445. [Nullable(true)]
  446. [DataLength(20)]
  447. public string ReqBlId
  448. {
  449. get { return reqBlId; }
  450. set { reqBlId = value; }
  451. }
  452. /// <summary>
  453. /// 产线编码
  454. /// </summary>
  455. [Description("产线编码")]
  456. [Nullable(true)]
  457. [DataLength(20)]
  458. public string PlineCode
  459. {
  460. get { return plineCode; }
  461. set { plineCode = value; }
  462. }
  463. /// <summary>
  464. /// 产线描述
  465. /// </summary>
  466. [Description("镦拔扩产线")]
  467. [Nullable(true)]
  468. [DataLength(100)]
  469. public string PlineName
  470. {
  471. get { return plineName; }
  472. set { plineName = value; }
  473. }
  474. /// <summary>
  475. /// 投入物料编码
  476. /// </summary>
  477. [Description("投入物料编码")]
  478. [Nullable(true)]
  479. [DataLength(40)]
  480. public string InwlId
  481. {
  482. get { return inwlId; }
  483. set { inwlId = value; }
  484. }
  485. /// <summary>
  486. /// 产出物料编码
  487. /// </summary>
  488. [Description("产出物料编码")]
  489. [Nullable(true)]
  490. [DataLength(40)]
  491. public string OutwlId
  492. {
  493. get { return outwlId; }
  494. set { outwlId = value; }
  495. }
  496. /// <summary>
  497. /// 排产重量
  498. /// </summary>
  499. [Description("排产重量")]
  500. [Nullable(true)]
  501. [DataLength(10)]
  502. public decimal? WeigthS
  503. {
  504. get { return weigthS; }
  505. set { weigthS = value; }
  506. }
  507. /// <summary>
  508. /// 排产支数
  509. /// </summary>
  510. [Description("排产支数")]
  511. [Nullable(true)]
  512. [DataLength(10)]
  513. public decimal? NumS
  514. {
  515. get { return numS; }
  516. set { numS = value; }
  517. }
  518. /// <summary>
  519. /// 工序内生产顺序号
  520. /// </summary>
  521. [Description("工序内生产顺序号")]
  522. [Nullable(true)]
  523. [DataLength(20)]
  524. public string GxProSeq
  525. {
  526. get { return gxProSeq; }
  527. set { gxProSeq = value; }
  528. }
  529. /// <summary>
  530. /// 计划耗时(分)
  531. /// </summary>
  532. [Description("计划耗时(分)")]
  533. [Nullable(true)]
  534. [DataLength(10)]
  535. public decimal? PlanUsetime
  536. {
  537. get { return planUsetime; }
  538. set { planUsetime = value; }
  539. }
  540. /// <summary>
  541. /// 计划开始时间
  542. /// </summary>
  543. [Description("计划开始时间")]
  544. [Nullable(true)]
  545. public string PlanTimeB
  546. {
  547. get { return planTimeB; }
  548. set { planTimeB = value; }
  549. }
  550. /// <summary>
  551. /// 计划结束时间
  552. /// </summary>
  553. [Description("计划结束时间")]
  554. [Nullable(true)]
  555. public string PlanTimeE
  556. {
  557. get { return planTimeE; }
  558. set { planTimeE = value; }
  559. }
  560. /// <summary>
  561. /// 执行状态
  562. /// </summary>
  563. [Description("执行状态")]
  564. [Nullable(true)]
  565. [DataLength(10)]
  566. public string ExeStatus
  567. {
  568. get { return exeStatus; }
  569. set { exeStatus = value; }
  570. }
  571. }
  572. }