d5da9651c608d99bcc7b44624700b95ac4e401cd.svn-base 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QcmJudgePhysical implements Serializable{
  5. /**
  6. * �����ж���¼�ţ�PHY+��λ������+4λ��ˮ��,PHY1711100001��
  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. * �����
  17. */
  18. private String smp_no;
  19. public String getSmp_no() {
  20. return this.smp_no;
  21. }
  22. public void setSmp_no(String smp_no) {
  23. this.smp_no = smp_no;
  24. }
  25. /**
  26. * ¯��
  27. */
  28. private String heat_no;
  29. public String getHeat_no() {
  30. return this.heat_no;
  31. }
  32. public void setHeat_no(String heat_no) {
  33. this.heat_no = heat_no;
  34. }
  35. /**
  36. * �����
  37. */
  38. private String batch_no;
  39. public String getBatch_no() {
  40. return this.batch_no;
  41. }
  42. public void setBatch_no(String batch_no) {
  43. this.batch_no = batch_no;
  44. }
  45. /**
  46. * �����
  47. */
  48. private String inspection_lot;
  49. public String getInspection_lot() {
  50. return this.inspection_lot;
  51. }
  52. public void setInspection_lot(String inspection_lot) {
  53. this.inspection_lot = inspection_lot;
  54. }
  55. /**
  56. * ĸ���----2019.1.8
  57. */
  58. private String board_no;
  59. public String getBoard_no() {
  60. return board_no;
  61. }
  62. /**
  63. * DESIGN_KEY����ԴQCM_JHY_SAMPLE_R_ORD������Ŷ�Ӧ��DESIGN_KEY��
  64. */
  65. private String design_key;
  66. public String getDesign_key() {
  67. return this.design_key;
  68. }
  69. public void setDesign_key(String design_key) {
  70. this.design_key = design_key;
  71. }
  72. /**
  73. * ��Ʒ�淶��
  74. */
  75. private String psc;
  76. public String getPsc() {
  77. return this.psc;
  78. }
  79. public void setPsc(String psc) {
  80. this.psc = psc;
  81. }
  82. /**
  83. * ���ߴ���
  84. */
  85. private String pline_code;
  86. public String getPline_code() {
  87. return this.pline_code;
  88. }
  89. public void setPline_code(String pline_code) {
  90. this.pline_code = pline_code;
  91. }
  92. /**
  93. * �������
  94. */
  95. private String pline_name;
  96. public String getPline_name() {
  97. return this.pline_name;
  98. }
  99. public void setPline_name(String pline_name) {
  100. this.pline_name = pline_name;
  101. }
  102. /**
  103. * �������
  104. */
  105. private String phy_result_code;
  106. public String getPhy_result_code() {
  107. return this.phy_result_code;
  108. }
  109. public void setPhy_result_code(String phy_result_code) {
  110. this.phy_result_code = phy_result_code;
  111. }
  112. /**
  113. * ��������
  114. */
  115. private String phy_result_desc;
  116. public String getPhy_result_desc() {
  117. return this.phy_result_desc;
  118. }
  119. public void setPhy_result_desc(String phy_result_desc) {
  120. this.phy_result_desc = phy_result_desc;
  121. }
  122. /**
  123. * �ж���ע
  124. */
  125. private String phy_memo;
  126. public String getPhy_memo() {
  127. return this.phy_memo;
  128. }
  129. public void setPhy_memo(String phy_memo) {
  130. this.phy_memo = phy_memo;
  131. }
  132. /**
  133. * ���
  134. */
  135. private String judge_name;
  136. public String getJudge_name() {
  137. return this.judge_name;
  138. }
  139. public void setJudge_name(String judge_name) {
  140. this.judge_name = judge_name;
  141. }
  142. /**
  143. * �ж�ʱ��
  144. */
  145. private Date judge_ttime;
  146. public Date getJudge_ttime() {
  147. return this.judge_ttime;
  148. }
  149. public void setJudge_ttime(Date judge_ttime) {
  150. this.judge_ttime = judge_ttime;
  151. }
  152. /**
  153. * ��֤�����
  154. */
  155. private String cert_inst_code;
  156. public String getCert_inst_code() {
  157. return cert_inst_code;
  158. }
  159. public void setCert_inst_code(String cert_inst_code) {
  160. this.cert_inst_code = cert_inst_code;
  161. }
  162. /**
  163. * ��֤�����
  164. */
  165. private String cert_inst_name;
  166. public String getCert_inst_name() {
  167. return cert_inst_name;
  168. }
  169. public void setCert_inst_name(String cert_inst_name) {
  170. this.cert_inst_name = cert_inst_name;
  171. }
  172. /**
  173. * �������ʹ���
  174. */
  175. private String smp_type_code;
  176. public String getSmp_type_code() {
  177. return smp_type_code;
  178. }
  179. public void setSmp_type_code(String smp_type_code) {
  180. this.smp_type_code = smp_type_code;
  181. }
  182. /**
  183. * �����������
  184. */
  185. private String smp_type_name;
  186. public String getSmp_type_name() {
  187. return smp_type_name;
  188. }
  189. public void setSmp_type_name(String smp_type_name) {
  190. this.smp_type_name = smp_type_name;
  191. }
  192. private String object_no;
  193. private String materailcoilno;
  194. private String std_name;
  195. private String steel_name;
  196. private String order_memo;
  197. private String psc_desc;
  198. private String spec;
  199. public String getObject_no() {
  200. return object_no;
  201. }
  202. public void setObject_no(String object_no) {
  203. this.object_no = object_no;
  204. }
  205. public String getMaterailcoilno() {
  206. return materailcoilno;
  207. }
  208. public void setMaterailcoilno(String materailcoilno) {
  209. this.materailcoilno = materailcoilno;
  210. }
  211. public String getStd_name() {
  212. return std_name;
  213. }
  214. public void setStd_name(String std_name) {
  215. this.std_name = std_name;
  216. }
  217. public String getSteel_name() {
  218. return steel_name;
  219. }
  220. public void setSteel_name(String steel_name) {
  221. this.steel_name = steel_name;
  222. }
  223. public String getOrder_memo() {
  224. return order_memo;
  225. }
  226. public void setOrder_memo(String order_memo) {
  227. this.order_memo = order_memo;
  228. }
  229. public String getPsc_desc() {
  230. return psc_desc;
  231. }
  232. public void setPsc_desc(String psc_desc) {
  233. this.psc_desc = psc_desc;
  234. }
  235. public String getSpec() {
  236. return spec;
  237. }
  238. public void setSpec(String spec) {
  239. this.spec = spec;
  240. }
  241. private String prod_code;
  242. private String prod_name;
  243. private String steel_code;
  244. private String std_code;
  245. public String getProd_code() {
  246. return prod_code;
  247. }
  248. public void setProd_code(String prod_code) {
  249. this.prod_code = prod_code;
  250. }
  251. public String getProd_name() {
  252. return prod_name;
  253. }
  254. public void setProd_name(String prod_name) {
  255. this.prod_name = prod_name;
  256. }
  257. public String getSteel_code() {
  258. return steel_code;
  259. }
  260. public void setSteel_code(String steel_code) {
  261. this.steel_code = steel_code;
  262. }
  263. public String getStd_code() {
  264. return std_code;
  265. }
  266. public void setStd_code(String std_code) {
  267. this.std_code = std_code;
  268. }
  269. public void setBoard_no(String board_no) {
  270. this.board_no = board_no;
  271. }
  272. private String thick;
  273. private String width;
  274. private String length;
  275. public String getThick() {
  276. return thick;
  277. }
  278. public void setThick(String thick) {
  279. this.thick = thick;
  280. }
  281. public String getWidth() {
  282. return width;
  283. }
  284. public void setWidth(String width) {
  285. this.width = width;
  286. }
  287. public String getLength() {
  288. return length;
  289. }
  290. public void setLength(String length) {
  291. this.length = length;
  292. }
  293. private String delivery_state_code;
  294. private String delivery_state_desc;
  295. public String getDelivery_state_code() {
  296. return delivery_state_code;
  297. }
  298. public void setDelivery_state_code(String delivery_state_code) {
  299. this.delivery_state_code = delivery_state_code;
  300. }
  301. public String getDelivery_state_desc() {
  302. return delivery_state_desc;
  303. }
  304. public void setDelivery_state_desc(String delivery_state_desc) {
  305. this.delivery_state_desc = delivery_state_desc;
  306. }
  307. private String specimen_no;
  308. public String getSpecimen_no() {
  309. return specimen_no;
  310. }
  311. public void setSpecimen_no(String specimen_no) {
  312. this.specimen_no = specimen_no;
  313. }
  314. private String upload_time;
  315. public String getUpload_time() {
  316. return upload_time;
  317. }
  318. public void setUpload_time(String upload_time) {
  319. this.upload_time = upload_time;
  320. }
  321. private String isvalid;
  322. public String getIsvalid() {
  323. return isvalid;
  324. }
  325. public void setIsvalid(String isvalid) {
  326. this.isvalid = isvalid;
  327. }
  328. private String instorageclass;
  329. public String getInstorageclass() {
  330. return instorageclass;
  331. }
  332. public void setInstorageclass(String instorageclass) {
  333. this.instorageclass = instorageclass;
  334. }
  335. private String produceclass;
  336. public String getProduceclass() {
  337. return produceclass;
  338. }
  339. public void setProduceclass(String produceclass) {
  340. this.produceclass = produceclass;
  341. }
  342. private String cancel_memo;
  343. public String getCancel_memo() {
  344. return cancel_memo;
  345. }
  346. public void setCancel_memo(String cancel_memo) {
  347. this.cancel_memo = cancel_memo;
  348. }
  349. private String cancel_name;
  350. public String getCancel_name() {
  351. return cancel_name;
  352. }
  353. public void setCancel_name(String cancel_name) {
  354. this.cancel_name = cancel_name;
  355. }
  356. private String source;
  357. public String getSource() {
  358. return source;
  359. }
  360. public void setSource(String source) {
  361. this.source = source;
  362. }
  363. private String weight;
  364. public String getWeight() {
  365. return weight;
  366. }
  367. public void setWeight(String weight) {
  368. this.weight = weight;
  369. }
  370. }