d7adf2a1a28e5a4fd6ee35f40a7093837d88d279.svn-base 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QcmJudgePhysicalTemp implements Serializable{
  5. /**
  6. * 材质结果集ID(编码规则:PIC+2位年/月/日+4位流水号)
  7. */
  8. private String phy_id;
  9. public String getPhy_id() {
  10. return this.phy_id;
  11. }
  12. public void setPhy_id(String phy_id) {
  13. this.phy_id = phy_id;
  14. }
  15. /**
  16. * GUID(取QCM_PHY_RESULT.GUID)
  17. */
  18. private String guid;
  19. public String getGuid() {
  20. return this.guid;
  21. }
  22. public void setGuid(String guid) {
  23. this.guid = guid;
  24. }
  25. /**
  26. * 试样号
  27. */
  28. private String smp_no;
  29. public String getSmp_no() {
  30. return this.smp_no;
  31. }
  32. public void setSmp_no(String smp_no) {
  33. this.smp_no = smp_no;
  34. }
  35. /**
  36. * 炉号
  37. */
  38. private String heat_no;
  39. public String getHeat_no() {
  40. return this.heat_no;
  41. }
  42. public void setHeat_no(String heat_no) {
  43. this.heat_no = heat_no;
  44. }
  45. /**
  46. * 轧批号
  47. */
  48. private String batch_no;
  49. public String getBatch_no() {
  50. return this.batch_no;
  51. }
  52. public void setBatch_no(String batch_no) {
  53. this.batch_no = batch_no;
  54. }
  55. /**
  56. * 母板号----2019.4.1
  57. */
  58. private String board_no;
  59. public String getBoard_no() {
  60. return board_no;
  61. }
  62. public void setBoard_no(String board_no) {
  63. this.board_no = board_no;
  64. }
  65. /**
  66. * 检验号
  67. */
  68. private String inspection_lot;
  69. public String getInspection_lot() {
  70. return this.inspection_lot;
  71. }
  72. public void setInspection_lot(String inspection_lot) {
  73. this.inspection_lot = inspection_lot;
  74. }
  75. /**
  76. * 材料号
  77. */
  78. private String material_no;
  79. public String getMaterial_no() {
  80. return this.material_no;
  81. }
  82. public void setMaterial_no(String material_no) {
  83. this.material_no = material_no;
  84. }
  85. /**
  86. * 牌号代码
  87. */
  88. private String steel_code;
  89. public String getSteel_code() {
  90. return this.steel_code;
  91. }
  92. public void setSteel_code(String steel_code) {
  93. this.steel_code = steel_code;
  94. }
  95. /**
  96. * 牌号名称
  97. */
  98. private String steel_name;
  99. public String getSteel_name() {
  100. return this.steel_name;
  101. }
  102. public void setSteel_name(String steel_name) {
  103. this.steel_name = steel_name;
  104. }
  105. /**
  106. * 产线代码
  107. */
  108. private String pline_code;
  109. public String getPline_code() {
  110. return this.pline_code;
  111. }
  112. public void setPline_code(String pline_code) {
  113. this.pline_code = pline_code;
  114. }
  115. /**
  116. * 产线名称
  117. */
  118. private String pline_name;
  119. public String getPline_name() {
  120. return this.pline_name;
  121. }
  122. public void setPline_name(String pline_name) {
  123. this.pline_name = pline_name;
  124. }
  125. /**
  126. * 材质检验项代码(大类)
  127. */
  128. private String phy_code_l;
  129. public String getPhy_code_l() {
  130. return this.phy_code_l;
  131. }
  132. public void setPhy_code_l(String phy_code_l) {
  133. this.phy_code_l = phy_code_l;
  134. }
  135. /**
  136. * 材质检验项名称(大类)
  137. */
  138. private String phy_name_l;
  139. public String getPhy_name_l() {
  140. return this.phy_name_l;
  141. }
  142. public void setPhy_name_l(String phy_name_l) {
  143. this.phy_name_l = phy_name_l;
  144. }
  145. /**
  146. * 试样组代码
  147. */
  148. private String phy_code_m;
  149. public String getPhy_code_m() {
  150. return this.phy_code_m;
  151. }
  152. public void setPhy_code_m(String phy_code_m) {
  153. this.phy_code_m = phy_code_m;
  154. }
  155. /**
  156. * 试样组描述
  157. */
  158. private String phy_name_m;
  159. public String getPhy_name_m() {
  160. return this.phy_name_m;
  161. }
  162. public void setPhy_name_m(String phy_name_m) {
  163. this.phy_name_m = phy_name_m;
  164. }
  165. /**
  166. * 材质检验项代码
  167. */
  168. private String phy_code_s;
  169. public String getPhy_code_s() {
  170. return this.phy_code_s;
  171. }
  172. public void setPhy_code_s(String phy_code_s) {
  173. this.phy_code_s = phy_code_s;
  174. }
  175. /**
  176. * 材质检验项名称
  177. */
  178. private String phy_name_s;
  179. public String getPhy_name_s() {
  180. return this.phy_name_s;
  181. }
  182. public void setPhy_name_s(String phy_name_s) {
  183. this.phy_name_s = phy_name_s;
  184. }
  185. /**
  186. * 试验方向代码
  187. */
  188. private String item_code_d;
  189. public String getItem_code_d() {
  190. return this.item_code_d;
  191. }
  192. public void setItem_code_d(String item_code_d) {
  193. this.item_code_d = item_code_d;
  194. }
  195. /**
  196. * 试验方向描述
  197. */
  198. private String item_name_d;
  199. public String getItem_name_d() {
  200. return this.item_name_d;
  201. }
  202. public void setItem_name_d(String item_name_d) {
  203. this.item_name_d = item_name_d;
  204. }
  205. /**
  206. * 试验温度代码
  207. */
  208. private String item_code_t;
  209. public String getItem_code_t() {
  210. return this.item_code_t;
  211. }
  212. public void setItem_code_t(String item_code_t) {
  213. this.item_code_t = item_code_t;
  214. }
  215. /**
  216. * 试验温度描述
  217. */
  218. private String item_name_t;
  219. public String getItem_name_t() {
  220. return this.item_name_t;
  221. }
  222. public void setItem_name_t(String item_name_t) {
  223. this.item_name_t = item_name_t;
  224. }
  225. /**
  226. * 试样尺寸代码
  227. */
  228. private String item_code_s;
  229. public String getItem_code_s() {
  230. return this.item_code_s;
  231. }
  232. public void setItem_code_s(String item_code_s) {
  233. this.item_code_s = item_code_s;
  234. }
  235. /**
  236. * 试样尺寸描述
  237. */
  238. private String item_name_s;
  239. public String getItem_name_s() {
  240. return this.item_name_s;
  241. }
  242. public void setItem_name_s(String item_name_s) {
  243. this.item_name_s = item_name_s;
  244. }
  245. /**
  246. * 值1
  247. */
  248. private String val1;
  249. public String getVal1() {
  250. return this.val1;
  251. }
  252. public void setVal1(String val1) {
  253. this.val1 = val1;
  254. }
  255. /**
  256. * 值2
  257. */
  258. private String val2;
  259. public String getVal2() {
  260. return this.val2;
  261. }
  262. public void setVal2(String val2) {
  263. this.val2 = val2;
  264. }
  265. /**
  266. * 值3
  267. */
  268. private String val3;
  269. public String getVal3() {
  270. return this.val3;
  271. }
  272. public void setVal3(String val3) {
  273. this.val3 = val3;
  274. }
  275. /**
  276. * 优先级
  277. */
  278. private Long pri;
  279. public Long getPri() {
  280. return this.pri;
  281. }
  282. public void setPri(Long pri) {
  283. this.pri = pri;
  284. }
  285. /**
  286. * 创建人
  287. */
  288. private String create_name;
  289. public String getCreate_name() {
  290. return this.create_name;
  291. }
  292. public void setCreate_name(String create_name) {
  293. this.create_name = create_name;
  294. }
  295. /**
  296. * 创建时间
  297. */
  298. private Date create_time;
  299. public Date getCreate_time() {
  300. return this.create_time;
  301. }
  302. public void setCreate_time(Date create_time) {
  303. this.create_time = create_time;
  304. }
  305. /**
  306. * 材质判定记录号(P+两位年月日+4位流水号,P1711100001)
  307. */
  308. private String pic_id;
  309. public String getPic_id() {
  310. return this.pic_id;
  311. }
  312. public void setPic_id(String pic_id) {
  313. this.pic_id = pic_id;
  314. }
  315. /**
  316. * DESIGN_KEY(来源QCM_JHY_SAMPLE_R_ORD中试样号对应的DESIGN_KEY)
  317. */
  318. private String design_key;
  319. public String getDesign_key() {
  320. return this.design_key;
  321. }
  322. public void setDesign_key(String design_key) {
  323. this.design_key = design_key;
  324. }
  325. /**
  326. * 产品规范码
  327. */
  328. private String psc;
  329. public String getPsc() {
  330. return this.psc;
  331. }
  332. public void setPsc(String psc) {
  333. this.psc = psc;
  334. }
  335. /**
  336. * 判定结果代码
  337. */
  338. private String pic_result_code;
  339. public String getPic_result_code() {
  340. return this.pic_result_code;
  341. }
  342. public void setPic_result_code(String pic_result_code) {
  343. this.pic_result_code = pic_result_code;
  344. }
  345. /**
  346. * 判定结果描述
  347. */
  348. private String pic_result_desc;
  349. public String getPic_result_desc() {
  350. return this.pic_result_desc;
  351. }
  352. public void setPic_result_desc(String pic_result_desc) {
  353. this.pic_result_desc = pic_result_desc;
  354. }
  355. /**
  356. * 判定备注
  357. */
  358. private String pic_memo;
  359. public String getPic_memo() {
  360. return this.pic_memo;
  361. }
  362. public void setPic_memo(String pic_memo) {
  363. this.pic_memo = pic_memo;
  364. }
  365. /**
  366. * 判定人
  367. */
  368. private String judge_name;
  369. public String getJudge_name() {
  370. return this.judge_name;
  371. }
  372. public void setJudge_name(String judge_name) {
  373. this.judge_name = judge_name;
  374. }
  375. /**
  376. * 判定时间
  377. */
  378. private Date judge_ttime;
  379. public Date getJudge_ttime() {
  380. return this.judge_ttime;
  381. }
  382. public void setJudge_ttime(Date judge_ttime) {
  383. this.judge_ttime = judge_ttime;
  384. }
  385. /**
  386. * 认证机构代码
  387. */
  388. private String cert_inst_code;
  389. public String getCert_inst_code() {
  390. return cert_inst_code;
  391. }
  392. public void setCert_inst_code(String cert_inst_code) {
  393. this.cert_inst_code = cert_inst_code;
  394. }
  395. /**
  396. * 认证机构名称
  397. */
  398. private String cert_inst_name;
  399. public String getCert_inst_name() {
  400. return cert_inst_name;
  401. }
  402. public void setCert_inst_name(String cert_inst_name) {
  403. this.cert_inst_name = cert_inst_name;
  404. }
  405. /**
  406. * 试样类型代码
  407. */
  408. private String smp_type_code;
  409. public String getSmp_type_code() {
  410. return smp_type_code;
  411. }
  412. public void setSmp_type_code(String smp_type_code) {
  413. this.smp_type_code = smp_type_code;
  414. }
  415. /**
  416. * 试样类型名称
  417. */
  418. private String smp_type_name;
  419. public String getSmp_type_name() {
  420. return smp_type_name;
  421. }
  422. public void setSmp_type_name(String smp_type_name) {
  423. this.smp_type_name = smp_type_name;
  424. }
  425. /**
  426. * 试样类型名称
  427. */
  428. private String order_no;
  429. public String getOrder_no() {
  430. return order_no;
  431. }
  432. public void setOrder_no(String order_no) {
  433. this.order_no = order_no;
  434. }
  435. private String lists;
  436. public String getLists() {
  437. return lists;
  438. }
  439. public void setLists(String lists) {
  440. this.lists = lists;
  441. }
  442. }