VJhySscdEntity.cs 16 KB

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