QcmJhyPhyresultEntity.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. using Core.Mes.Client.Comm.Attribute;
  2. using Newtonsoft.Json;
  3. using System;
  4. using System.ComponentModel;
  5. namespace Core.StlMes.Client.Judge.Models
  6. {
  7. /// <summary>
  8. /// 数据库表QCM_JHY_PHYRESULT所对应的实体类(生成工具:代码生成工具4.0 访问地址:http://172.16.2.128/tool/)
  9. /// 作者:tgcx-test 时间:2016-09-27
  10. /// </summary>
  11. public class QcmJhyPhyresultEntity
  12. {
  13. /// <summary>
  14. /// 检验编号
  15. /// </summary>
  16. private string sampleId = "";
  17. /// <summary>
  18. /// 样管号
  19. /// </summary>
  20. private string sampleNo = "";
  21. /// <summary>
  22. /// 材质序号
  23. /// </summary>
  24. private decimal? indexSeq = null;
  25. /// <summary>
  26. /// 生产批号
  27. /// </summary>
  28. private string lotNo = "";
  29. /// <summary>
  30. /// 熔炼炉号
  31. /// </summary>
  32. private string stoveNo = "";
  33. /// <summary>
  34. /// 判定炉号
  35. /// </summary>
  36. private string judgeStoveNo = "";
  37. /// <summary>
  38. /// 性能批号
  39. /// </summary>
  40. private string batchNo = "";
  41. /// <summary>
  42. /// 取样类型(初样/复样)
  43. /// </summary>
  44. private string sampleType = "";
  45. /// <summary>
  46. /// 委托单位
  47. /// </summary>
  48. private string consigner = "";
  49. /// <summary>
  50. /// 产线代码
  51. /// </summary>
  52. private string plineCode = "";
  53. /// <summary>
  54. /// 材质检验项代码(大类)
  55. /// </summary>
  56. private string phyCodeMax = "";
  57. /// <summary>
  58. /// 材质检验项名称(大类)
  59. /// </summary>
  60. private string phyNameMax = "";
  61. /// <summary>
  62. /// 取样码
  63. /// </summary>
  64. private string phyCodeMin = "";
  65. /// <summary>
  66. /// 取样码描述
  67. /// </summary>
  68. private string phyNameMin = "";
  69. /// <summary>
  70. /// 材质检验项代码
  71. /// </summary>
  72. private string phyCode = "";
  73. /// <summary>
  74. /// 材质检验项名称
  75. /// </summary>
  76. private string phyName = "";
  77. /// <summary>
  78. /// 试验方向代码
  79. /// </summary>
  80. private string itemCodeF = "";
  81. /// <summary>
  82. /// 试验方向描述
  83. /// </summary>
  84. private string itemNameF = "";
  85. /// <summary>
  86. /// 试验温度代码
  87. /// </summary>
  88. private string itemCodeW = "";
  89. /// <summary>
  90. /// 试验温度描述
  91. /// </summary>
  92. private string itemNameW = "";
  93. /// <summary>
  94. /// 试样尺寸代码
  95. /// </summary>
  96. private string itemCodeS = "";
  97. /// <summary>
  98. /// 试样尺寸描述
  99. /// </summary>
  100. private string itemNameS = "";
  101. /// <summary>
  102. /// 值1
  103. /// </summary>
  104. private string value1 = "";
  105. /// <summary>
  106. /// 值2
  107. /// </summary>
  108. private string value2 = "";
  109. /// <summary>
  110. /// 值3
  111. /// </summary>
  112. private string value3 = "";
  113. /// <summary>
  114. /// 值4
  115. /// </summary>
  116. private string value4 = "";
  117. /// <summary>
  118. /// 值5
  119. /// </summary>
  120. private string value5 = "";
  121. /// <summary>
  122. /// 值6
  123. /// </summary>
  124. private string value6 = "";
  125. /// <summary>
  126. /// 值7
  127. /// </summary>
  128. private string value7 = "";
  129. /// <summary>
  130. /// 值8
  131. /// </summary>
  132. private string value8 = "";
  133. /// <summary>
  134. /// 值9
  135. /// </summary>
  136. private string value9 = "";
  137. /// <summary>
  138. /// 值10
  139. /// </summary>
  140. private string value10 = "";
  141. /// <summary>
  142. /// 值11
  143. /// </summary>
  144. private string value11 = "";
  145. /// <summary>
  146. /// 值12
  147. /// </summary>
  148. private string value12 = "";
  149. /// <summary>
  150. /// 值13
  151. /// </summary>
  152. private string value13 = "";
  153. /// <summary>
  154. /// 值14
  155. /// </summary>
  156. private string value14 = "";
  157. /// <summary>
  158. /// 值15
  159. /// </summary>
  160. private string value15 = "";
  161. /// <summary>
  162. /// 平均值
  163. /// </summary>
  164. private string average = "";
  165. /// <summary>
  166. /// 创建人
  167. /// </summary>
  168. private string createName = "";
  169. /// <summary>
  170. /// 创建时间
  171. /// </summary>
  172. private string createTime = "";
  173. /// <summary>
  174. /// 修改人
  175. /// </summary>
  176. private string updateName = "";
  177. /// <summary>
  178. /// 修改时间
  179. /// </summary>
  180. private string updateTime = "";
  181. /// <summary>
  182. /// 删除人
  183. /// </summary>
  184. private string deleteName = "";
  185. /// <summary>
  186. /// 删除时间
  187. /// </summary>
  188. private string deleteTime = "";
  189. /// <summary>
  190. /// 检验编号
  191. /// </summary>
  192. [Description("检验编号")]
  193. [Nullable(false)]
  194. [DataLength(20)]
  195. [JsonProperty("sampleId")]
  196. public string SampleId
  197. {
  198. get { return sampleId; }
  199. set { sampleId = value; }
  200. }
  201. /// <summary>
  202. /// 样管号
  203. /// </summary>
  204. [Description("样管号")]
  205. [Nullable(false)]
  206. [DataLength(20)]
  207. [JsonProperty("sampleNo")]
  208. public string SampleNo
  209. {
  210. get { return sampleNo; }
  211. set { sampleNo = value; }
  212. }
  213. /// <summary>
  214. /// 材质序号
  215. /// </summary>
  216. [Description("材质序号")]
  217. [Nullable(false)]
  218. [DataLength(22)]
  219. [JsonProperty("indexSeq")]
  220. public decimal? IndexSeq
  221. {
  222. get { return indexSeq; }
  223. set { indexSeq = value; }
  224. }
  225. /// <summary>
  226. /// 生产批号
  227. /// </summary>
  228. [Description("生产批号")]
  229. [Nullable(true)]
  230. [DataLength(20)]
  231. [JsonProperty("lotNo")]
  232. public string LotNo
  233. {
  234. get { return lotNo; }
  235. set { lotNo = value; }
  236. }
  237. /// <summary>
  238. /// 熔炼炉号
  239. /// </summary>
  240. [Description("冶炼炉号")]
  241. [Nullable(true)]
  242. [DataLength(20)]
  243. [JsonProperty("stoveNo")]
  244. public string StoveNo
  245. {
  246. get { return stoveNo; }
  247. set { stoveNo = value; }
  248. }
  249. /// <summary>
  250. /// 判定炉号
  251. /// </summary>
  252. [Description("判定炉号")]
  253. [Nullable(true)]
  254. [DataLength(6)]
  255. [JsonProperty("judgeStoveNo")]
  256. public string JudgeStoveNo
  257. {
  258. get { return judgeStoveNo; }
  259. set { judgeStoveNo = value; }
  260. }
  261. /// <summary>
  262. /// 性能批号
  263. /// </summary>
  264. [Description("性能批号")]
  265. [Nullable(true)]
  266. [DataLength(20)]
  267. [JsonProperty("batchNo")]
  268. public string BatchNo
  269. {
  270. get { return batchNo; }
  271. set { batchNo = value; }
  272. }
  273. /// <summary>
  274. /// 取样类型(初样/复样)
  275. /// </summary>
  276. [Description("取样类型")]
  277. [Nullable(false)]
  278. [DataLength(20)]
  279. [JsonProperty("sampleType")]
  280. public string SampleType
  281. {
  282. get { return sampleType; }
  283. set { sampleType = value; }
  284. }
  285. /// <summary>
  286. /// 委托单位
  287. /// </summary>
  288. [Description("委托单位")]
  289. [Nullable(true)]
  290. [DataLength(100)]
  291. [JsonProperty("consigner")]
  292. public string Consigner
  293. {
  294. get { return consigner; }
  295. set { consigner = value; }
  296. }
  297. /// <summary>
  298. /// 产线代码
  299. /// </summary>
  300. [Description("产线代码")]
  301. [Nullable(true)]
  302. [DataLength(4)]
  303. [JsonProperty("plineCode")]
  304. public string PlineCode
  305. {
  306. get { return plineCode; }
  307. set { plineCode = value; }
  308. }
  309. /// <summary>
  310. /// 材质检验项代码(大类)
  311. /// </summary>
  312. [Description("材质检验项代码(大类)")]
  313. [Nullable(false)]
  314. [DataLength(5)]
  315. [JsonProperty("phyCodeMax")]
  316. public string PhyCodeMax
  317. {
  318. get { return phyCodeMax; }
  319. set { phyCodeMax = value; }
  320. }
  321. /// <summary>
  322. /// 材质检验项名称(大类)
  323. /// </summary>
  324. [Description("检验大项")]
  325. [Nullable(true)]
  326. [DataLength(100)]
  327. [JsonProperty("phyNameMax")]
  328. public string PhyNameMax
  329. {
  330. get { return phyNameMax; }
  331. set { phyNameMax = value; }
  332. }
  333. /// <summary>
  334. /// 取样码
  335. /// </summary>
  336. [Description("取样码")]
  337. [Nullable(false)]
  338. [DataLength(5)]
  339. [JsonProperty("phyCodeMin")]
  340. public string PhyCodeMin
  341. {
  342. get { return phyCodeMin; }
  343. set { phyCodeMin = value; }
  344. }
  345. /// <summary>
  346. /// 取样码描述
  347. /// </summary>
  348. [Description("试样组")]
  349. [Nullable(true)]
  350. [DataLength(100)]
  351. [JsonProperty("phyNameMin")]
  352. public string PhyNameMin
  353. {
  354. get { return phyNameMin; }
  355. set { phyNameMin = value; }
  356. }
  357. /// <summary>
  358. /// 材质检验项代码
  359. /// </summary>
  360. [Description("材质检验项代码")]
  361. [Nullable(false)]
  362. [DataLength(5)]
  363. [JsonProperty("phyCode")]
  364. public string PhyCode
  365. {
  366. get { return phyCode; }
  367. set { phyCode = value; }
  368. }
  369. /// <summary>
  370. /// 材质检验项名称
  371. /// </summary>
  372. [Description("检验项")]
  373. [Nullable(true)]
  374. [DataLength(100)]
  375. [JsonProperty("phyName")]
  376. public string PhyName
  377. {
  378. get { return phyName; }
  379. set { phyName = value; }
  380. }
  381. /// <summary>
  382. /// 试验方向代码
  383. /// </summary>
  384. [Description("试验方向代码")]
  385. [Nullable(true)]
  386. [DataLength(5)]
  387. [JsonProperty("itemCodeF")]
  388. public string ItemCodeF
  389. {
  390. get { return itemCodeF; }
  391. set { itemCodeF = value; }
  392. }
  393. /// <summary>
  394. /// 试验方向描述
  395. /// </summary>
  396. [Description("试验方向")]
  397. [Nullable(true)]
  398. [DataLength(100)]
  399. [JsonProperty("itemNameF")]
  400. public string ItemNameF
  401. {
  402. get { return itemNameF; }
  403. set { itemNameF = value; }
  404. }
  405. /// <summary>
  406. /// 试验温度代码
  407. /// </summary>
  408. [Description("试验温度代码")]
  409. [Nullable(true)]
  410. [DataLength(5)]
  411. [JsonProperty("itemCodeW")]
  412. public string ItemCodeW
  413. {
  414. get { return itemCodeW; }
  415. set { itemCodeW = value; }
  416. }
  417. /// <summary>
  418. /// 试验温度描述
  419. /// </summary>
  420. [Description("试验温度")]
  421. [Nullable(true)]
  422. [DataLength(100)]
  423. [JsonProperty("itemNameW")]
  424. public string ItemNameW
  425. {
  426. get { return itemNameW; }
  427. set { itemNameW = value; }
  428. }
  429. /// <summary>
  430. /// 试样尺寸代码
  431. /// </summary>
  432. [Description("试样尺寸代码")]
  433. [Nullable(true)]
  434. [DataLength(5)]
  435. [JsonProperty("itemCodeS")]
  436. public string ItemCodeS
  437. {
  438. get { return itemCodeS; }
  439. set { itemCodeS = value; }
  440. }
  441. /// <summary>
  442. /// 试样尺寸描述
  443. /// </summary>
  444. [Description("试样尺寸")]
  445. [Nullable(true)]
  446. [DataLength(100)]
  447. [JsonProperty("itemNameS")]
  448. public string ItemNameS
  449. {
  450. get { return itemNameS; }
  451. set { itemNameS = value; }
  452. }
  453. /// <summary>
  454. /// 值1
  455. /// </summary>
  456. [Description("值1")]
  457. [Nullable(false)]
  458. [DataLength(200)]
  459. [JsonProperty("value1")]
  460. public string Value1
  461. {
  462. get { return value1; }
  463. set { value1 = value; }
  464. }
  465. /// <summary>
  466. /// 值2
  467. /// </summary>
  468. [Description("值2")]
  469. [Nullable(true)]
  470. [DataLength(200)]
  471. [JsonProperty("value2")]
  472. public string Value2
  473. {
  474. get { return value2; }
  475. set { value2 = value; }
  476. }
  477. /// <summary>
  478. /// 值3
  479. /// </summary>
  480. [Description("值3")]
  481. [Nullable(true)]
  482. [DataLength(200)]
  483. [JsonProperty("value3")]
  484. public string Value3
  485. {
  486. get { return value3; }
  487. set { value3 = value; }
  488. }
  489. /// <summary>
  490. /// 值4
  491. /// </summary>
  492. [Description("值4")]
  493. [Nullable(true)]
  494. [DataLength(200)]
  495. [JsonProperty("value4")]
  496. public string Value4
  497. {
  498. get { return value4; }
  499. set { value4 = value; }
  500. }
  501. /// <summary>
  502. /// 值5
  503. /// </summary>
  504. [Description("值5")]
  505. [Nullable(true)]
  506. [DataLength(200)]
  507. [JsonProperty("value5")]
  508. public string Value5
  509. {
  510. get { return value5; }
  511. set { value5 = value; }
  512. }
  513. /// <summary>
  514. /// 值6
  515. /// </summary>
  516. [Description("值6")]
  517. [Nullable(true)]
  518. [DataLength(200)]
  519. [JsonProperty("value6")]
  520. public string Value6
  521. {
  522. get { return value6; }
  523. set { value6 = value; }
  524. }
  525. /// <summary>
  526. /// 值7
  527. /// </summary>
  528. [Description("值7")]
  529. [Nullable(true)]
  530. [DataLength(200)]
  531. [JsonProperty("value7")]
  532. public string Value7
  533. {
  534. get { return value7; }
  535. set { value7 = value; }
  536. }
  537. /// <summary>
  538. /// 值8
  539. /// </summary>
  540. [Description("值8")]
  541. [Nullable(true)]
  542. [DataLength(200)]
  543. [JsonProperty("value8")]
  544. public string Value8
  545. {
  546. get { return value8; }
  547. set { value8 = value; }
  548. }
  549. /// <summary>
  550. /// 值9
  551. /// </summary>
  552. [Description("值9")]
  553. [Nullable(true)]
  554. [DataLength(200)]
  555. [JsonProperty("value9")]
  556. public string Value9
  557. {
  558. get { return value9; }
  559. set { value9 = value; }
  560. }
  561. /// <summary>
  562. /// 值10
  563. /// </summary>
  564. [Description("值10")]
  565. [Nullable(true)]
  566. [DataLength(200)]
  567. [JsonProperty("value10")]
  568. public string Value10
  569. {
  570. get { return value10; }
  571. set { value10 = value; }
  572. }
  573. /// <summary>
  574. /// 值11
  575. /// </summary>
  576. [Description("值11")]
  577. [Nullable(true)]
  578. [DataLength(200)]
  579. [JsonProperty("value11")]
  580. public string Value11
  581. {
  582. get { return value11; }
  583. set { value11 = value; }
  584. }
  585. /// <summary>
  586. /// 值12
  587. /// </summary>
  588. [Description("值12")]
  589. [Nullable(true)]
  590. [DataLength(200)]
  591. [JsonProperty("value12")]
  592. public string Value12
  593. {
  594. get { return value12; }
  595. set { value12 = value; }
  596. }
  597. /// <summary>
  598. /// 值13
  599. /// </summary>
  600. [Description("值13")]
  601. [Nullable(true)]
  602. [DataLength(200)]
  603. [JsonProperty("value13")]
  604. public string Value13
  605. {
  606. get { return value13; }
  607. set { value13 = value; }
  608. }
  609. /// <summary>
  610. /// 值14
  611. /// </summary>
  612. [Description("值14")]
  613. [Nullable(true)]
  614. [DataLength(200)]
  615. [JsonProperty("value14")]
  616. public string Value14
  617. {
  618. get { return value14; }
  619. set { value14 = value; }
  620. }
  621. /// <summary>
  622. /// 值15
  623. /// </summary>
  624. [Description("值15")]
  625. [Nullable(true)]
  626. [DataLength(200)]
  627. [JsonProperty("value15")]
  628. public string Value15
  629. {
  630. get { return value15; }
  631. set { value15 = value; }
  632. }
  633. /// <summary>
  634. /// 平均值
  635. /// </summary>
  636. [Description("平均值")]
  637. [Nullable(true)]
  638. [DataLength(200)]
  639. [JsonProperty("average")]
  640. public string Average
  641. {
  642. get { return average; }
  643. set { average = value; }
  644. }
  645. /// <summary>
  646. /// 创建人
  647. /// </summary>
  648. [Description("创建人")]
  649. [Nullable(true)]
  650. [DataLength(20)]
  651. [JsonProperty("createName")]
  652. public string CreateName
  653. {
  654. get { return createName; }
  655. set { createName = value; }
  656. }
  657. /// <summary>
  658. /// 创建时间
  659. /// </summary>
  660. [Description("创建时间")]
  661. [Nullable(true)]
  662. [JsonProperty("createTime")]
  663. public string CreateTime
  664. {
  665. get { return createTime; }
  666. set { createTime = value; }
  667. }
  668. /// <summary>
  669. /// 修改人
  670. /// </summary>
  671. [Description("修改人")]
  672. [Nullable(true)]
  673. [DataLength(20)]
  674. [JsonProperty("updateName")]
  675. public string UpdateName
  676. {
  677. get { return updateName; }
  678. set { updateName = value; }
  679. }
  680. /// <summary>
  681. /// 修改时间
  682. /// </summary>
  683. [Description("修改时间")]
  684. [Nullable(true)]
  685. [JsonProperty("updateTime")]
  686. public string UpdateTime
  687. {
  688. get { return updateTime; }
  689. set { updateTime = value; }
  690. }
  691. /// <summary>
  692. /// 删除人
  693. /// </summary>
  694. [Description("删除人")]
  695. [Nullable(true)]
  696. [DataLength(20)]
  697. [JsonProperty("deleteName")]
  698. public string DeleteName
  699. {
  700. get { return deleteName; }
  701. set { deleteName = value; }
  702. }
  703. /// <summary>
  704. /// 删除时间
  705. /// </summary>
  706. [Description("删除时间")]
  707. [Nullable(true)]
  708. [JsonProperty("deleteTime")]
  709. public string DeleteTime
  710. {
  711. get { return deleteTime; }
  712. set { deleteTime = value; }
  713. }
  714. }
  715. }