VJhySscbEntity.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  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. using Newtonsoft.Json;
  8. using Newtonsoft.Json.Serialization;
  9. using Newtonsoft.Json.Converters;
  10. namespace com.steering.pss.kaohe.entity
  11. {
  12. /// <summary>
  13. /// 数据库表V_JHY_SSCB所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
  14. /// 作者:WIN-3A78MC3TM5F 时间:2022-06-24
  15. /// </summary>
  16. public class VJhySscbEntity
  17. {
  18. /// <summary>
  19. /// 检验时间
  20. /// </summary>
  21. private string checkTime = "";
  22. /// <summary>
  23. /// 检验编号
  24. /// </summary>
  25. private string checkNo = "";
  26. /// <summary>
  27. /// 批号
  28. /// </summary>
  29. private string batchNo = "";
  30. /// <summary>
  31. /// 试样号
  32. /// </summary>
  33. private string sampleNo = "";
  34. /// <summary>
  35. /// 炉号
  36. /// </summary>
  37. private string heatNo = "";
  38. /// <summary>
  39. /// 钢级
  40. /// </summary>
  41. private string steelGrade = "";
  42. /// <summary>
  43. /// 钢号
  44. /// </summary>
  45. private string steelNo = "";
  46. /// <summary>
  47. /// 外径
  48. /// </summary>
  49. private string dimater = "";
  50. /// <summary>
  51. /// 壁厚
  52. /// </summary>
  53. private string height = "";
  54. /// <summary>
  55. /// 钢种索引号
  56. /// </summary>
  57. private string cic = "";
  58. /// <summary>
  59. /// 试样类型
  60. /// </summary>
  61. private string craftSource = "";
  62. /// <summary>
  63. /// 屈服强度1
  64. /// </summary>
  65. private string ysmin1 = "";
  66. /// <summary>
  67. /// 屈服强度2
  68. /// </summary>
  69. private string ysmin2 = "";
  70. /// <summary>
  71. /// 屈服强度3
  72. /// </summary>
  73. private string ysmin3 = "";
  74. /// <summary>
  75. /// 屈服类型
  76. /// </summary>
  77. private string ysminName = "";
  78. /// <summary>
  79. /// 实际加载率1
  80. /// </summary>
  81. private string actualSYsmin1 = "";
  82. /// <summary>
  83. /// 实际加载率2
  84. /// </summary>
  85. private string actualSYsmin2 = "";
  86. /// <summary>
  87. /// 实际加载率3
  88. /// </summary>
  89. private string actualSYsmin3 = "";
  90. /// <summary>
  91. /// 试样号1
  92. /// </summary>
  93. private string sampleNo1 = "";
  94. /// <summary>
  95. /// 试样号2
  96. /// </summary>
  97. private string sampleNo2 = "";
  98. /// <summary>
  99. /// 试样号3
  100. /// </summary>
  101. private string sampleNo3 = "";
  102. /// <summary>
  103. /// 试样个数
  104. /// </summary>
  105. private string sampleCount = "";
  106. /// <summary>
  107. /// 加载挠度1
  108. /// </summary>
  109. private decimal? actualLoad1 = null;
  110. /// <summary>
  111. /// 加载挠度2
  112. /// </summary>
  113. private decimal? actualLoad2 = null;
  114. /// <summary>
  115. /// 加载挠度3
  116. /// </summary>
  117. private decimal? actualLoad3 = null;
  118. /// <summary>
  119. /// PH值开始
  120. /// </summary>
  121. private string nacePhS1 = "";
  122. /// <summary>
  123. /// PH值结束
  124. /// </summary>
  125. private string nacePhF1 = "";
  126. /// <summary>
  127. /// 溶液类型
  128. /// </summary>
  129. private string nacePhName = "";
  130. /// <summary>
  131. /// 溶液H2S浓度开始
  132. /// </summary>
  133. private string naceSolutionS1 = "";
  134. /// <summary>
  135. /// 溶液H2S浓度结束
  136. /// </summary>
  137. private string naceSolutionF1 = "";
  138. /// <summary>
  139. /// 试验结果1
  140. /// </summary>
  141. private string value1 = "";
  142. /// <summary>
  143. /// 试验结果2
  144. /// </summary>
  145. private string value2 = "";
  146. /// <summary>
  147. /// 试验结果3
  148. /// </summary>
  149. private string value3 = "";
  150. /// <summary>
  151. /// 试验时间
  152. /// </summary>
  153. private string testTime = "";
  154. /// <summary>
  155. /// 试验温度
  156. /// </summary>
  157. private string itemNameW = "";
  158. /// <summary>
  159. /// 试样尺寸1
  160. /// </summary>
  161. private string specimenSize1 = "";
  162. /// <summary>
  163. /// 试样尺寸2
  164. /// </summary>
  165. private string specimenSize2 = "";
  166. /// <summary>
  167. /// 试样尺寸3
  168. /// </summary>
  169. private string specimenSize3 = "";
  170. /// <summary>
  171. /// 报出
  172. /// </summary>
  173. private string reportedName = "";
  174. /// <summary>
  175. /// sender
  176. /// </summary>
  177. private string checkName = "";
  178. /// <summary>
  179. /// 试验日期
  180. /// </summary>
  181. private string testDate = "";
  182. /// <summary>
  183. /// 报出日期
  184. /// </summary>
  185. private string reportedDate = "";
  186. /// <summary>
  187. /// 复核
  188. /// </summary>
  189. private string approvedName = "";
  190. /// <summary>
  191. /// 试验标准
  192. /// </summary>
  193. private string checkStd = "";
  194. /// <summary>
  195. /// 备注
  196. /// </summary>
  197. private string remark = "";
  198. /// <summary>
  199. /// 检验时间
  200. /// </summary>
  201. [Description("检验时间")]
  202. [JsonProperty("checkTime")]
  203. public string CheckTime
  204. {
  205. get { return checkTime; }
  206. set { checkTime = value; }
  207. }
  208. /// <summary>
  209. /// 检验编号
  210. /// </summary>
  211. [Description("检验编号")]
  212. [JsonProperty("checkNo")]
  213. public string CheckNo
  214. {
  215. get { return checkNo; }
  216. set { checkNo = value; }
  217. }
  218. /// <summary>
  219. /// 委托单位
  220. /// </summary>
  221. private string consignDept = "";
  222. [Description("委托单位")]
  223. [JsonProperty("consignDept")]
  224. public string ConsignDept
  225. {
  226. get { return consignDept; }
  227. set { consignDept = value; }
  228. }
  229. /// <summary>
  230. /// 批号
  231. /// </summary>
  232. [Description("批号")]
  233. [JsonProperty("batchNo")]
  234. public string BatchNo
  235. {
  236. get { return batchNo; }
  237. set { batchNo = value; }
  238. }
  239. /// <summary>
  240. /// 试样号
  241. /// </summary>
  242. [Description("试样号")]
  243. [JsonProperty("sampleNo")]
  244. public string SampleNo
  245. {
  246. get { return sampleNo; }
  247. set { sampleNo = value; }
  248. }
  249. /// <summary>
  250. /// 炉号
  251. /// </summary>
  252. [Description("炉号")]
  253. [JsonProperty("heatNo")]
  254. public string HeatNo
  255. {
  256. get { return heatNo; }
  257. set { heatNo = value; }
  258. }
  259. /// <summary>
  260. /// 钢级
  261. /// </summary>
  262. [Description("钢级")]
  263. [JsonProperty("steelGrade")]
  264. public string SteelGrade
  265. {
  266. get { return steelGrade; }
  267. set { steelGrade = value; }
  268. }
  269. /// <summary>
  270. /// 钢号
  271. /// </summary>
  272. [Description("钢号")]
  273. [JsonProperty("steelNo")]
  274. public string SteelNo
  275. {
  276. get { return steelNo; }
  277. set { steelNo = value; }
  278. }
  279. /// <summary>
  280. /// 外径
  281. /// </summary>
  282. [Description("外径")]
  283. [JsonProperty("dimater")]
  284. public string Dimater
  285. {
  286. get { return dimater; }
  287. set { dimater = value; }
  288. }
  289. /// <summary>
  290. /// 壁厚
  291. /// </summary>
  292. [Description("壁厚")]
  293. [JsonProperty("height")]
  294. public string Height
  295. {
  296. get { return height; }
  297. set { height = value; }
  298. }
  299. /// <summary>
  300. /// 钢种索引号
  301. /// </summary>
  302. [Description("钢种索引号")]
  303. [JsonProperty("cic")]
  304. public string Cic
  305. {
  306. get { return cic; }
  307. set { cic = value; }
  308. }
  309. /// <summary>
  310. /// 试样类型
  311. /// </summary>
  312. [Description("试样类型")]
  313. [JsonProperty("craftSource")]
  314. public string CraftSource
  315. {
  316. get { return craftSource; }
  317. set { craftSource = value; }
  318. }
  319. /// <summary>
  320. /// 屈服强度1
  321. /// </summary>
  322. [Description("屈服强度1")]
  323. [JsonProperty("ysmin1")]
  324. public string Ysmin1
  325. {
  326. get { return ysmin1; }
  327. set { ysmin1 = value; }
  328. }
  329. /// <summary>
  330. /// 屈服强度2
  331. /// </summary>
  332. [Description("屈服强度2")]
  333. [JsonProperty("ysmin2")]
  334. public string Ysmin2
  335. {
  336. get { return ysmin2; }
  337. set { ysmin2 = value; }
  338. }
  339. /// <summary>
  340. /// 屈服强度3
  341. /// </summary>
  342. [Description("屈服强度3")]
  343. [JsonProperty("ysmin3")]
  344. public string Ysmin3
  345. {
  346. get { return ysmin3; }
  347. set { ysmin3 = value; }
  348. }
  349. /// <summary>
  350. /// 屈服类型
  351. /// </summary>
  352. [Description("屈服类型")]
  353. [JsonProperty("ysminName")]
  354. public string YsminName
  355. {
  356. get { return ysminName; }
  357. set { ysminName = value; }
  358. }
  359. /// <summary>
  360. /// 实际加载率1
  361. /// </summary>
  362. [Description("实际加载率1")]
  363. [JsonProperty("actualSYsmin1")]
  364. public string ActualSYsmin1
  365. {
  366. get { return actualSYsmin1; }
  367. set { actualSYsmin1 = value; }
  368. }
  369. /// <summary>
  370. /// 实际加载率2
  371. /// </summary>
  372. [Description("实际加载率2")]
  373. [JsonProperty("actualSYsmin2")]
  374. public string ActualSYsmin2
  375. {
  376. get { return actualSYsmin2; }
  377. set { actualSYsmin2 = value; }
  378. }
  379. /// <summary>
  380. /// 实际加载率3
  381. /// </summary>
  382. [Description("实际加载率3")]
  383. [JsonProperty("actualSYsmin3")]
  384. public string ActualSYsmin3
  385. {
  386. get { return actualSYsmin3; }
  387. set { actualSYsmin3 = value; }
  388. }
  389. /// <summary>
  390. /// 试样号1
  391. /// </summary>
  392. [Description("试样号1")]
  393. [JsonProperty("sampleNo1")]
  394. public string SampleNo1
  395. {
  396. get { return sampleNo1; }
  397. set { sampleNo1 = value; }
  398. }
  399. /// <summary>
  400. /// 试样号2
  401. /// </summary>
  402. [Description("试样号2")]
  403. [JsonProperty("sampleNo2")]
  404. public string SampleNo2
  405. {
  406. get { return sampleNo2; }
  407. set { sampleNo2 = value; }
  408. }
  409. /// <summary>
  410. /// 试样号3
  411. /// </summary>
  412. [Description("试样号3")]
  413. [JsonProperty("sampleNo3")]
  414. public string SampleNo3
  415. {
  416. get { return sampleNo3; }
  417. set { sampleNo3 = value; }
  418. }
  419. /// <summary>
  420. /// 试样个数
  421. /// </summary>
  422. [Description("试样个数")]
  423. [JsonProperty("sampleCount")]
  424. public string SampleCount
  425. {
  426. get { return sampleCount; }
  427. set { sampleCount = value; }
  428. }
  429. /// <summary>
  430. /// 加载挠度1
  431. /// </summary>
  432. [Description("加载挠度1")]
  433. [JsonProperty("actualLoad1")]
  434. public decimal? ActualLoad1
  435. {
  436. get { return actualLoad1; }
  437. set { actualLoad1 = value; }
  438. }
  439. /// <summary>
  440. /// 加载挠度2
  441. /// </summary>
  442. [Description("加载挠度2")]
  443. [JsonProperty("actualLoad2")]
  444. public decimal? ActualLoad2
  445. {
  446. get { return actualLoad2; }
  447. set { actualLoad2 = value; }
  448. }
  449. /// <summary>
  450. /// 加载挠度3
  451. /// </summary>
  452. [Description("加载挠度3")]
  453. [JsonProperty("actualLoad3")]
  454. public decimal? ActualLoad3
  455. {
  456. get { return actualLoad3; }
  457. set { actualLoad3 = value; }
  458. }
  459. /// <summary>
  460. /// PH值开始
  461. /// </summary>
  462. [Description("PH值开始")]
  463. [JsonProperty("nacePhS1")]
  464. public string NacePhS1
  465. {
  466. get { return nacePhS1; }
  467. set { nacePhS1 = value; }
  468. }
  469. /// <summary>
  470. /// PH值结束
  471. /// </summary>
  472. [Description("PH值结束")]
  473. [JsonProperty("nacePhF1")]
  474. public string NacePhF1
  475. {
  476. get { return nacePhF1; }
  477. set { nacePhF1 = value; }
  478. }
  479. /// <summary>
  480. /// 溶液类型
  481. /// </summary>
  482. [Description("溶液类型")]
  483. [JsonProperty("nacePhName")]
  484. public string NacePhName
  485. {
  486. get { return nacePhName; }
  487. set { nacePhName = value; }
  488. }
  489. /// <summary>
  490. /// 溶液H2S浓度开始
  491. /// </summary>
  492. [Description("溶液H2S浓度开始")]
  493. [JsonProperty("naceSolutionS1")]
  494. public string NaceSolutionS1
  495. {
  496. get { return naceSolutionS1; }
  497. set { naceSolutionS1 = value; }
  498. }
  499. /// <summary>
  500. /// 溶液H2S浓度结束
  501. /// </summary>
  502. [Description("溶液H2S浓度结束")]
  503. [JsonProperty("naceSolutionF1")]
  504. public string NaceSolutionF1
  505. {
  506. get { return naceSolutionF1; }
  507. set { naceSolutionF1 = value; }
  508. }
  509. /// <summary>
  510. /// 试验结果1
  511. /// </summary>
  512. [Description("试验结果1")]
  513. [JsonProperty("value1")]
  514. public string Value1
  515. {
  516. get { return value1; }
  517. set { value1 = value; }
  518. }
  519. /// <summary>
  520. /// 试验结果2
  521. /// </summary>
  522. [Description("试验结果2")]
  523. [JsonProperty("value2")]
  524. public string Value2
  525. {
  526. get { return value2; }
  527. set { value2 = value; }
  528. }
  529. /// <summary>
  530. /// 试验结果3
  531. /// </summary>
  532. [Description("试验结果3")]
  533. [JsonProperty("value3")]
  534. public string Value3
  535. {
  536. get { return value3; }
  537. set { value3 = value; }
  538. }
  539. /// <summary>
  540. /// 试验时间
  541. /// </summary>
  542. [Description("试验时间")]
  543. [JsonProperty("testTime")]
  544. public string TestTime
  545. {
  546. get { return testTime; }
  547. set { testTime = value; }
  548. }
  549. /// <summary>
  550. /// 试验温度
  551. /// </summary>
  552. [Description("试验温度")]
  553. [JsonProperty("itemNameW")]
  554. public string ItemNameW
  555. {
  556. get { return itemNameW; }
  557. set { itemNameW = value; }
  558. }
  559. /// <summary>
  560. /// 试样尺寸1
  561. /// </summary>
  562. [Description("试样尺寸1")]
  563. [JsonProperty("specimenSize1")]
  564. public string SpecimenSize1
  565. {
  566. get { return specimenSize1; }
  567. set { specimenSize1 = value; }
  568. }
  569. /// <summary>
  570. /// 试样尺寸2
  571. /// </summary>
  572. [Description("试样尺寸2")]
  573. [JsonProperty("specimenSize2")]
  574. public string SpecimenSize2
  575. {
  576. get { return specimenSize2; }
  577. set { specimenSize2 = value; }
  578. }
  579. /// <summary>
  580. /// 试样尺寸3
  581. /// </summary>
  582. [Description("试样尺寸3")]
  583. [JsonProperty("specimenSize3")]
  584. public string SpecimenSize3
  585. {
  586. get { return specimenSize3; }
  587. set { specimenSize3 = value; }
  588. }
  589. /// <summary>
  590. /// 报出
  591. /// </summary>
  592. [Description("报出")]
  593. [JsonProperty("reportedName")]
  594. public string ReportedName
  595. {
  596. get { return reportedName; }
  597. set { reportedName = value; }
  598. }
  599. /// <summary>
  600. /// sender
  601. /// </summary>
  602. [Description("sender")]
  603. [JsonProperty("checkName")]
  604. public string CheckName
  605. {
  606. get { return checkName; }
  607. set { checkName = value; }
  608. }
  609. /// <summary>
  610. /// 试验日期
  611. /// </summary>
  612. [Description("试验日期")]
  613. [JsonProperty("testDate")]
  614. public string TestDate
  615. {
  616. get { return testDate; }
  617. set { testDate = value; }
  618. }
  619. /// <summary>
  620. /// 报出日期
  621. /// </summary>
  622. [Description("报出日期")]
  623. [JsonProperty("reportedDate")]
  624. public string ReportedDate
  625. {
  626. get { return reportedDate; }
  627. set { reportedDate = value; }
  628. }
  629. /// <summary>
  630. /// 复核
  631. /// </summary>
  632. [Description("复核")]
  633. [JsonProperty("approvedName")]
  634. public string ApprovedName
  635. {
  636. get { return approvedName; }
  637. set { approvedName = value; }
  638. }
  639. /// <summary>
  640. /// 试验标准
  641. /// </summary>
  642. [Description("试验标准")]
  643. [JsonProperty("checkStd")]
  644. public string CheckStd
  645. {
  646. get { return checkStd; }
  647. set { checkStd = value; }
  648. }
  649. /// <summary>
  650. /// 备注
  651. /// </summary>
  652. [Description("备注")]
  653. [JsonProperty("remark")]
  654. public string Remark
  655. {
  656. get { return remark; }
  657. set { remark = value; }
  658. }
  659. }
  660. }