Tpopi26Entity.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  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.Lims.Data.PipeAndOutdec.封装类.实体类
  8. {
  9. /// <summary>
  10. /// 数据库表TPOPI26所对应的实体类(生成工具:代码生成工具3.0)
  11. /// 作者:DESKTOP-QMNRTG1 时间:2023-05-15
  12. /// </summary>
  13. public class Tpopi26Entity
  14. {
  15. /// <summary>
  16. /// 记录创建责任者
  17. /// </summary>
  18. private string recCreator = "";
  19. /// <summary>
  20. /// 记录创建时刻
  21. /// </summary>
  22. private string recCreateTime = "";
  23. /// <summary>
  24. /// 记录修改责任者
  25. /// </summary>
  26. private string recRevisor = "";
  27. /// <summary>
  28. /// 记录修改时刻
  29. /// </summary>
  30. private string recReviseTime = "";
  31. /// <summary>
  32. /// 归档标记
  33. /// </summary>
  34. private string archiveFlag = "";
  35. /// <summary>
  36. /// 归档邮戳号
  37. /// </summary>
  38. private string archStampNo = "";
  39. /// <summary>
  40. /// 归档时刻
  41. /// </summary>
  42. private string archiveTime = "";
  43. /// <summary>
  44. /// 任务号标识
  45. /// </summary>
  46. private string taskId = "";
  47. /// <summary>
  48. /// 数据状态
  49. /// </summary>
  50. private string stateId = "";
  51. /// <summary>
  52. /// 审批状态
  53. /// </summary>
  54. private string appStateId = "";
  55. /// <summary>
  56. /// 公司代码
  57. /// </summary>
  58. private string companyCode = "";
  59. /// <summary>
  60. /// 质检标准号
  61. /// </summary>
  62. private string inspectStandCode = "";
  63. /// <summary>
  64. /// 质检标准级别
  65. /// </summary>
  66. private string jdeLevel = "";
  67. /// <summary>
  68. /// 分录序号
  69. /// </summary>
  70. private decimal? entrySeqNo = null;
  71. /// <summary>
  72. /// 质检标准名称
  73. /// </summary>
  74. private string inspectStandName = "";
  75. /// <summary>
  76. /// 质检标准简称
  77. /// </summary>
  78. private string inspectStandShort = "";
  79. /// <summary>
  80. /// 质检业务类别
  81. /// </summary>
  82. private string inspectOperatType = "";
  83. /// <summary>
  84. /// 质检标准类型
  85. /// </summary>
  86. private string inspectStandType = "";
  87. /// <summary>
  88. /// 质检标准描述
  89. /// </summary>
  90. private string inspectStandDesc = "";
  91. /// <summary>
  92. /// 数据精度
  93. /// </summary>
  94. private decimal? dataAccu = null;
  95. /// <summary>
  96. /// 含量从(%)
  97. /// </summary>
  98. private decimal? contentFrom = null;
  99. /// <summary>
  100. /// 逻辑从
  101. /// </summary>
  102. private string symbolFrom = "";
  103. /// <summary>
  104. /// 元素代码
  105. /// </summary>
  106. private string elmCode = "";
  107. /// <summary>
  108. /// 元素名称
  109. /// </summary>
  110. private string elmName = "";
  111. /// <summary>
  112. /// 含量到(%)
  113. /// </summary>
  114. private decimal? contentTo = null;
  115. /// <summary>
  116. /// 逻辑到
  117. /// </summary>
  118. private string symbolTo = "";
  119. /// <summary>
  120. /// 标准开始日期
  121. /// </summary>
  122. private string standStartDate = "";
  123. /// <summary>
  124. /// 标准结束日期
  125. /// </summary>
  126. private string standEndDate = "";
  127. /// <summary>
  128. /// 备注
  129. /// </summary>
  130. private string remark = "";
  131. /// <summary>
  132. /// 保留字段1
  133. /// </summary>
  134. private string reserve1 = "";
  135. /// <summary>
  136. /// 保留字段2
  137. /// </summary>
  138. private string reserve2 = "";
  139. /// <summary>
  140. /// 保留字段3
  141. /// </summary>
  142. private decimal? reserve3 = null;
  143. /// <summary>
  144. /// 保留字段4
  145. /// </summary>
  146. private decimal? reserve4 = null;
  147. /// <summary>
  148. /// 保留字段5
  149. /// </summary>
  150. private string reserve5 = "";
  151. /// <summary>
  152. /// 记录创建责任者
  153. /// </summary>
  154. [Description("记录创建责任者")]
  155. [Nullable(false)]
  156. [DataLength(24)]
  157. public string RecCreator
  158. {
  159. get { return recCreator; }
  160. set { recCreator = value; }
  161. }
  162. /// <summary>
  163. /// 记录创建时刻
  164. /// </summary>
  165. [Description("记录创建时刻")]
  166. [Nullable(false)]
  167. [DataLength(14)]
  168. public string RecCreateTime
  169. {
  170. get { return recCreateTime; }
  171. set { recCreateTime = value; }
  172. }
  173. /// <summary>
  174. /// 记录修改责任者
  175. /// </summary>
  176. [Description("记录修改责任者")]
  177. [Nullable(false)]
  178. [DataLength(24)]
  179. public string RecRevisor
  180. {
  181. get { return recRevisor; }
  182. set { recRevisor = value; }
  183. }
  184. /// <summary>
  185. /// 记录修改时刻
  186. /// </summary>
  187. [Description("记录修改时刻")]
  188. [Nullable(false)]
  189. [DataLength(14)]
  190. public string RecReviseTime
  191. {
  192. get { return recReviseTime; }
  193. set { recReviseTime = value; }
  194. }
  195. /// <summary>
  196. /// 归档标记
  197. /// </summary>
  198. [Description("归档标记")]
  199. [Nullable(false)]
  200. [DataLength(1)]
  201. public string ArchiveFlag
  202. {
  203. get { return archiveFlag; }
  204. set { archiveFlag = value; }
  205. }
  206. /// <summary>
  207. /// 归档邮戳号
  208. /// </summary>
  209. [Description("归档邮戳号")]
  210. [Nullable(false)]
  211. [DataLength(10)]
  212. public string ArchStampNo
  213. {
  214. get { return archStampNo; }
  215. set { archStampNo = value; }
  216. }
  217. /// <summary>
  218. /// 归档时刻
  219. /// </summary>
  220. [Description("归档时刻")]
  221. [Nullable(false)]
  222. [DataLength(14)]
  223. public string ArchiveTime
  224. {
  225. get { return archiveTime; }
  226. set { archiveTime = value; }
  227. }
  228. /// <summary>
  229. /// 任务号标识
  230. /// </summary>
  231. [Description("任务号标识")]
  232. [Nullable(false)]
  233. [DataLength(64)]
  234. public string TaskId
  235. {
  236. get { return taskId; }
  237. set { taskId = value; }
  238. }
  239. /// <summary>
  240. /// 数据状态
  241. /// </summary>
  242. [Description("数据状态")]
  243. [Nullable(false)]
  244. [DataLength(64)]
  245. public string StateId
  246. {
  247. get { return stateId; }
  248. set { stateId = value; }
  249. }
  250. /// <summary>
  251. /// 审批状态
  252. /// </summary>
  253. [Description("审批状态")]
  254. [Nullable(false)]
  255. [DataLength(64)]
  256. public string AppStateId
  257. {
  258. get { return appStateId; }
  259. set { appStateId = value; }
  260. }
  261. /// <summary>
  262. /// 公司代码
  263. /// </summary>
  264. [Description("公司代码")]
  265. [Nullable(false)]
  266. [DataLength(20)]
  267. public string CompanyCode
  268. {
  269. get { return companyCode; }
  270. set { companyCode = value; }
  271. }
  272. /// <summary>
  273. /// 质检标准号
  274. /// </summary>
  275. [Description("质检标准号")]
  276. [Nullable(false)]
  277. [DataLength(20)]
  278. public string InspectStandCode
  279. {
  280. get { return inspectStandCode; }
  281. set { inspectStandCode = value; }
  282. }
  283. /// <summary>
  284. /// 质检标准级别
  285. /// </summary>
  286. [Description("质检标准级别")]
  287. [Nullable(false)]
  288. [DataLength(20)]
  289. public string JdeLevel
  290. {
  291. get { return jdeLevel; }
  292. set { jdeLevel = value; }
  293. }
  294. /// <summary>
  295. /// 分录序号
  296. /// </summary>
  297. [Description("分录序号")]
  298. [Nullable(false)]
  299. [DataLength(2)]
  300. public decimal? EntrySeqNo
  301. {
  302. get { return entrySeqNo; }
  303. set { entrySeqNo = value; }
  304. }
  305. /// <summary>
  306. /// 质检标准名称
  307. /// </summary>
  308. [Description("质检标准名称")]
  309. [Nullable(false)]
  310. [DataLength(128)]
  311. public string InspectStandName
  312. {
  313. get { return inspectStandName; }
  314. set { inspectStandName = value; }
  315. }
  316. /// <summary>
  317. /// 质检标准简称
  318. /// </summary>
  319. [Description("质检标准简称")]
  320. [Nullable(false)]
  321. [DataLength(128)]
  322. public string InspectStandShort
  323. {
  324. get { return inspectStandShort; }
  325. set { inspectStandShort = value; }
  326. }
  327. /// <summary>
  328. /// 质检业务类别
  329. /// </summary>
  330. [Description("质检业务类别")]
  331. [Nullable(false)]
  332. [DataLength(20)]
  333. public string InspectOperatType
  334. {
  335. get { return inspectOperatType; }
  336. set { inspectOperatType = value; }
  337. }
  338. /// <summary>
  339. /// 质检标准类型
  340. /// </summary>
  341. [Description("质检标准类型")]
  342. [Nullable(false)]
  343. [DataLength(20)]
  344. public string InspectStandType
  345. {
  346. get { return inspectStandType; }
  347. set { inspectStandType = value; }
  348. }
  349. /// <summary>
  350. /// 质检标准描述
  351. /// </summary>
  352. [Description("质检标准描述")]
  353. [Nullable(false)]
  354. [DataLength(100)]
  355. public string InspectStandDesc
  356. {
  357. get { return inspectStandDesc; }
  358. set { inspectStandDesc = value; }
  359. }
  360. /// <summary>
  361. /// 数据精度
  362. /// </summary>
  363. [Description("数据精度")]
  364. [Nullable(false)]
  365. [DataLength(2)]
  366. public decimal? DataAccu
  367. {
  368. get { return dataAccu; }
  369. set { dataAccu = value; }
  370. }
  371. /// <summary>
  372. /// 含量从(%)
  373. /// </summary>
  374. [Description("上线值")]
  375. [Nullable(false)]
  376. [DataLength(16)]
  377. public decimal? ContentFrom
  378. {
  379. get { return contentFrom; }
  380. set { contentFrom = value; }
  381. }
  382. /// <summary>
  383. /// 逻辑从
  384. /// </summary>
  385. [Description("上线比较符")]
  386. [Nullable(false)]
  387. [DataLength(10)]
  388. public string SymbolFrom
  389. {
  390. get { return symbolFrom; }
  391. set { symbolFrom = value; }
  392. }
  393. /// <summary>
  394. /// 元素代码
  395. /// </summary>
  396. [Description("质检项目编号")]
  397. [Nullable(false)]
  398. [DataLength(64)]
  399. public string ElmCode
  400. {
  401. get { return elmCode; }
  402. set { elmCode = value; }
  403. }
  404. /// <summary>
  405. /// 元素名称
  406. /// </summary>
  407. [Description("质检项目名称")]
  408. [Nullable(false)]
  409. [DataLength(64)]
  410. public string ElmName
  411. {
  412. get { return elmName; }
  413. set { elmName = value; }
  414. }
  415. /// <summary>
  416. /// 含量到(%)
  417. /// </summary>
  418. [Description("下线值")]
  419. [Nullable(false)]
  420. [DataLength(16)]
  421. public decimal? ContentTo
  422. {
  423. get { return contentTo; }
  424. set { contentTo = value; }
  425. }
  426. /// <summary>
  427. /// 逻辑到
  428. /// </summary>
  429. [Description("下线比较符")]
  430. [Nullable(false)]
  431. [DataLength(10)]
  432. public string SymbolTo
  433. {
  434. get { return symbolTo; }
  435. set { symbolTo = value; }
  436. }
  437. /// <summary>
  438. /// 标准开始日期
  439. /// </summary>
  440. [Description("标准开始日期")]
  441. [Nullable(false)]
  442. [DataLength(14)]
  443. public string StandStartDate
  444. {
  445. get { return standStartDate; }
  446. set { standStartDate = value; }
  447. }
  448. /// <summary>
  449. /// 标准结束日期
  450. /// </summary>
  451. [Description("标准结束日期")]
  452. [Nullable(false)]
  453. [DataLength(14)]
  454. public string StandEndDate
  455. {
  456. get { return standEndDate; }
  457. set { standEndDate = value; }
  458. }
  459. /// <summary>
  460. /// 备注
  461. /// </summary>
  462. [Description("备注")]
  463. [Nullable(false)]
  464. [DataLength(250)]
  465. public string Remark
  466. {
  467. get { return remark; }
  468. set { remark = value; }
  469. }
  470. /// <summary>
  471. /// 保留字段1
  472. /// </summary>
  473. [Description("保留字段1")]
  474. [Nullable(false)]
  475. [DataLength(64)]
  476. public string Reserve1
  477. {
  478. get { return reserve1; }
  479. set { reserve1 = value; }
  480. }
  481. /// <summary>
  482. /// 保留字段2
  483. /// </summary>
  484. [Description("保留字段2")]
  485. [Nullable(false)]
  486. [DataLength(64)]
  487. public string Reserve2
  488. {
  489. get { return reserve2; }
  490. set { reserve2 = value; }
  491. }
  492. /// <summary>
  493. /// 保留字段3
  494. /// </summary>
  495. [Description("保留字段3")]
  496. [Nullable(false)]
  497. [DataLength(16)]
  498. public decimal? Reserve3
  499. {
  500. get { return reserve3; }
  501. set { reserve3 = value; }
  502. }
  503. /// <summary>
  504. /// 保留字段4
  505. /// </summary>
  506. [Description("保留字段4")]
  507. [Nullable(false)]
  508. [DataLength(16)]
  509. public decimal? Reserve4
  510. {
  511. get { return reserve4; }
  512. set { reserve4 = value; }
  513. }
  514. /// <summary>
  515. /// 保留字段5
  516. /// </summary>
  517. [Description("保留字段5")]
  518. [Nullable(false)]
  519. [DataLength(64)]
  520. public string Reserve5
  521. {
  522. get { return reserve5; }
  523. set { reserve5 = value; }
  524. }
  525. }
  526. }