VJhyLashenEntity.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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_LASHEN所对应的实体类(生成工具:代码生成工具1.0.0.0 访问地址:http://172.16.2.128/tool/)
  14. /// 作者:WIN-3A78MC3TM5F 时间:2022-06-23
  15. /// </summary>
  16. public class VJhyLashenEntity
  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 testTime = "";
  42. /// <summary>
  43. /// 钢级
  44. /// </summary>
  45. private string steelGrade = "";
  46. /// <summary>
  47. /// 钢号
  48. /// </summary>
  49. private string steelNo = "";
  50. /// <summary>
  51. /// 外径
  52. /// </summary>
  53. private string dimater = "";
  54. /// <summary>
  55. /// 壁厚
  56. /// </summary>
  57. private string height = "";
  58. /// <summary>
  59. /// 钢种索引号
  60. /// </summary>
  61. private string cic = "";
  62. /// <summary>
  63. /// 试样类型
  64. /// </summary>
  65. private string craftSource = "";
  66. /// <summary>
  67. /// 上屈服强度
  68. /// </summary>
  69. private string t1value1 = "";
  70. /// <summary>
  71. /// 下屈服强度
  72. /// </summary>
  73. private string t2value1 = "";
  74. /// <summary>
  75. /// 规定非比例延伸强度Rp
  76. /// </summary>
  77. private string t3value1 = "";
  78. /// <summary>
  79. /// 规定非比例延伸率
  80. /// </summary>
  81. private string t4value1 = "";
  82. /// <summary>
  83. /// 规定总延伸率
  84. /// </summary>
  85. private string t5value1 = "";
  86. /// <summary>
  87. /// 规定总延伸强度Rt
  88. /// </summary>
  89. private string t6value1 = "";
  90. /// <summary>
  91. /// 拉伸试样尺寸
  92. /// </summary>
  93. private string sizeDesc = "";
  94. /// <summary>
  95. /// 拉伸试样取向
  96. /// </summary>
  97. private string phyDir = "";
  98. /// <summary>
  99. /// 最大力
  100. /// </summary>
  101. private string t7value1 = "";
  102. /// <summary>
  103. /// 抗拉强度
  104. /// </summary>
  105. private string t8value1 = "";
  106. /// <summary>
  107. /// 断后伸长率A
  108. /// </summary>
  109. private string t9value1 = "";
  110. /// <summary>
  111. /// 断面收缩率z
  112. /// </summary>
  113. private string t10value1 = "";
  114. /// <summary>
  115. /// 备注
  116. /// </summary>
  117. private string remark = "";
  118. /// <summary>
  119. /// 产品标准
  120. /// </summary>
  121. private string productStd = "";
  122. /// <summary>
  123. /// 试验温度
  124. /// </summary>
  125. private string itemNameW = "";
  126. /// <summary>
  127. /// 试验标准
  128. /// </summary>
  129. private string checkStd = "";
  130. /// <summary>
  131. /// 使用设备
  132. /// </summary>
  133. private string deviceName = "";
  134. /// <summary>
  135. /// 班组
  136. /// </summary>
  137. private string checkClass = "";
  138. /// <summary>
  139. /// 试验者
  140. /// </summary>
  141. private string checkName = "";
  142. /// <summary>
  143. /// 试样长度
  144. /// </summary>
  145. private string sampleLen = "";
  146. /// <summary>
  147. /// 平行长度
  148. /// </summary>
  149. private string width = "";
  150. /// <summary>
  151. /// 弹性模量
  152. /// </summary>
  153. private string t11value1 = "";
  154. /// <summary>
  155. /// 检验时间
  156. /// </summary>
  157. [Description("检验时间")]
  158. [JsonProperty("checkTime")]
  159. public string CheckTime
  160. {
  161. get { return checkTime; }
  162. set { checkTime = value; }
  163. }
  164. /// <summary>
  165. /// 检验编号
  166. /// </summary>
  167. [Description("检验编号")]
  168. [JsonProperty("checkNo")]
  169. public string CheckNo
  170. {
  171. get { return checkNo; }
  172. set { checkNo = value; }
  173. }
  174. /// <summary>
  175. /// 批号
  176. /// </summary>
  177. [Description("批号")]
  178. [JsonProperty("batchNo")]
  179. public string BatchNo
  180. {
  181. get { return batchNo; }
  182. set { batchNo = value; }
  183. }
  184. /// <summary>
  185. /// 试样号
  186. /// </summary>
  187. [Description("试样号")]
  188. [JsonProperty("sampleNo")]
  189. public string SampleNo
  190. {
  191. get { return sampleNo; }
  192. set { sampleNo = value; }
  193. }
  194. /// <summary>
  195. /// 炉号
  196. /// </summary>
  197. [Description("炉号")]
  198. [JsonProperty("heatNo")]
  199. public string HeatNo
  200. {
  201. get { return heatNo; }
  202. set { heatNo = value; }
  203. }
  204. /// <summary>
  205. /// 审核时间
  206. /// </summary>
  207. [Description("审核时间")]
  208. [JsonProperty("testTime")]
  209. public string TestTime
  210. {
  211. get { return testTime; }
  212. set { testTime = value; }
  213. }
  214. /// <summary>
  215. /// 钢级
  216. /// </summary>
  217. [Description("钢级")]
  218. [JsonProperty("steelGrade")]
  219. public string SteelGrade
  220. {
  221. get { return steelGrade; }
  222. set { steelGrade = value; }
  223. }
  224. /// <summary>
  225. /// 钢号
  226. /// </summary>
  227. [Description("钢号")]
  228. [JsonProperty("steelNo")]
  229. public string SteelNo
  230. {
  231. get { return steelNo; }
  232. set { steelNo = value; }
  233. }
  234. /// <summary>
  235. /// 外径
  236. /// </summary>
  237. [Description("外径")]
  238. [JsonProperty("dimater")]
  239. public string Dimater
  240. {
  241. get { return dimater; }
  242. set { dimater = value; }
  243. }
  244. /// <summary>
  245. /// 壁厚
  246. /// </summary>
  247. [Description("壁厚")]
  248. [JsonProperty("height")]
  249. public string Height
  250. {
  251. get { return height; }
  252. set { height = value; }
  253. }
  254. /// <summary>
  255. /// 钢种索引号
  256. /// </summary>
  257. [Description("钢种索引号")]
  258. [JsonProperty("cic")]
  259. public string Cic
  260. {
  261. get { return cic; }
  262. set { cic = value; }
  263. }
  264. /// <summary>
  265. /// 试样类型
  266. /// </summary>
  267. [Description("试样类型")]
  268. [JsonProperty("craftSource")]
  269. public string CraftSource
  270. {
  271. get { return craftSource; }
  272. set { craftSource = value; }
  273. }
  274. /// <summary>
  275. /// 上屈服强度
  276. /// </summary>
  277. [Description("上屈服强度")]
  278. [JsonProperty("t1value1")]
  279. public string T1value1
  280. {
  281. get { return t1value1; }
  282. set { t1value1 = value; }
  283. }
  284. /// <summary>
  285. /// 下屈服强度
  286. /// </summary>
  287. [Description("下屈服强度")]
  288. [JsonProperty("t2value1")]
  289. public string T2value1
  290. {
  291. get { return t2value1; }
  292. set { t2value1 = value; }
  293. }
  294. /// <summary>
  295. /// 规定非比例延伸强度Rp
  296. /// </summary>
  297. [Description("规定非比例延伸强度Rp")]
  298. [JsonProperty("t3value1")]
  299. public string T3value1
  300. {
  301. get { return t3value1; }
  302. set { t3value1 = value; }
  303. }
  304. /// <summary>
  305. /// 规定非比例延伸率
  306. /// </summary>
  307. [Description("规定非比例延伸率")]
  308. [JsonProperty("t4value1")]
  309. public string T4value1
  310. {
  311. get { return t4value1; }
  312. set { t4value1 = value; }
  313. }
  314. /// <summary>
  315. /// 规定总延伸率
  316. /// </summary>
  317. [Description("规定总延伸率")]
  318. [JsonProperty("t5value1")]
  319. public string T5value1
  320. {
  321. get { return t5value1; }
  322. set { t5value1 = value; }
  323. }
  324. /// <summary>
  325. /// 规定总延伸强度Rt
  326. /// </summary>
  327. [Description("规定总延伸强度Rt")]
  328. [JsonProperty("t6value1")]
  329. public string T6value1
  330. {
  331. get { return t6value1; }
  332. set { t6value1 = value; }
  333. }
  334. /// <summary>
  335. /// 拉伸试样尺寸
  336. /// </summary>
  337. [Description("拉伸试样尺寸")]
  338. [JsonProperty("sizeDesc")]
  339. public string SizeDesc
  340. {
  341. get { return sizeDesc; }
  342. set { sizeDesc = value; }
  343. }
  344. /// <summary>
  345. /// 拉伸试样取向
  346. /// </summary>
  347. [Description("拉伸试样取向")]
  348. [JsonProperty("phyDir")]
  349. public string PhyDir
  350. {
  351. get { return phyDir; }
  352. set { phyDir = value; }
  353. }
  354. /// <summary>
  355. /// 最大力
  356. /// </summary>
  357. [Description("最大力")]
  358. [JsonProperty("t7value1")]
  359. public string T7value1
  360. {
  361. get { return t7value1; }
  362. set { t7value1 = value; }
  363. }
  364. /// <summary>
  365. /// 抗拉强度
  366. /// </summary>
  367. [Description("抗拉强度")]
  368. [JsonProperty("t8value1")]
  369. public string T8value1
  370. {
  371. get { return t8value1; }
  372. set { t8value1 = value; }
  373. }
  374. /// <summary>
  375. /// 断后伸长率A
  376. /// </summary>
  377. [Description("断后伸长率A")]
  378. [JsonProperty("t9value1")]
  379. public string T9value1
  380. {
  381. get { return t9value1; }
  382. set { t9value1 = value; }
  383. }
  384. /// <summary>
  385. /// 断面收缩率z
  386. /// </summary>
  387. [Description("断面收缩率z")]
  388. [JsonProperty("t10value1")]
  389. public string T10value1
  390. {
  391. get { return t10value1; }
  392. set { t10value1 = value; }
  393. }
  394. /// <summary>
  395. /// 备注
  396. /// </summary>
  397. [Description("备注")]
  398. [JsonProperty("remark")]
  399. public string Remark
  400. {
  401. get { return remark; }
  402. set { remark = value; }
  403. }
  404. /// <summary>
  405. /// 产品标准
  406. /// </summary>
  407. [Description("产品标准")]
  408. [JsonProperty("productStd")]
  409. public string ProductStd
  410. {
  411. get { return productStd; }
  412. set { productStd = value; }
  413. }
  414. /// <summary>
  415. /// 试验温度
  416. /// </summary>
  417. [Description("试验温度")]
  418. [JsonProperty("itemNameW")]
  419. public string ItemNameW
  420. {
  421. get { return itemNameW; }
  422. set { itemNameW = value; }
  423. }
  424. /// <summary>
  425. /// 试验标准
  426. /// </summary>
  427. [Description("试验标准")]
  428. [JsonProperty("checkStd")]
  429. public string CheckStd
  430. {
  431. get { return checkStd; }
  432. set { checkStd = value; }
  433. }
  434. /// <summary>
  435. /// 使用设备
  436. /// </summary>
  437. [Description("使用设备")]
  438. [JsonProperty("deviceName")]
  439. public string DeviceName
  440. {
  441. get { return deviceName; }
  442. set { deviceName = value; }
  443. }
  444. /// <summary>
  445. /// 班组
  446. /// </summary>
  447. [Description("班组")]
  448. [JsonProperty("checkClass")]
  449. public string CheckClass
  450. {
  451. get { return checkClass; }
  452. set { checkClass = value; }
  453. }
  454. /// <summary>
  455. /// 试验者
  456. /// </summary>
  457. [Description("试验者")]
  458. [JsonProperty("checkName")]
  459. public string CheckName
  460. {
  461. get { return checkName; }
  462. set { checkName = value; }
  463. }
  464. /// <summary>
  465. /// 试样长度
  466. /// </summary>
  467. [Description("试样长度")]
  468. [JsonProperty("sampleLen")]
  469. public string SampleLen
  470. {
  471. get { return sampleLen; }
  472. set { sampleLen = value; }
  473. }
  474. /// <summary>
  475. /// 平行长度
  476. /// </summary>
  477. [Description("平行长度")]
  478. [JsonProperty("width")]
  479. public string Width
  480. {
  481. get { return width; }
  482. set { width = value; }
  483. }
  484. /// <summary>
  485. /// 弹性模量
  486. /// </summary>
  487. [Description("弹性模量")]
  488. [JsonProperty("t11value1")]
  489. public string T11value1
  490. {
  491. get { return t11value1; }
  492. set { t11value1 = value; }
  493. }
  494. private string t12value1;
  495. [Description("屈强比")]
  496. [JsonProperty("t12value1")]
  497. public string T12value1
  498. {
  499. get { return t12value1; }
  500. set { t12value1 = value; }
  501. }
  502. }
  503. }