CouplingInspectionResultEntity.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  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.Mcp.Entity
  8. {
  9. /// <summary>
  10. /// 数据库表COUPLING_INSPECTION_RESULT所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:PC-20180117CCCC 时间:2018-08-24
  12. /// </summary>
  13. public class CouplingInspectionResultEntity
  14. {
  15. /// <summary>
  16. /// 实绩编号
  17. /// </summary>
  18. private string resultNo = "";
  19. /// <summary>
  20. /// 产线代码
  21. /// </summary>
  22. private string plineCode = "";
  23. /// <summary>
  24. /// 炉次计划号
  25. /// </summary>
  26. private string zyPlanId = "";
  27. /// <summary>
  28. /// 工单号(炉次计划号+01流水)
  29. /// </summary>
  30. private string woId = "";
  31. /// <summary>
  32. /// 一次合格个数
  33. /// </summary>
  34. private decimal? qualiriedPcs = null;
  35. /// <summary>
  36. /// 废品个数
  37. /// </summary>
  38. private decimal? rejectedPcs = null;
  39. /// <summary>
  40. /// 检验个数
  41. /// </summary>
  42. private decimal? inspectPieces = null;
  43. /// <summary>
  44. /// 采集方式(0-接口采集,1-人工录入)
  45. /// </summary>
  46. private string colMode = "";
  47. /// <summary>
  48. /// 采集/录入时间
  49. /// </summary>
  50. private string colTime = "";
  51. /// <summary>
  52. /// 创建人
  53. /// </summary>
  54. private string colUser = "";
  55. /// <summary>
  56. /// 操作班次
  57. /// </summary>
  58. private string colShift = "";
  59. /// <summary>
  60. /// 操作班组
  61. /// </summary>
  62. private string colGroup = "";
  63. /// <summary>
  64. /// 探伤标准
  65. /// </summary>
  66. private string inspStandard = "";
  67. /// <summary>
  68. /// 试片类型
  69. /// </summary>
  70. private string specimenType = "";
  71. /// <summary>
  72. /// 试片显示
  73. /// </summary>
  74. private string specimenMagnetic = "";
  75. /// <summary>
  76. /// 磁粉种类
  77. /// </summary>
  78. private string magneticPowder = "";
  79. /// <summary>
  80. /// 磁悬液浓度
  81. /// </summary>
  82. private decimal? concentration = null;
  83. /// <summary>
  84. /// 线圈电流强度
  85. /// </summary>
  86. private decimal? coilIntensity = null;
  87. /// <summary>
  88. /// 中心棒电流强度
  89. /// </summary>
  90. private decimal? centerIntensity = null;
  91. /// <summary>
  92. /// 退磁电压(V)
  93. /// </summary>
  94. private decimal? voltage = null;
  95. /// <summary>
  96. /// 备注
  97. /// </summary>
  98. private string memo = "";
  99. /// <summary>
  100. /// 创建时间
  101. /// </summary>
  102. private string createTime = "";
  103. /// <summary>
  104. /// 操作工
  105. /// </summary>
  106. private string colOperator = "";
  107. /// <summary>
  108. /// 修改人
  109. /// </summary>
  110. private string updateName = "";
  111. /// <summary>
  112. /// 修改时间
  113. /// </summary>
  114. private string updateDate = "";
  115. /// <summary>
  116. /// 不合格原因
  117. /// </summary>
  118. private string unqualiriedReason = "";
  119. /// <summary>
  120. /// 不合格个数
  121. /// </summary>
  122. private decimal? unqualiriedPcs = null;
  123. /// <summary>
  124. /// 修后复探量
  125. /// </summary>
  126. private decimal? amountPcs = null;
  127. /// <summary>
  128. /// 最终合格个数
  129. /// </summary>
  130. private decimal? finalQualified = null;
  131. /// <summary>
  132. /// 废品原因
  133. /// </summary>
  134. private string rejectedReason = "";
  135. /// <summary>
  136. /// 是否全项委托(0否,1是)
  137. /// </summary>
  138. private string ifAllOutWork = "";
  139. /// <summary>
  140. /// 离线个数
  141. /// </summary>
  142. private decimal? offNum = null;
  143. /// <summary>
  144. /// 产线名称
  145. /// </summary>
  146. private string plineName = "";
  147. ///是否确认
  148. private string confirm = "";
  149. /// <summary>
  150. ///确认
  151. /// </summary>
  152. [Description("是否确认")]
  153. [Nullable(true)]
  154. [DataLength(1)]
  155. public string Confirm
  156. {
  157. get { return confirm; }
  158. set { confirm = value; }
  159. }
  160. /// <summary>
  161. ///探伤报告
  162. /// </summary>
  163. private string report = "";
  164. /// <summary>
  165. ///探伤报告
  166. /// </summary>
  167. [Description("探伤报告")]
  168. [Nullable(true)]
  169. [DataLength(100)]
  170. public string Report
  171. {
  172. get { return report; }
  173. set { report = value; }
  174. }
  175. /// <summary>
  176. ///签发者
  177. /// </summary>
  178. private string issued = "";
  179. /// <summary>
  180. ///签发者
  181. /// </summary>
  182. [Description("签发者")]
  183. [Nullable(true)]
  184. [DataLength(100)]
  185. public string Issued
  186. {
  187. get { return issued; }
  188. set { issued = value; }
  189. }
  190. /// <summary>
  191. ///磁化时间MAGTIMES
  192. /// </summary>
  193. private string magtimes = "";
  194. /// <summary>
  195. ///磁化时间
  196. /// </summary>
  197. [Description("磁化时间")]
  198. [Nullable(true)]
  199. [DataLength(100)]
  200. public string Magtimes
  201. {
  202. get { return magtimes; }
  203. set { magtimes = value; }
  204. }
  205. /// <summary>
  206. ///检测位置及方向POSITION
  207. /// </summary>
  208. private string position = "";
  209. /// <summary>
  210. /// 检测位置及方向
  211. /// </summary>
  212. [Description("检测位置及方向")]
  213. [Nullable(true)]
  214. [DataLength(30)]
  215. public string Position
  216. {
  217. get { return position; }
  218. set { position = value; }
  219. }
  220. /// <summary>
  221. /// 炉号JUDGE_STOVE_NO
  222. /// </summary>
  223. private string judgeStoveNo = "";
  224. /// <summary>
  225. /// 炉号
  226. /// </summary>
  227. [Description("炉号")]
  228. [Nullable(true)]
  229. [DataLength(20)]
  230. public string JudgeStoveNo
  231. {
  232. get { return judgeStoveNo; }
  233. set { judgeStoveNo = value; }
  234. }
  235. /// <summary>
  236. /// 批号BATCH_NO
  237. /// </summary>
  238. private string batchNo = "";
  239. /// <summary>
  240. /// 炉号
  241. /// </summary>
  242. [Description("批号")]
  243. [Nullable(true)]
  244. [DataLength(20)]
  245. public string BatchNo
  246. {
  247. get { return batchNo; }
  248. set { batchNo = value; }
  249. }
  250. /// <summary>
  251. /// 实绩编号
  252. /// </summary>
  253. [Description("实绩编号")]
  254. [Nullable(false)]
  255. [DataLength(20)]
  256. public string ResultNo
  257. {
  258. get { return resultNo; }
  259. set { resultNo = value; }
  260. }
  261. /// <summary>
  262. /// 产线代码
  263. /// </summary>
  264. [Description("产线代码")]
  265. [Nullable(false)]
  266. [DataLength(20)]
  267. public string PlineCode
  268. {
  269. get { return plineCode; }
  270. set { plineCode = value; }
  271. }
  272. /// <summary>
  273. /// 炉次计划号
  274. /// </summary>
  275. [Description("炉次计划号")]
  276. [Nullable(false)]
  277. [DataLength(20)]
  278. public string ZyPlanId
  279. {
  280. get { return zyPlanId; }
  281. set { zyPlanId = value; }
  282. }
  283. /// <summary>
  284. /// 工单号(炉次计划号+01流水)
  285. /// </summary>
  286. [Description("工单号(炉次计划号+01流水)")]
  287. [Nullable(false)]
  288. [DataLength(20)]
  289. public string WoId
  290. {
  291. get { return woId; }
  292. set { woId = value; }
  293. }
  294. /// <summary>
  295. /// 一次合格个数
  296. /// </summary>
  297. [Description("一次合格个数")]
  298. [Nullable(true)]
  299. [DataLength(6)]
  300. public decimal? QualiriedPcs
  301. {
  302. get { return qualiriedPcs; }
  303. set { qualiriedPcs = value; }
  304. }
  305. /// <summary>
  306. /// 废品个数
  307. /// </summary>
  308. [Description("废品个数")]
  309. [Nullable(true)]
  310. [DataLength(6)]
  311. public decimal? RejectedPcs
  312. {
  313. get { return rejectedPcs; }
  314. set { rejectedPcs = value; }
  315. }
  316. /// <summary>
  317. /// 检验个数
  318. /// </summary>
  319. [Description("检验个数")]
  320. [Nullable(true)]
  321. [DataLength(6)]
  322. public decimal? InspectPieces
  323. {
  324. get { return inspectPieces; }
  325. set { inspectPieces = value; }
  326. }
  327. /// <summary>
  328. /// 采集方式(0-接口采集,1-人工录入)
  329. /// </summary>
  330. [Description("采集方式(0-接口采集,1-人工录入)")]
  331. [Nullable(true)]
  332. [DataLength(1)]
  333. public string ColMode
  334. {
  335. get { return colMode; }
  336. set { colMode = value; }
  337. }
  338. /// <summary>
  339. /// 采集/录入时间
  340. /// </summary>
  341. [Description("采集/录入时间")]
  342. [Nullable(true)]
  343. public string ColTime
  344. {
  345. get { return colTime; }
  346. set { colTime = value; }
  347. }
  348. /// <summary>
  349. /// 创建人
  350. /// </summary>
  351. [Description("创建人")]
  352. [Nullable(true)]
  353. [DataLength(20)]
  354. public string ColUser
  355. {
  356. get { return colUser; }
  357. set { colUser = value; }
  358. }
  359. /// <summary>
  360. /// 操作班次
  361. /// </summary>
  362. [Description("操作班次")]
  363. [Nullable(true)]
  364. [DataLength(1)]
  365. public string ColShift
  366. {
  367. get { return colShift; }
  368. set { colShift = value; }
  369. }
  370. /// <summary>
  371. /// 操作班组
  372. /// </summary>
  373. [Description("操作班组")]
  374. [Nullable(true)]
  375. [DataLength(1)]
  376. public string ColGroup
  377. {
  378. get { return colGroup; }
  379. set { colGroup = value; }
  380. }
  381. /// <summary>
  382. /// 探伤标准
  383. /// </summary>
  384. [Description("探伤标准")]
  385. [Nullable(true)]
  386. [DataLength(20)]
  387. public string InspStandard
  388. {
  389. get { return inspStandard; }
  390. set { inspStandard = value; }
  391. }
  392. /// <summary>
  393. /// 试片类型
  394. /// </summary>
  395. [Description("试片类型")]
  396. [Nullable(true)]
  397. [DataLength(20)]
  398. public string SpecimenType
  399. {
  400. get { return specimenType; }
  401. set { specimenType = value; }
  402. }
  403. /// <summary>
  404. /// 试片显示
  405. /// </summary>
  406. [Description("试片显示")]
  407. [Nullable(true)]
  408. [DataLength(20)]
  409. public string SpecimenMagnetic
  410. {
  411. get { return specimenMagnetic; }
  412. set { specimenMagnetic = value; }
  413. }
  414. /// <summary>
  415. /// 磁粉种类
  416. /// </summary>
  417. [Description("磁粉种类")]
  418. [Nullable(true)]
  419. [DataLength(20)]
  420. public string MagneticPowder
  421. {
  422. get { return magneticPowder; }
  423. set { magneticPowder = value; }
  424. }
  425. /// <summary>
  426. /// 磁悬液浓度
  427. /// </summary>
  428. [Description("磁悬液浓度")]
  429. [Nullable(true)]
  430. [DataLength(6)]
  431. public decimal? Concentration
  432. {
  433. get { return concentration; }
  434. set { concentration = value; }
  435. }
  436. /// <summary>
  437. /// 线圈电流强度
  438. /// </summary>
  439. [Description("线圈电流强度")]
  440. [Nullable(true)]
  441. [DataLength(6)]
  442. public decimal? CoilIntensity
  443. {
  444. get { return coilIntensity; }
  445. set { coilIntensity = value; }
  446. }
  447. /// <summary>
  448. /// 中心棒电流强度
  449. /// </summary>
  450. [Description("中心棒电流强度")]
  451. [Nullable(true)]
  452. [DataLength(6)]
  453. public decimal? CenterIntensity
  454. {
  455. get { return centerIntensity; }
  456. set { centerIntensity = value; }
  457. }
  458. /// <summary>
  459. /// 退磁电压(V)
  460. /// </summary>
  461. [Description("退磁电压(V)")]
  462. [Nullable(true)]
  463. [DataLength(6)]
  464. public decimal? Voltage
  465. {
  466. get { return voltage; }
  467. set { voltage = value; }
  468. }
  469. /// <summary>
  470. /// 备注
  471. /// </summary>
  472. [Description("备注")]
  473. [Nullable(true)]
  474. [DataLength(100)]
  475. public string Memo
  476. {
  477. get { return memo; }
  478. set { memo = value; }
  479. }
  480. /// <summary>
  481. /// 创建时间
  482. /// </summary>
  483. [Description("创建时间")]
  484. [Nullable(true)]
  485. public string CreateTime
  486. {
  487. get { return createTime; }
  488. set { createTime = value; }
  489. }
  490. /// <summary>
  491. /// 操作工
  492. /// </summary>
  493. [Description("操作工")]
  494. [Nullable(true)]
  495. [DataLength(20)]
  496. public string ColOperator
  497. {
  498. get { return colOperator; }
  499. set { colOperator = value; }
  500. }
  501. /// <summary>
  502. /// 修改人
  503. /// </summary>
  504. [Description("修改人")]
  505. [Nullable(true)]
  506. [DataLength(20)]
  507. public string UpdateName
  508. {
  509. get { return updateName; }
  510. set { updateName = value; }
  511. }
  512. /// <summary>
  513. /// 修改时间
  514. /// </summary>
  515. [Description("修改时间")]
  516. [Nullable(true)]
  517. public string UpdateDate
  518. {
  519. get { return updateDate; }
  520. set { updateDate = value; }
  521. }
  522. /// <summary>
  523. /// 不合格原因
  524. /// </summary>
  525. [Description("不合格原因")]
  526. [Nullable(true)]
  527. [DataLength(100)]
  528. public string UnqualiriedReason
  529. {
  530. get { return unqualiriedReason; }
  531. set { unqualiriedReason = value; }
  532. }
  533. /// <summary>
  534. /// 不合格个数
  535. /// </summary>
  536. [Description("不合格个数")]
  537. [Nullable(true)]
  538. [DataLength(6)]
  539. public decimal? UnqualiriedPcs
  540. {
  541. get { return unqualiriedPcs; }
  542. set { unqualiriedPcs = value; }
  543. }
  544. /// <summary>
  545. /// 修后复探量
  546. /// </summary>
  547. [Description("修后复探量")]
  548. [Nullable(true)]
  549. [DataLength(6)]
  550. public decimal? AmountPcs
  551. {
  552. get { return amountPcs; }
  553. set { amountPcs = value; }
  554. }
  555. /// <summary>
  556. /// 最终合格个数
  557. /// </summary>
  558. [Description("最终合格个数")]
  559. [Nullable(true)]
  560. [DataLength(6)]
  561. public decimal? FinalQualified
  562. {
  563. get { return finalQualified; }
  564. set { finalQualified = value; }
  565. }
  566. /// <summary>
  567. /// 废品原因
  568. /// </summary>
  569. [Description("废品原因")]
  570. [Nullable(true)]
  571. [DataLength(100)]
  572. public string RejectedReason
  573. {
  574. get { return rejectedReason; }
  575. set { rejectedReason = value; }
  576. }
  577. /// <summary>
  578. /// 是否全项委托(0否,1是)
  579. /// </summary>
  580. [Description("是否全项委托(0否,1是)")]
  581. [Nullable(true)]
  582. [DataLength(1)]
  583. public string IfAllOutWork
  584. {
  585. get { return ifAllOutWork; }
  586. set { ifAllOutWork = value; }
  587. }
  588. /// <summary>
  589. /// 离线个数
  590. /// </summary>
  591. [Description("离线个数")]
  592. [Nullable(true)]
  593. [DataLength(6)]
  594. public decimal? OffNum
  595. {
  596. get { return offNum; }
  597. set { offNum = value; }
  598. }
  599. /// <summary>
  600. /// 产线名称
  601. /// </summary>
  602. [Description("产线名称")]
  603. [Nullable(true)]
  604. [DataLength(100)]
  605. public string PlineName
  606. {
  607. get { return plineName; }
  608. set { plineName = value; }
  609. }
  610. }
  611. }