StdChemObject.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. namespace Core.StlMes.Client.Qcm.model
  2. {
  3. /// <summary>
  4. /// 化学元素标准表 实体類
  5. /// </summary>
  6. class StdChemObject
  7. {
  8. //成分标准索引号
  9. private string cic;
  10. public string Cic
  11. {
  12. get { return cic; }
  13. set { cic = value; }
  14. }
  15. //序号
  16. private string indexSeq;
  17. public string IndexSeq
  18. {
  19. get { return indexSeq; }
  20. set { indexSeq = value; }
  21. }
  22. //化学元素代码
  23. private string chemCode;
  24. public string ChemCode
  25. {
  26. get { return chemCode; }
  27. set { chemCode = value; }
  28. }
  29. //化学元素描述
  30. private string chemName;
  31. public string ChemName
  32. {
  33. get { return chemName; }
  34. set { chemName = value; }
  35. }
  36. //化学元素类型(A:单一元素,B:复合元素)
  37. private string chemType;
  38. public string ChemType
  39. {
  40. get { return chemType; }
  41. set { chemType = value; }
  42. }
  43. //复合元素计算公式
  44. private string chemFormula;
  45. public string ChemFormula
  46. {
  47. get { return chemFormula; }
  48. set { chemFormula = value; }
  49. }
  50. //是否必检项()1:是,0:否)
  51. private string isCheck;
  52. public string IsCheck
  53. {
  54. get { return isCheck; }
  55. set { isCheck = value; }
  56. }
  57. //是否判定
  58. private string isjudge;
  59. public string Isjudge
  60. {
  61. get { return isjudge; }
  62. set { isjudge = value; }
  63. }
  64. //是否报出
  65. private string isQuote;
  66. public string IsQuote
  67. {
  68. get { return isQuote; }
  69. set { isQuote = value; }
  70. }
  71. //是否复合标准项
  72. private string complexType;
  73. public string ComplexType
  74. {
  75. get { return complexType; }
  76. set { complexType = value; }
  77. }
  78. //标准范围下限符号
  79. private string stdMinSign;
  80. public string StdMinSign
  81. {
  82. get { return stdMinSign; }
  83. set { stdMinSign = value; }
  84. }
  85. //标准范围下限
  86. private string stdMin;
  87. public string StdMin
  88. {
  89. get { return stdMin; }
  90. set { stdMin = value; }
  91. }
  92. //标准范围上限符号
  93. private string stdMaxSign;
  94. public string StdMaxSign
  95. {
  96. get { return stdMaxSign; }
  97. set { stdMaxSign = value; }
  98. }
  99. //标准范围上限
  100. private string stdMax;
  101. public string StdMax
  102. {
  103. get { return stdMax; }
  104. set { stdMax = value; }
  105. }
  106. //标准目标值
  107. private string stdTarget;
  108. public string StdTarget
  109. {
  110. get { return stdTarget; }
  111. set { stdTarget = value; }
  112. }
  113. //扣型代码(集合)
  114. private string modelCode;
  115. public string ModelCode
  116. {
  117. get { return modelCode; }
  118. set { modelCode = value; }
  119. }
  120. //扣型描述(集合)
  121. private string modelDesc;
  122. public string ModelDesc
  123. {
  124. get { return modelDesc; }
  125. set { modelDesc = value; }
  126. }
  127. //标准备注
  128. private string stdMemo;
  129. public string StdMemo
  130. {
  131. get { return stdMemo; }
  132. set { stdMemo = value; }
  133. }
  134. //限制元素代码
  135. private string eleCode;
  136. public string EleCode
  137. {
  138. get { return eleCode; }
  139. set { eleCode = value; }
  140. }
  141. //限制元素描述
  142. private string eleName;
  143. public string EleName
  144. {
  145. get { return eleName; }
  146. set { eleName = value; }
  147. }
  148. //限制元素下限符号
  149. private string eleMinSign;
  150. public string EleMinSign
  151. {
  152. get { return eleMinSign; }
  153. set { eleMinSign = value; }
  154. }
  155. //限制元素下限
  156. private string eleMin;
  157. public string EleMin
  158. {
  159. get { return eleMin; }
  160. set { eleMin = value; }
  161. }
  162. //限制元素上限符号
  163. private string eleMaxSign;
  164. public string EleMaxSign
  165. {
  166. get { return eleMaxSign; }
  167. set { eleMaxSign = value; }
  168. }
  169. //限制元素上限
  170. private string eleMax;
  171. public string EleMax
  172. {
  173. get { return eleMax; }
  174. set { eleMax = value; }
  175. }
  176. //限制规格代码(外径、壁厚、径壁比等)
  177. private string sizeCode2;
  178. public string SizeCode2
  179. {
  180. get { return sizeCode2; }
  181. set { sizeCode2 = value; }
  182. }
  183. //限制规格描述
  184. private string sizeName2;
  185. public string SizeName2
  186. {
  187. get { return sizeName2; }
  188. set { sizeName2 = value; }
  189. }
  190. //限制规格下限符号
  191. private string sizeMinSign2;
  192. public string SizeMinSign2
  193. {
  194. get { return sizeMinSign2; }
  195. set { sizeMinSign2 = value; }
  196. }
  197. //限制规格下限
  198. private string sizeMin2;
  199. public string SizeMin2
  200. {
  201. get { return sizeMin2; }
  202. set { sizeMin2 = value; }
  203. }
  204. //限制规格上限符号
  205. private string sizeMaxSign2;
  206. public string SizeMaxSign2
  207. {
  208. get { return sizeMaxSign2; }
  209. set { sizeMaxSign2 = value; }
  210. }
  211. //限制规格上限
  212. private string sizeMax2;
  213. public string SizeMax2
  214. {
  215. get { return sizeMax2; }
  216. set { sizeMax2 = value; }
  217. }
  218. //限制规格代码(外径、壁厚、径壁比等)
  219. private string sizeCode;
  220. public string SizeCode
  221. {
  222. get { return sizeCode; }
  223. set { sizeCode = value; }
  224. }
  225. //限制规格描述
  226. private string sizeName;
  227. public string SizeName
  228. {
  229. get { return sizeName; }
  230. set { sizeName = value; }
  231. }
  232. //限制规格下限符号
  233. private string sizeMinSign;
  234. public string SizeMinSign
  235. {
  236. get { return sizeMinSign; }
  237. set { sizeMinSign = value; }
  238. }
  239. //限制规格下限
  240. private string sizeMin;
  241. public string SizeMin
  242. {
  243. get { return sizeMin; }
  244. set { sizeMin = value; }
  245. }
  246. //限制规格上限符号
  247. private string sizeMaxSign;
  248. public string SizeMaxSign
  249. {
  250. get { return sizeMaxSign; }
  251. set { sizeMaxSign = value; }
  252. }
  253. //限制规格上限
  254. private string sizeMax;
  255. public string SizeMax
  256. {
  257. get { return sizeMax; }
  258. set { sizeMax = value; }
  259. }
  260. //接箍规格代码(接箍专用,与外径壁厚只允许存在其一)
  261. private string specJg;
  262. public string SpecJg
  263. {
  264. get { return specJg; }
  265. set { specJg = value; }
  266. }
  267. //接箍规格描述
  268. private string specJgDesc;
  269. public string SpecJgDesc
  270. {
  271. get { return specJgDesc; }
  272. set { specJgDesc = value; }
  273. }
  274. //创建人
  275. private string createName;
  276. public string CreateName
  277. {
  278. get { return createName; }
  279. set { createName = value; }
  280. }
  281. //创建时间
  282. private string createTime;
  283. public string CreateTime
  284. {
  285. get { return createTime; }
  286. set { createTime = value; }
  287. }
  288. //修改人
  289. private string updateName;
  290. public string UpdateName
  291. {
  292. get { return updateName; }
  293. set { updateName = value; }
  294. }
  295. //修改时间
  296. private string updateTime;
  297. public string UpdateTime
  298. {
  299. get { return updateTime; }
  300. set { updateTime = value; }
  301. }
  302. //删除人
  303. private string deleteName;
  304. public string DeleteName
  305. {
  306. get { return deleteName; }
  307. set { deleteName = value; }
  308. }
  309. //删除时间
  310. private string deleteTime;
  311. public string DeleteTime
  312. {
  313. get { return deleteTime; }
  314. set { deleteTime = value; }
  315. }
  316. //有效标志(1:有效,0:无效)
  317. private string validflag;
  318. public string Validflag
  319. {
  320. get { return validflag; }
  321. set { validflag = value; }
  322. }
  323. /// <summary>
  324. /// 替代元素代码
  325. /// <summary>
  326. private string repCode;
  327. public string RepCode
  328. {
  329. get { return repCode; }
  330. set { repCode = value; }
  331. }
  332. /// <summary>
  333. /// 替代元素描述
  334. /// <summary>
  335. private string repName;
  336. public string RepName
  337. {
  338. get { return repName; }
  339. set { repName = value; }
  340. }
  341. /// <summary>
  342. /// 替代元素下限符号
  343. /// <summary>
  344. private string repMinSign;
  345. public string RepMinSign
  346. {
  347. get { return repMinSign; }
  348. set { repMinSign = value; }
  349. }
  350. /// <summary>
  351. /// 替代元素下限
  352. /// <summary>
  353. private string repMin;
  354. public string RepMin
  355. {
  356. get { return repMin; }
  357. set { repMin = value; }
  358. }
  359. /// <summary>
  360. /// 替代元素上限符号
  361. /// <summary>
  362. private string repMaxSign;
  363. public string RepMaxSign
  364. {
  365. get { return repMaxSign; }
  366. set { repMaxSign = value; }
  367. }
  368. /// <summary>
  369. /// 替代元素上限
  370. /// <summary>
  371. private string repMax;
  372. public string RepMax
  373. {
  374. get { return repMax; }
  375. set { repMax = value; }
  376. }
  377. /// <summary>
  378. /// 替代元素值
  379. /// <summary>
  380. private string repVal;
  381. public string RepVal
  382. {
  383. get { return repVal; }
  384. set { repVal = value; }
  385. }
  386. }
  387. }