db0a8be64e42734b13af2bb2c04812fee6b532b1.svn-base 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QCMJudgeMeasure implements Serializable{
  5. /**
  6. * ������������ţ�M+��λ������+4λ��ˮ��,M1711100001��
  7. */
  8. private String sic_id;
  9. public String getSic_id() {
  10. return sic_id;
  11. }
  12. public void setSic_id(String sic_id) {
  13. this.sic_id = sic_id;
  14. }
  15. /**
  16. * ¯��
  17. */
  18. private String heat_no;
  19. public String getHeat_no() {
  20. return this.heat_no;
  21. }
  22. public void setHeat_no(String heat_no) {
  23. this.heat_no = heat_no;
  24. }
  25. /**
  26. * ���
  27. */
  28. private String batch_no;
  29. public String getBatch_no() {
  30. return this.batch_no;
  31. }
  32. public void setBatch_no(String batch_no) {
  33. this.batch_no = batch_no;
  34. }
  35. /**
  36. * �����
  37. */
  38. private String inspection_lot;
  39. public String getInspection_lot() {
  40. return inspection_lot;
  41. }
  42. public void setInspection_lot(String inspection_lot) {
  43. this.inspection_lot = inspection_lot;
  44. }
  45. /**
  46. * ���Ϻ�
  47. */
  48. private String material_no;
  49. public String getMaterial_no() {
  50. return this.material_no;
  51. }
  52. public void setMaterial_no(String material_no) {
  53. this.material_no = material_no;
  54. }
  55. /**
  56. * �������������
  57. */
  58. private String sic_result_code;
  59. public String getSic_result_code() {
  60. return sic_result_code;
  61. }
  62. public void setSic_result_code(String sic_result_code) {
  63. this.sic_result_code = sic_result_code;
  64. }
  65. /**
  66. * �������������
  67. */
  68. private String sic_result_desc;
  69. public String getSic_result_desc() {
  70. return sic_result_desc;
  71. }
  72. public void setSic_result_desc(String sic_result_desc) {
  73. this.sic_result_desc = sic_result_desc;
  74. }
  75. /**
  76. * �������鱸ע
  77. */
  78. private String sic_memo;
  79. public String getSic_memo() {
  80. return sic_memo;
  81. }
  82. public void setSic_memo(String sic_memo) {
  83. this.sic_memo = sic_memo;
  84. }
  85. /**
  86. * ��Ʒ�ƻ����
  87. */
  88. private Double prod_thick;
  89. public Double getProd_thick() {
  90. return this.prod_thick;
  91. }
  92. public void setProd_thick(Double prod_thick) {
  93. this.prod_thick = prod_thick;
  94. }
  95. /**
  96. * ��Ʒ�ƻ����
  97. */
  98. private Double prod_width;
  99. public Double getProd_width() {
  100. return this.prod_width;
  101. }
  102. public void setProd_width(Double prod_width) {
  103. this.prod_width = prod_width;
  104. }
  105. /**
  106. * ��Ʒ�ƻ�����
  107. */
  108. private Double prod_length;
  109. public Double getProd_length() {
  110. return this.prod_length;
  111. }
  112. public void setProd_length(Double prod_length) {
  113. this.prod_length = prod_length;
  114. }
  115. /**
  116. * ����
  117. */
  118. private Double judge_thick;
  119. public Double getJudge_thick() {
  120. return this.judge_thick;
  121. }
  122. public void setJudge_thick(Double judge_thick) {
  123. this.judge_thick = judge_thick;
  124. }
  125. /**
  126. * ����
  127. */
  128. private Double judge_width;
  129. public Double getJudge_width() {
  130. return this.judge_width;
  131. }
  132. public void setJudge_width(Double judge_width) {
  133. this.judge_width = judge_width;
  134. }
  135. /**
  136. * �����
  137. */
  138. private Double judge_length;
  139. public Double getJudge_length() {
  140. return this.judge_length;
  141. }
  142. public void setJudge_length(Double judge_length) {
  143. this.judge_length = judge_length;
  144. }
  145. /**
  146. * ����
  147. */
  148. private Double weight;
  149. public Double getWeight() {
  150. return this.weight;
  151. }
  152. public void setWeight(Double weight) {
  153. this.weight = weight;
  154. }
  155. /**
  156. * �Ϻ��_ʵ��
  157. */
  158. private Double south_thick_val;
  159. public Double getSouth_thick_val() {
  160. return this.south_thick_val;
  161. }
  162. public void setSouth_thick_val(Double south_thick_val) {
  163. this.south_thick_val = south_thick_val;
  164. }
  165. /**
  166. * �Ϻ��_ͷ��
  167. */
  168. private Double south_h_val;
  169. public Double getSouth_h_val() {
  170. return this.south_h_val;
  171. }
  172. public void setSouth_h_val(Double south_h_val) {
  173. this.south_h_val = south_h_val;
  174. }
  175. /**
  176. * �Ϻ��_�в�
  177. */
  178. private Double south_m_val;
  179. public Double getSouth_m_val() {
  180. return this.south_m_val;
  181. }
  182. public void setSouth_m_val(Double south_m_val) {
  183. this.south_m_val = south_m_val;
  184. }
  185. /**
  186. * �Ϻ��_β��
  187. */
  188. private Double south_r_val;
  189. public Double getSouth_r_val() {
  190. return this.south_r_val;
  191. }
  192. public void setSouth_r_val(Double south_r_val) {
  193. this.south_r_val = south_r_val;
  194. }
  195. /**
  196. * �к��_ͷ��
  197. */
  198. private Double middle_h_val;
  199. public Double getMiddle_h_val() {
  200. return this.middle_h_val;
  201. }
  202. public void setMiddle_h_val(Double middle_h_val) {
  203. this.middle_h_val = middle_h_val;
  204. }
  205. /**
  206. * �к��_�в�
  207. */
  208. private Double middle_m_val;
  209. public Double getMiddle_m_val() {
  210. return this.middle_m_val;
  211. }
  212. public void setMiddle_m_val(Double middle_m_val) {
  213. this.middle_m_val = middle_m_val;
  214. }
  215. /**
  216. * �к��_β��
  217. */
  218. private Double middle_r_val;
  219. public Double getMiddle_r_val() {
  220. return this.middle_r_val;
  221. }
  222. public void setMiddle_r_val(Double middle_r_val) {
  223. this.middle_r_val = middle_r_val;
  224. }
  225. /**
  226. * �����_ʵ��
  227. */
  228. private Double north_thick_val;
  229. public Double getNorth_thick_val() {
  230. return this.north_thick_val;
  231. }
  232. public void setNorth_thick_val(Double north_thick_val) {
  233. this.north_thick_val = north_thick_val;
  234. }
  235. /**
  236. * �����_ͷ��
  237. */
  238. private Double north_h_val;
  239. public Double getNorth_h_val() {
  240. return this.north_h_val;
  241. }
  242. public void setNorth_h_val(Double north_h_val) {
  243. this.north_h_val = north_h_val;
  244. }
  245. /**
  246. * �����_�в�
  247. */
  248. private Double north_m_val;
  249. public Double getNorth_m_val() {
  250. return this.north_m_val;
  251. }
  252. public void setNorth_m_val(Double north_m_val) {
  253. this.north_m_val = north_m_val;
  254. }
  255. /**
  256. * �����_�
  257. */
  258. private Double north_r_val;
  259. public Double getNorth_r_val() {
  260. return this.north_r_val;
  261. }
  262. public void setNorth_r_val(Double north_r_val) {
  263. this.north_r_val = north_r_val;
  264. }
  265. /**
  266. * CONTRACT_LINE_NO(CONTRACT_PK+4λ��ˮ��)
  267. */
  268. private String contract_line_no;
  269. public String getContract_line_no() {
  270. return this.contract_line_no;
  271. }
  272. public void setContract_line_no(String contract_line_no) {
  273. this.contract_line_no = contract_line_no;
  274. }
  275. /**
  276. * ���ߴ���
  277. */
  278. private String pline_code;
  279. public String getPline_code() {
  280. return this.pline_code;
  281. }
  282. public void setPline_code(String pline_code) {
  283. this.pline_code = pline_code;
  284. }
  285. /**
  286. * �������
  287. */
  288. private String pline_name;
  289. public String getPline_name() {
  290. return this.pline_name;
  291. }
  292. public void setPline_name(String pline_name) {
  293. this.pline_name = pline_name;
  294. }
  295. /**
  296. * ���
  297. */
  298. private String wrk_ord;
  299. public String getWrk_ord() {
  300. return this.wrk_ord;
  301. }
  302. public void setWrk_ord(String wrk_ord) {
  303. this.wrk_ord = wrk_ord;
  304. }
  305. /**
  306. * ����
  307. */
  308. private String wrk_grp;
  309. public String getWrk_grp() {
  310. return this.wrk_grp;
  311. }
  312. public void setWrk_grp(String wrk_grp) {
  313. this.wrk_grp = wrk_grp;
  314. }
  315. /**
  316. * ������
  317. */
  318. private String judge_name;
  319. public String getJudge_name() {
  320. return this.judge_name;
  321. }
  322. public void setJudge_name(String judge_name) {
  323. this.judge_name = judge_name;
  324. }
  325. /**
  326. * ��������
  327. */
  328. private Date judge_time;
  329. public Date getJudge_time() {
  330. return this.judge_time;
  331. }
  332. public void setJudge_time(Date judge_time) {
  333. this.judge_time = judge_time;
  334. }
  335. /**
  336. * �к��_ʵ��
  337. */
  338. private Double middle_thick_val;
  339. public Double getMiddle_thick_val() {
  340. return this.middle_thick_val;
  341. }
  342. public void setMiddle_thick_val(Double middle_thick_val) {
  343. this.middle_thick_val = middle_thick_val;
  344. }
  345. /**
  346. * ���۶�����
  347. */
  348. private String order_no;
  349. public String getOrder_no() {
  350. return order_no;
  351. }
  352. public void setOrder_no(String order_no) {
  353. this.order_no = order_no;
  354. }
  355. /**
  356. * --���粨
  357. */
  358. private String design_key;
  359. public String getDesign_key() {
  360. return design_key;
  361. }
  362. public void setDesign_key(String design_key) {
  363. this.design_key = design_key;
  364. }
  365. /**
  366. * ��Ʒ�淶��--���粨
  367. */
  368. private String psc;
  369. public String getPsc() {
  370. return psc;
  371. }
  372. public void setPsc(String psc) {
  373. this.psc = psc;
  374. }
  375. /**
  376. * ĸ���------jcb
  377. */
  378. private String board_no;
  379. public String getBoard_no() {
  380. return board_no;
  381. }
  382. public void setBoard_no(String board_no) {
  383. this.board_no = board_no;
  384. }
  385. /**
  386. * �����Ӱ��-----jcb
  387. */
  388. private String virtual_material_no;
  389. public String getVirtual_material_no() {
  390. return virtual_material_no;
  391. }
  392. public void setVirtual_material_no(String virtual_material_no) {
  393. this.virtual_material_no = virtual_material_no;
  394. }
  395. private Double judgeTHick;//����
  396. private Double judgeWidth;//����
  397. private Double judgeLength;//�����
  398. public Double getJudgeTHick() {
  399. return judgeTHick;
  400. }
  401. public void setJudgeTHick(Double judgeTHick) {
  402. this.judgeTHick = judgeTHick;
  403. }
  404. public Double getJudgeWidth() {
  405. return judgeWidth;
  406. }
  407. public void setJudgeWidth(Double judgeWidth) {
  408. this.judgeWidth = judgeWidth;
  409. }
  410. public Double getJudgeLength() {
  411. return judgeLength;
  412. }
  413. public void setJudgeLength(Double judgeLength) {
  414. this.judgeLength = judgeLength;
  415. }
  416. /**
  417. * �޸�������-----jcb
  418. */
  419. private String change_type_code;
  420. public String getChange_type_code() {
  421. return change_type_code;
  422. }
  423. public void setChange_type_code(String change_type_code) {
  424. this.change_type_code = change_type_code;
  425. }
  426. /**
  427. * �޸�������-----jcb
  428. */
  429. private String change_type_desc;
  430. public String getChange_type_desc() {
  431. return change_type_desc;
  432. }
  433. public void setChange_type_desc(String change_type_desc) {
  434. this.change_type_desc = change_type_desc;
  435. }
  436. /**
  437. * ��Ʒ�淶���� ----2019.1.2
  438. */
  439. private String psc_desc;
  440. public String getPsc_desc() {
  441. return psc_desc;
  442. }
  443. public void setPsc_desc(String psc_desc) {
  444. this.psc_desc = psc_desc;
  445. }
  446. /**
  447. * ��Ʒ��ƴ��� ----2019.1.2
  448. */
  449. private String prod_code;
  450. public String getProd_code() {
  451. return prod_code;
  452. }
  453. public void setProd_code(String prod_code) {
  454. this.prod_code = prod_code;
  455. }
  456. /**
  457. * ��Ʒ�������----2019.1.2
  458. */
  459. private String prod_name;
  460. public String getProd_name() {
  461. return prod_name;
  462. }
  463. public void setProd_name(String prod_name) {
  464. this.prod_name = prod_name;
  465. }
  466. /**
  467. * ��׼����----2019.1.2
  468. */
  469. private String std_code;
  470. public String getStd_code() {
  471. return std_code;
  472. }
  473. public void setStd_code(String std_code) {
  474. this.std_code = std_code;
  475. }
  476. /**
  477. * ��׼���----2019.1.2
  478. */
  479. private String std_name;
  480. public String getStd_name() {
  481. return std_name;
  482. }
  483. public void setStd_name(String std_name) {
  484. this.std_name = std_name;
  485. }
  486. /**
  487. * ��Ʒ�ƺŴ���----2019.1.2
  488. */
  489. private String steel_code;
  490. public String getSteel_code() {
  491. return steel_code;
  492. }
  493. public void setSteel_code(String steel_code) {
  494. this.steel_code = steel_code;
  495. }
  496. /**
  497. * ��Ʒ�ƺ����----2019.1.2
  498. */
  499. private String steel_name;
  500. public String getSteel_name() {
  501. return steel_name;
  502. }
  503. public void setSteel_name(String steel_name) {
  504. this.steel_name = steel_name;
  505. }
  506. // Ŀ���Ʒ����Ϣ�������쳣���ϴ���
  507. /***
  508. * Ŀ��psc
  509. */
  510. private String psc_new;
  511. public String getPsc_new() {
  512. return psc_new;
  513. }
  514. public void setPsc_new(String psc_new) {
  515. this.psc_new = psc_new;
  516. }
  517. /**
  518. * Ŀ���Ʒ�淶���� ----2019.5.30
  519. */
  520. private String psc_desc_new;
  521. public String getPsc_desc_new() {
  522. return psc_desc_new;
  523. }
  524. public void setPsc_desc_new(String psc_desc_new) {
  525. this.psc_desc_new = psc_desc_new;
  526. }
  527. /**
  528. * Ŀ���Ʒ��ƴ��� ----2019.5.30
  529. */
  530. private String prod_code_new;
  531. public String getProd_code_new() {
  532. return prod_code_new;
  533. }
  534. public void setProd_code_new(String prod_code_new) {
  535. this.prod_code_new = prod_code_new;
  536. }
  537. /**
  538. * Ŀ���Ʒ�������----2019.5.30
  539. */
  540. private String prod_name_new;
  541. public String getProd_name_new() {
  542. return prod_name_new;
  543. }
  544. public void setProd_name_new(String prod_name_new) {
  545. this.prod_name_new = prod_name_new;
  546. }
  547. /**
  548. * Ŀ���׼����----2019.5.30
  549. */
  550. private String std_code_new;
  551. public String getStd_code_new() {
  552. return std_code_new;
  553. }
  554. public void setStd_code_new(String std_code_new) {
  555. this.std_code_new = std_code_new;
  556. }
  557. /**
  558. * Ŀ���׼���----2019.5.30
  559. */
  560. private String std_name_new;
  561. public String getStd_name_new() {
  562. return std_name_new;
  563. }
  564. public void setStd_name_new(String std_name_new) {
  565. this.std_name_new = std_name_new;
  566. }
  567. /**
  568. * Ŀ���Ʒ�ƺŴ���----2019.5.30
  569. */
  570. private String steel_code_new;
  571. public String getSteel_code_new() {
  572. return steel_code_new;
  573. }
  574. public void setSteel_code_new(String steel_code_new) {
  575. this.steel_code_new = steel_code_new;
  576. }
  577. /**
  578. * Ŀ���Ʒ�ƺ����----2019.5.30
  579. */
  580. private String steel_name_new;
  581. public String getSteel_name_new() {
  582. return steel_name_new;
  583. }
  584. public void setSteel_name_new(String steel_name_new) {
  585. this.steel_name_new = steel_name_new;
  586. }
  587. /***
  588. * Ŀ�꽻��״̬����
  589. */
  590. private String delivery_state_code_new;
  591. public String getDelivery_state_code_new() {
  592. return delivery_state_code_new;
  593. }
  594. public void setDelivery_state_code_new(String delivery_state_code_new) {
  595. this.delivery_state_code_new = delivery_state_code_new;
  596. }
  597. /***
  598. * Ŀ�꽻��״̬����
  599. */
  600. private String delivery_state_desc_new;
  601. public String getDelivery_state_desc_new() {
  602. return delivery_state_desc_new;
  603. }
  604. public void setDelivery_state_desc_new(String delivery_state_desc_new) {
  605. this.delivery_state_desc_new = delivery_state_desc_new;
  606. }
  607. /**
  608. * ���ʶ----2019.6.11
  609. */
  610. private String sic_is_lock;
  611. public String getSic_is_lock() {
  612. return sic_is_lock;
  613. }
  614. public void setSic_is_lock(String sic_is_lock) {
  615. this.sic_is_lock = sic_is_lock;
  616. }
  617. /**
  618. * ��----2019.1.2
  619. */
  620. private Double thick;
  621. public Double getThick() {
  622. return thick;
  623. }
  624. public void setThick(Double thick) {
  625. this.thick = thick;
  626. }
  627. /**
  628. * ��----2019.1.2
  629. */
  630. private Double width;
  631. public Double getWidth() {
  632. return width;
  633. }
  634. public void setWidth(Double width) {
  635. this.width = width;
  636. }
  637. /**
  638. * ��----2019.1.2
  639. */
  640. private Double length;
  641. public Double getLength() {
  642. return length;
  643. }
  644. public void setLength(Double length) {
  645. this.length = length;
  646. }
  647. /***
  648. * �б߷�ʽ����
  649. */
  650. private String cut_edge_type_no;
  651. public String getCut_edge_type_no() {
  652. return cut_edge_type_no;
  653. }
  654. public void setCut_edge_type_no(String cut_edge_type_no) {
  655. this.cut_edge_type_no = cut_edge_type_no;
  656. }
  657. /***
  658. * �б߷�ʽ����
  659. */
  660. private String cut_edge_type_name;
  661. public String getCut_edge_type_name() {
  662. return cut_edge_type_name;
  663. }
  664. public void setCut_edge_type_name(String cut_edge_type_name) {
  665. this.cut_edge_type_name = cut_edge_type_name;
  666. }
  667. /**
  668. * ��ƽ��
  669. */
  670. private Double judge_unevenness;
  671. /**
  672. * ������
  673. */
  674. private Double judge_camber ;
  675. /**�ѷ���
  676. *
  677. */
  678. private Double judge_offsquare ;
  679. /**
  680. *����
  681. */
  682. private Double judge_turriform ;
  683. public Double getJudge_unevenness() {
  684. return judge_unevenness;
  685. }
  686. public void setJudge_unevenness(Double judge_unevenness) {
  687. this.judge_unevenness = judge_unevenness;
  688. }
  689. public Double getJudge_camber() {
  690. return judge_camber;
  691. }
  692. public void setJudge_camber(Double judge_camber) {
  693. this.judge_camber = judge_camber;
  694. }
  695. public Double getJudge_offsquare() {
  696. return judge_offsquare;
  697. }
  698. public void setJudge_offsquare(Double judge_offsquare) {
  699. this.judge_offsquare = judge_offsquare;
  700. }
  701. public Double getJudge_turriform() {
  702. return judge_turriform;
  703. }
  704. public void setJudge_turriform(Double judge_turriform) {
  705. this.judge_turriform = judge_turriform;
  706. }
  707. /**
  708. * ���״̬
  709. */
  710. private String kc_state;
  711. public String getKc_state() {
  712. return kc_state;
  713. }
  714. public void setKc_state(String kc_state) {
  715. this.kc_state = kc_state;
  716. }
  717. private String respon_section_code;
  718. private String respon_section_name;
  719. public String getRespon_section_code() {
  720. return respon_section_code;
  721. }
  722. public void setRespon_section_code(String respon_section_code) {
  723. this.respon_section_code = respon_section_code;
  724. }
  725. public String getRespon_section_name() {
  726. return respon_section_name;
  727. }
  728. public void setRespon_section_name(String respon_section_name) {
  729. this.respon_section_name = respon_section_name;
  730. }
  731. private String level_code;
  732. private String level_desc;
  733. public String getLevel_code() {
  734. return level_code;
  735. }
  736. public void setLevel_code(String level_code) {
  737. this.level_code = level_code;
  738. }
  739. public String getLevel_desc() {
  740. return level_desc;
  741. }
  742. public void setLevel_desc(String level_desc) {
  743. this.level_desc = level_desc;
  744. }
  745. }