MilFurnacesReslutDetiaEntity.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  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.ZGMil.Entity
  8. {
  9. /// <summary>
  10. /// 数据库表MIL_FURNACES_RESLUT_DETIA所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:PC-20160918TFRG 时间:2016-12-28
  12. /// </summary>
  13. public class MilFurnacesReslutDetiaEntity
  14. {
  15. /// <summary>
  16. /// 生产批号
  17. /// </summary>
  18. private string lotNo = "";
  19. /// <summary>
  20. /// 熔炼炉号
  21. /// </summary>
  22. private string stoveNo = "";
  23. /// <summary>
  24. /// 判定炉号
  25. /// </summary>
  26. private string judgeStoveNo = "";
  27. /// <summary>
  28. /// 外径(实际)
  29. /// </summary>
  30. private decimal? diameter = null;
  31. /// <summary>
  32. /// 壁厚(实际)
  33. /// </summary>
  34. private decimal? thickness = null;
  35. /// <summary>
  36. /// 长度(实际)
  37. /// </summary>
  38. private decimal? length = null;
  39. /// <summary>
  40. /// 厂线代码
  41. /// </summary>
  42. private string plineCode = "";
  43. /// <summary>
  44. /// 组炉支数
  45. /// </summary>
  46. private decimal? groupNum = null;
  47. /// <summary>
  48. /// 是否是组炉批标识(0-未组批,1-组批中,2-组批完成)
  49. /// </summary>
  50. private string zpFlag = "";
  51. /// <summary>
  52. /// 状态(0-下线 1-处理完成)
  53. /// </summary>
  54. private string status = "";
  55. /// <summary>
  56. /// 操作时间
  57. /// </summary>
  58. private string colTime = "";
  59. /// <summary>
  60. /// 备注
  61. /// </summary>
  62. private string remark = "";
  63. /// <summary>
  64. /// 操作人
  65. /// </summary>
  66. private string colUser = "";
  67. /// <summary>
  68. /// 操作班次
  69. /// </summary>
  70. private string colShift = "";
  71. /// <summary>
  72. /// 操作班组
  73. /// </summary>
  74. private string colGroup = "";
  75. /// <summary>
  76. /// 重量
  77. /// </summary>
  78. private decimal? zpHeight = null;
  79. /// <summary>
  80. /// 品名描述
  81. /// </summary>
  82. private string producname = "";
  83. /// <summary>
  84. /// 钢级(牌号)代码
  85. /// </summary>
  86. private string steelcode = "";
  87. /// <summary>
  88. /// 钢级(牌号)名称
  89. /// </summary>
  90. private string steelname = "";
  91. /// <summary>
  92. /// 钢种代码
  93. /// </summary>
  94. private string gradecode = "";
  95. /// <summary>
  96. /// 钢种名称
  97. /// </summary>
  98. private string gradename = "";
  99. /// <summary>
  100. /// 产品规格代码
  101. /// </summary>
  102. private string specCode = "";
  103. /// <summary>
  104. /// 产品规格描述
  105. /// </summary>
  106. private string specName = "";
  107. /// <summary>
  108. /// 扣型代码
  109. /// </summary>
  110. private string modelCode = "";
  111. /// <summary>
  112. /// 扣型描述
  113. /// </summary>
  114. private string modelDesc = "";
  115. /// <summary>
  116. /// 标准代码
  117. /// </summary>
  118. private string stdCode = "";
  119. /// <summary>
  120. /// 标准名称
  121. /// </summary>
  122. private string stdName = "";
  123. /// <summary>
  124. /// 标准类别代码
  125. /// </summary>
  126. private string stdStyle = "";
  127. /// <summary>
  128. /// 标准类别描述(PSL1....)
  129. /// </summary>
  130. private string stdStyleDesc = "";
  131. /// <summary>
  132. /// 工序合同号
  133. /// </summary>
  134. private string contractNo = "";
  135. /// <summary>
  136. /// 品名代码
  137. /// </summary>
  138. private string produccode = "";
  139. /// <summary>
  140. /// 长度范围
  141. /// </summary>
  142. private string actLenRange = "";
  143. /// <summary>
  144. /// 组批生产批号
  145. /// </summary>
  146. private string zpLotNo = "";
  147. /// <summary>
  148. /// 组批判定炉号
  149. /// </summary>
  150. private string zpJudgeStoveNo = "";
  151. /// <summary>
  152. /// 去向(A:成品 ,B、C:在制品)
  153. /// </summary>
  154. private string target = "";
  155. /// <summary>
  156. /// 机组
  157. /// </summary>
  158. private string plineName = "";
  159. [Description("机组")]
  160. [Nullable(true)]
  161. [DataLength(20)]
  162. public string PlineName
  163. {
  164. get { return plineName; }
  165. set { plineName = value; }
  166. }
  167. /// <summary>
  168. /// 生产批号
  169. /// </summary>
  170. [Description("生产批号")]
  171. [Nullable(true)]
  172. [DataLength(20)]
  173. public string LotNo
  174. {
  175. get { return lotNo; }
  176. set { lotNo = value; }
  177. }
  178. /// <summary>
  179. /// 熔炼炉号
  180. /// </summary>
  181. [Description("熔炼炉号")]
  182. [Nullable(true)]
  183. [DataLength(20)]
  184. public string StoveNo
  185. {
  186. get { return stoveNo; }
  187. set { stoveNo = value; }
  188. }
  189. /// <summary>
  190. /// 判定炉号
  191. /// </summary>
  192. [Description("判定炉号")]
  193. [Nullable(false)]
  194. [DataLength(20)]
  195. public string JudgeStoveNo
  196. {
  197. get { return judgeStoveNo; }
  198. set { judgeStoveNo = value; }
  199. }
  200. /// <summary>
  201. /// 外径(实际)
  202. /// </summary>
  203. [Description("外径(实际)")]
  204. [Nullable(true)]
  205. [DataLength(8)]
  206. public decimal? Diameter
  207. {
  208. get { return diameter; }
  209. set { diameter = value; }
  210. }
  211. /// <summary>
  212. /// 壁厚(实际)
  213. /// </summary>
  214. [Description("壁厚(实际)")]
  215. [Nullable(true)]
  216. [DataLength(8)]
  217. public decimal? Thickness
  218. {
  219. get { return thickness; }
  220. set { thickness = value; }
  221. }
  222. /// <summary>
  223. /// 长度(实际)
  224. /// </summary>
  225. [Description("长度(实际)")]
  226. [Nullable(true)]
  227. [DataLength(8)]
  228. public decimal? Length
  229. {
  230. get { return length; }
  231. set { length = value; }
  232. }
  233. /// <summary>
  234. /// 厂线代码
  235. /// </summary>
  236. [Description("厂线代码")]
  237. [Nullable(true)]
  238. [DataLength(20)]
  239. public string PlineCode
  240. {
  241. get { return plineCode; }
  242. set { plineCode = value; }
  243. }
  244. /// <summary>
  245. /// 组炉支数
  246. /// </summary>
  247. [Description("组炉支数")]
  248. [Nullable(true)]
  249. [DataLength(6)]
  250. public decimal? GroupNum
  251. {
  252. get { return groupNum; }
  253. set { groupNum = value; }
  254. }
  255. /// <summary>
  256. /// 是否是组炉批标识(0-未组批,1-组批中,2-组批完成)
  257. /// </summary>
  258. [Description("是否是组炉批标识(0-未组批,1-组批中,2-组批完成)")]
  259. [Nullable(true)]
  260. [DataLength(1)]
  261. public string ZpFlag
  262. {
  263. get { return zpFlag; }
  264. set { zpFlag = value; }
  265. }
  266. /// <summary>
  267. /// 状态(0-下线 1-处理完成)
  268. /// </summary>
  269. [Description("状态(0-下线 1-处理完成)")]
  270. [Nullable(true)]
  271. [DataLength(1)]
  272. public string Status
  273. {
  274. get { return status; }
  275. set { status = value; }
  276. }
  277. /// <summary>
  278. /// 操作时间
  279. /// </summary>
  280. [Description("操作时间")]
  281. [Nullable(true)]
  282. public string ColTime
  283. {
  284. get { return colTime; }
  285. set { colTime = value; }
  286. }
  287. /// <summary>
  288. /// 备注
  289. /// </summary>
  290. [Description("备注")]
  291. [Nullable(true)]
  292. [DataLength(100)]
  293. public string Remark
  294. {
  295. get { return remark; }
  296. set { remark = value; }
  297. }
  298. /// <summary>
  299. /// 操作人
  300. /// </summary>
  301. [Description("操作人")]
  302. [Nullable(true)]
  303. [DataLength(20)]
  304. public string ColUser
  305. {
  306. get { return colUser; }
  307. set { colUser = value; }
  308. }
  309. /// <summary>
  310. /// 操作班次
  311. /// </summary>
  312. [Description("操作班次")]
  313. [Nullable(true)]
  314. [DataLength(1)]
  315. public string ColShift
  316. {
  317. get { return colShift; }
  318. set { colShift = value; }
  319. }
  320. /// <summary>
  321. /// 操作班组
  322. /// </summary>
  323. [Description("操作班组")]
  324. [Nullable(true)]
  325. [DataLength(1)]
  326. public string ColGroup
  327. {
  328. get { return colGroup; }
  329. set { colGroup = value; }
  330. }
  331. /// <summary>
  332. /// 重量
  333. /// </summary>
  334. [Description("重量")]
  335. [Nullable(true)]
  336. [DataLength(8)]
  337. public decimal? ZpHeight
  338. {
  339. get { return zpHeight; }
  340. set { zpHeight = value; }
  341. }
  342. /// <summary>
  343. /// 品名描述
  344. /// </summary>
  345. [Description("品名描述")]
  346. [Nullable(true)]
  347. [DataLength(100)]
  348. public string Producname
  349. {
  350. get { return producname; }
  351. set { producname = value; }
  352. }
  353. /// <summary>
  354. /// 钢级(牌号)代码
  355. /// </summary>
  356. [Description("钢级(牌号)代码")]
  357. [Nullable(true)]
  358. [DataLength(10)]
  359. public string Steelcode
  360. {
  361. get { return steelcode; }
  362. set { steelcode = value; }
  363. }
  364. /// <summary>
  365. /// 钢级(牌号)名称
  366. /// </summary>
  367. [Description("钢级(牌号)名称")]
  368. [Nullable(true)]
  369. [DataLength(100)]
  370. public string Steelname
  371. {
  372. get { return steelname; }
  373. set { steelname = value; }
  374. }
  375. /// <summary>
  376. /// 钢种代码
  377. /// </summary>
  378. [Description("钢种代码")]
  379. [Nullable(true)]
  380. [DataLength(10)]
  381. public string Gradecode
  382. {
  383. get { return gradecode; }
  384. set { gradecode = value; }
  385. }
  386. /// <summary>
  387. /// 钢种名称
  388. /// </summary>
  389. [Description("钢种名称")]
  390. [Nullable(true)]
  391. [DataLength(100)]
  392. public string Gradename
  393. {
  394. get { return gradename; }
  395. set { gradename = value; }
  396. }
  397. /// <summary>
  398. /// 产品规格代码
  399. /// </summary>
  400. [Description("产品规格代码")]
  401. [Nullable(true)]
  402. [DataLength(20)]
  403. public string SpecCode
  404. {
  405. get { return specCode; }
  406. set { specCode = value; }
  407. }
  408. /// <summary>
  409. /// 产品规格描述
  410. /// </summary>
  411. [Description("产品规格描述")]
  412. [Nullable(true)]
  413. [DataLength(100)]
  414. public string SpecName
  415. {
  416. get { return specName; }
  417. set { specName = value; }
  418. }
  419. /// <summary>
  420. /// 扣型代码
  421. /// </summary>
  422. [Description("扣型代码")]
  423. [Nullable(true)]
  424. [DataLength(20)]
  425. public string ModelCode
  426. {
  427. get { return modelCode; }
  428. set { modelCode = value; }
  429. }
  430. /// <summary>
  431. /// 扣型描述
  432. /// </summary>
  433. [Description("扣型描述")]
  434. [Nullable(true)]
  435. [DataLength(100)]
  436. public string ModelDesc
  437. {
  438. get { return modelDesc; }
  439. set { modelDesc = value; }
  440. }
  441. /// <summary>
  442. /// 标准代码
  443. /// </summary>
  444. [Description("标准代码")]
  445. [Nullable(true)]
  446. [DataLength(20)]
  447. public string StdCode
  448. {
  449. get { return stdCode; }
  450. set { stdCode = value; }
  451. }
  452. /// <summary>
  453. /// 标准名称
  454. /// </summary>
  455. [Description("标准名称")]
  456. [Nullable(true)]
  457. [DataLength(256)]
  458. public string StdName
  459. {
  460. get { return stdName; }
  461. set { stdName = value; }
  462. }
  463. /// <summary>
  464. /// 标准类别代码
  465. /// </summary>
  466. [Description("标准类别代码")]
  467. [Nullable(true)]
  468. [DataLength(20)]
  469. public string StdStyle
  470. {
  471. get { return stdStyle; }
  472. set { stdStyle = value; }
  473. }
  474. /// <summary>
  475. /// 标准类别描述(PSL1....)
  476. /// </summary>
  477. [Description("标准类别描述(PSL1....)")]
  478. [Nullable(true)]
  479. [DataLength(50)]
  480. public string StdStyleDesc
  481. {
  482. get { return stdStyleDesc; }
  483. set { stdStyleDesc = value; }
  484. }
  485. /// <summary>
  486. /// 工序合同号
  487. /// </summary>
  488. [Description("工序合同号")]
  489. [Nullable(true)]
  490. [DataLength(200)]
  491. public string ContractNo
  492. {
  493. get { return contractNo; }
  494. set { contractNo = value; }
  495. }
  496. /// <summary>
  497. /// 品名代码
  498. /// </summary>
  499. [Description("品名代码")]
  500. [Nullable(true)]
  501. [DataLength(20)]
  502. public string Produccode
  503. {
  504. get { return produccode; }
  505. set { produccode = value; }
  506. }
  507. /// <summary>
  508. /// 长度范围
  509. /// </summary>
  510. [Description("长度范围")]
  511. [Nullable(true)]
  512. [DataLength(12)]
  513. public string ActLenRange
  514. {
  515. get { return actLenRange; }
  516. set { actLenRange = value; }
  517. }
  518. /// <summary>
  519. /// 组批生产批号
  520. /// </summary>
  521. [Description("组批生产批号")]
  522. [Nullable(true)]
  523. [DataLength(20)]
  524. public string ZpLotNo
  525. {
  526. get { return zpLotNo; }
  527. set { zpLotNo = value; }
  528. }
  529. /// <summary>
  530. /// 组批判定炉号
  531. /// </summary>
  532. [Description("组批判定炉号")]
  533. [Nullable(true)]
  534. [DataLength(20)]
  535. public string ZpJudgeStoveNo
  536. {
  537. get { return zpJudgeStoveNo; }
  538. set { zpJudgeStoveNo = value; }
  539. }
  540. /// <summary>
  541. /// 去向(A:成品 ,B、C:在制品)
  542. /// </summary>
  543. [Description("去向(A:成品 ,B、C:在制品)")]
  544. [Nullable(true)]
  545. [DataLength(20)]
  546. public string Target
  547. {
  548. get { return target; }
  549. set { target = value; }
  550. }
  551. }
  552. }