1ffe03ab98cde9175c872c59d893de07317a0d6b.svn-base 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007
  1. package QCM.JHY01.VO;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import java.util.HashMap;
  5. import java.util.List;
  6. import QCM.JHY01.VO.QcmJhyPhyresult;
  7. import QCM.JHY01.VO.QcmJhySampleConsignDItem;
  8. public class JhyQltyModel {
  9. private String design_key;
  10. private BigDecimal index_seq;
  11. private String psc;
  12. private String psc_desc;
  13. private String msc_pline;
  14. private String process_code;
  15. private BigDecimal backlog_seq;
  16. private String org_code;
  17. private String org_name;
  18. private String phy_code_l;
  19. private String phy_name_l;
  20. private String phy_code_m;
  21. private String phy_name_m;
  22. private String phy_code_s;
  23. private String phy_name_s;
  24. private String item_code_d;
  25. private String item_name_d;
  26. private String item_code_t;
  27. private String item_name_t;
  28. private String item_code_s;
  29. private String item_name_s;
  30. private String sample_style_code;
  31. private String sample_style_name;
  32. private String rate_code;
  33. private String rate_desc;
  34. private String isjudge;
  35. private String ischeck;
  36. private String isquote;
  37. private String group_seq;
  38. private BigDecimal smp_qty;
  39. private String smp_position_code;
  40. private String smp_position_desc;
  41. private String prod_code;
  42. private String prod_name;
  43. private String steel_code;
  44. private String steel_name;
  45. private String std_code;
  46. private String std_name;
  47. private BigDecimal smp_count;
  48. private String item_code_l;
  49. private String item_desc_l;
  50. private String phy_unit;
  51. private String create_id;
  52. private String create_name;
  53. private Date create_time;
  54. private String retest_yn;
  55. private BigDecimal retest_qty;
  56. private String specl_fl;
  57. private String is_qtly;
  58. private String heat_no;
  59. private String batch_no;
  60. private String grade_code;
  61. private String grade_name;
  62. private String pline_abbr;
  63. private String pline_code;
  64. private String pline_name;
  65. private String inspection_lot;
  66. //主产品码,由生产传递过来
  67. private String main_psc;
  68. private String main_psc_desc;
  69. private String freq_code;
  70. private String freq_name;
  71. private String thick;
  72. private String width;
  73. private String length;
  74. private String delivery_state_code;
  75. private String delivery_state_desc;
  76. private String material_no;
  77. private String board_no;
  78. private String qlty_smp_no;
  79. //复样结果
  80. private List<HashMap> old_results;
  81. private String smp_type_code;
  82. private String smp_type_name;
  83. private String source;
  84. private String memo;
  85. private String chemItems;
  86. private String judge_basis;
  87. private String quote_specimen_no;
  88. private Integer quote_seq;
  89. private BigDecimal product_cnt;
  90. private String stdmin_sign;
  91. private String stdmin;
  92. private String stdmax_sign;
  93. private String stdmax;
  94. private String stdmemo;
  95. private HashMap<String,List<QcmJhyPhyresult>> jhyResults;
  96. private List<JhyQuoteModel> quoteSpecLists;
  97. private HashMap<String,List<QcmJhySampleConsignDItem>> quoteItem;
  98. //螺纹钢特殊处理字段
  99. private Integer times;
  100. //硬线特殊处理字段
  101. private Integer smpCounts;
  102. private String phy_group_code;
  103. //D表中订单备注
  104. private String orderMemo;
  105. //总重量
  106. private String weight;
  107. //上限重量
  108. private String weight_std;
  109. //浮动重量
  110. private String weight_sfd;
  111. //卷板 39 49 59 按子板按批标识
  112. private String AbatchLog;
  113. // private String weight_std
  114. //
  115. // weight
  116. public String getAbatchLog() {
  117. return AbatchLog;
  118. }
  119. public void setAbatchLog(String abatchLog) {
  120. this.AbatchLog = abatchLog;
  121. }
  122. public String getWeight() {
  123. return weight;
  124. }
  125. public Integer getSmpCounts() {
  126. return smpCounts;
  127. }
  128. public void setSmpCounts(Integer smpCounts) {
  129. this.smpCounts = smpCounts;
  130. }
  131. public void setWeight(String weight) {
  132. this.weight = weight;
  133. }
  134. public String getWeight_std() {
  135. return weight_std;
  136. }
  137. public void setWeight_std(String weight_std) {
  138. this.weight_std = weight_std;
  139. }
  140. public String getWeight_sfd() {
  141. return weight_sfd;
  142. }
  143. public void setWeight_sfd(String weight_sfd) {
  144. this.weight_sfd = weight_sfd;
  145. }
  146. public String getDesign_key() {
  147. return design_key;
  148. }
  149. public void setDesign_key(String design_key) {
  150. this.design_key = design_key;
  151. }
  152. public BigDecimal getIndex_seq() {
  153. return index_seq;
  154. }
  155. public void setIndex_seq(BigDecimal index_seq) {
  156. this.index_seq = index_seq;
  157. }
  158. public String getPsc() {
  159. return psc;
  160. }
  161. public void setPsc(String psc) {
  162. this.psc = psc;
  163. }
  164. public String getPsc_desc() {
  165. return psc_desc;
  166. }
  167. public void setPsc_desc(String psc_desc) {
  168. this.psc_desc = psc_desc;
  169. }
  170. public String getMsc_pline() {
  171. return msc_pline;
  172. }
  173. public void setMsc_pline(String msc_pline) {
  174. this.msc_pline = msc_pline;
  175. }
  176. public String getProcess_code() {
  177. return process_code;
  178. }
  179. public void setProcess_code(String process_code) {
  180. this.process_code = process_code;
  181. }
  182. public BigDecimal getBacklog_seq() {
  183. return backlog_seq;
  184. }
  185. public void setBacklog_seq(BigDecimal backlog_seq) {
  186. this.backlog_seq = backlog_seq;
  187. }
  188. public String getOrg_code() {
  189. return org_code;
  190. }
  191. public void setOrg_code(String org_code) {
  192. this.org_code = org_code;
  193. }
  194. public String getOrg_name() {
  195. return org_name;
  196. }
  197. public void setOrg_name(String org_name) {
  198. this.org_name = org_name;
  199. }
  200. public String getPhy_code_l() {
  201. return phy_code_l;
  202. }
  203. public void setPhy_code_l(String phy_code_l) {
  204. this.phy_code_l = phy_code_l;
  205. }
  206. public String getPhy_name_l() {
  207. return phy_name_l;
  208. }
  209. public void setPhy_name_l(String phy_name_l) {
  210. this.phy_name_l = phy_name_l;
  211. }
  212. public String getPhy_code_m() {
  213. return phy_code_m;
  214. }
  215. public void setPhy_code_m(String phy_code_m) {
  216. this.phy_code_m = phy_code_m;
  217. }
  218. public String getPhy_name_m() {
  219. return phy_name_m;
  220. }
  221. public void setPhy_name_m(String phy_name_m) {
  222. this.phy_name_m = phy_name_m;
  223. }
  224. public String getPhy_code_s() {
  225. return phy_code_s;
  226. }
  227. public void setPhy_code_s(String phy_code_s) {
  228. this.phy_code_s = phy_code_s;
  229. }
  230. public String getPhy_name_s() {
  231. return phy_name_s;
  232. }
  233. public void setPhy_name_s(String phy_name_s) {
  234. this.phy_name_s = phy_name_s;
  235. }
  236. public String getItem_code_d() {
  237. return item_code_d;
  238. }
  239. public void setItem_code_d(String item_code_d) {
  240. this.item_code_d = item_code_d;
  241. }
  242. public String getItem_name_d() {
  243. return item_name_d;
  244. }
  245. public void setItem_name_d(String item_name_d) {
  246. this.item_name_d = item_name_d;
  247. }
  248. public String getItem_code_t() {
  249. return item_code_t;
  250. }
  251. public void setItem_code_t(String item_code_t) {
  252. this.item_code_t = item_code_t;
  253. }
  254. public String getItem_name_t() {
  255. return item_name_t;
  256. }
  257. public void setItem_name_t(String item_name_t) {
  258. this.item_name_t = item_name_t;
  259. }
  260. public String getItem_code_s() {
  261. return item_code_s;
  262. }
  263. public void setItem_code_s(String item_code_s) {
  264. this.item_code_s = item_code_s;
  265. }
  266. public String getItem_name_s() {
  267. return item_name_s;
  268. }
  269. public void setItem_name_s(String item_name_s) {
  270. this.item_name_s = item_name_s;
  271. }
  272. public String getSample_style_code() {
  273. return sample_style_code;
  274. }
  275. public void setSample_style_code(String sample_style_code) {
  276. this.sample_style_code = sample_style_code;
  277. }
  278. public String getSample_style_name() {
  279. return sample_style_name;
  280. }
  281. public void setSample_style_name(String sample_style_name) {
  282. this.sample_style_name = sample_style_name;
  283. }
  284. public String getRate_code() {
  285. return rate_code;
  286. }
  287. public void setRate_code(String rate_code) {
  288. this.rate_code = rate_code;
  289. }
  290. public String getRate_desc() {
  291. return rate_desc;
  292. }
  293. public void setRate_desc(String rate_desc) {
  294. this.rate_desc = rate_desc;
  295. }
  296. public String getIsjudge() {
  297. return isjudge;
  298. }
  299. public void setIsjudge(String isjudge) {
  300. this.isjudge = isjudge;
  301. }
  302. public String getIscheck() {
  303. return ischeck;
  304. }
  305. public void setIscheck(String ischeck) {
  306. this.ischeck = ischeck;
  307. }
  308. public String getIsquote() {
  309. return isquote;
  310. }
  311. public void setIsquote(String isquote) {
  312. this.isquote = isquote;
  313. }
  314. public String getGroup_seq() {
  315. return group_seq;
  316. }
  317. public void setGroup_seq(String group_seq) {
  318. this.group_seq = group_seq;
  319. }
  320. public BigDecimal getSmp_qty() {
  321. return smp_qty;
  322. }
  323. public void setSmp_qty(BigDecimal smp_qty) {
  324. this.smp_qty = smp_qty;
  325. }
  326. public String getSmp_position_code() {
  327. return smp_position_code;
  328. }
  329. public void setSmp_position_code(String smp_position_code) {
  330. this.smp_position_code = smp_position_code;
  331. }
  332. public String getSmp_position_desc() {
  333. return smp_position_desc;
  334. }
  335. public void setSmp_position_desc(String smp_position_desc) {
  336. this.smp_position_desc = smp_position_desc;
  337. }
  338. public String getProd_code() {
  339. return prod_code;
  340. }
  341. public void setProd_code(String prod_code) {
  342. this.prod_code = prod_code;
  343. }
  344. public String getProd_name() {
  345. return prod_name;
  346. }
  347. public void setProd_name(String prod_name) {
  348. this.prod_name = prod_name;
  349. }
  350. public String getSteel_code() {
  351. return steel_code;
  352. }
  353. public void setSteel_code(String steel_code) {
  354. this.steel_code = steel_code;
  355. }
  356. public String getSteel_name() {
  357. return steel_name;
  358. }
  359. public void setSteel_name(String steel_name) {
  360. this.steel_name = steel_name;
  361. }
  362. public String getStd_code() {
  363. return std_code;
  364. }
  365. public void setStd_code(String std_code) {
  366. this.std_code = std_code;
  367. }
  368. public String getStd_name() {
  369. return std_name;
  370. }
  371. public void setStd_name(String std_name) {
  372. this.std_name = std_name;
  373. }
  374. public BigDecimal getSmp_count() {
  375. return smp_count;
  376. }
  377. public void setSmp_count(BigDecimal smp_count) {
  378. this.smp_count = smp_count;
  379. }
  380. public String getItem_code_l() {
  381. return item_code_l;
  382. }
  383. public void setItem_code_l(String item_code_l) {
  384. this.item_code_l = item_code_l;
  385. }
  386. public String getItem_desc_l() {
  387. return item_desc_l;
  388. }
  389. public void setItem_desc_l(String item_desc_l) {
  390. this.item_desc_l = item_desc_l;
  391. }
  392. public String getPhy_unit() {
  393. return phy_unit;
  394. }
  395. public void setPhy_unit(String phy_unit) {
  396. this.phy_unit = phy_unit;
  397. }
  398. public String getCreate_id() {
  399. return create_id;
  400. }
  401. public void setCreate_id(String create_id) {
  402. this.create_id = create_id;
  403. }
  404. public String getCreate_name() {
  405. return create_name;
  406. }
  407. public void setCreate_name(String create_name) {
  408. this.create_name = create_name;
  409. }
  410. public Date getCreate_time() {
  411. return create_time;
  412. }
  413. public void setCreate_time(Date create_time) {
  414. this.create_time = create_time;
  415. }
  416. public String getRetest_yn() {
  417. return retest_yn;
  418. }
  419. public void setRetest_yn(String retest_yn) {
  420. this.retest_yn = retest_yn;
  421. }
  422. public BigDecimal getRetest_qty() {
  423. return retest_qty;
  424. }
  425. public void setRetest_qty(BigDecimal retest_qty) {
  426. this.retest_qty = retest_qty;
  427. }
  428. public String getSpecl_fl() {
  429. return specl_fl;
  430. }
  431. public void setSpecl_fl(String specl_fl) {
  432. this.specl_fl = specl_fl;
  433. }
  434. public String getIs_qtly() {
  435. return is_qtly;
  436. }
  437. public void setIs_qtly(String is_qtly) {
  438. this.is_qtly = is_qtly;
  439. }
  440. public String getHeat_no() {
  441. return heat_no;
  442. }
  443. public void setHeat_no(String heat_no) {
  444. this.heat_no = heat_no;
  445. }
  446. public String getBatch_no() {
  447. return batch_no;
  448. }
  449. public void setBatch_no(String batch_no) {
  450. this.batch_no = batch_no;
  451. }
  452. public String getGrade_code() {
  453. return grade_code;
  454. }
  455. public void setGrade_code(String grade_code) {
  456. this.grade_code = grade_code;
  457. }
  458. public String getGrade_name() {
  459. return grade_name;
  460. }
  461. public void setGrade_name(String grade_name) {
  462. this.grade_name = grade_name;
  463. }
  464. public String getPline_abbr() {
  465. return pline_abbr;
  466. }
  467. public void setPline_abbr(String pline_abbr) {
  468. this.pline_abbr = pline_abbr;
  469. }
  470. public String getPline_code() {
  471. return pline_code;
  472. }
  473. public void setPline_code(String pline_code) {
  474. this.pline_code = pline_code;
  475. }
  476. public String getPline_name() {
  477. return pline_name;
  478. }
  479. public void setPline_name(String pline_name) {
  480. this.pline_name = pline_name;
  481. }
  482. public String getInspection_lot() {
  483. return inspection_lot;
  484. }
  485. public void setInspection_lot(String inspection_lot) {
  486. this.inspection_lot = inspection_lot;
  487. }
  488. public String getMain_psc() {
  489. return main_psc;
  490. }
  491. public void setMain_psc(String main_psc) {
  492. this.main_psc = main_psc;
  493. }
  494. public String getMain_psc_desc() {
  495. return main_psc_desc;
  496. }
  497. public void setMain_psc_desc(String main_psc_desc) {
  498. this.main_psc_desc = main_psc_desc;
  499. }
  500. public String getFreq_code() {
  501. return freq_code;
  502. }
  503. public void setFreq_code(String freq_code) {
  504. this.freq_code = freq_code;
  505. }
  506. public String getFreq_name() {
  507. return freq_name;
  508. }
  509. public void setFreq_name(String freq_name) {
  510. this.freq_name = freq_name;
  511. }
  512. public String getThick() {
  513. return thick;
  514. }
  515. public void setThick(String thick) {
  516. this.thick = thick;
  517. }
  518. public String getWidth() {
  519. return width;
  520. }
  521. public void setWidth(String width) {
  522. this.width = width;
  523. }
  524. public String getLength() {
  525. return length;
  526. }
  527. public void setLength(String length) {
  528. this.length = length;
  529. }
  530. public String getDelivery_state_code() {
  531. return delivery_state_code;
  532. }
  533. public void setDelivery_state_code(String delivery_state_code) {
  534. this.delivery_state_code = delivery_state_code;
  535. }
  536. public String getDelivery_state_desc() {
  537. return delivery_state_desc;
  538. }
  539. public void setDelivery_state_desc(String delivery_state_desc) {
  540. this.delivery_state_desc = delivery_state_desc;
  541. }
  542. public String getMaterial_no() {
  543. return material_no;
  544. }
  545. public void setMaterial_no(String material_no) {
  546. this.material_no = material_no;
  547. }
  548. public String getBoard_no() {
  549. return board_no;
  550. }
  551. public void setBoard_no(String board_no) {
  552. this.board_no = board_no;
  553. }
  554. public String getQlty_smp_no() {
  555. return qlty_smp_no;
  556. }
  557. public void setQlty_smp_no(String qlty_smp_no) {
  558. this.qlty_smp_no = qlty_smp_no;
  559. }
  560. public List<HashMap> getOld_results() {
  561. return old_results;
  562. }
  563. public void setOld_results(List<HashMap> old_results) {
  564. this.old_results = old_results;
  565. }
  566. public String getSmp_type_code() {
  567. return smp_type_code;
  568. }
  569. public void setSmp_type_code(String smp_type_code) {
  570. this.smp_type_code = smp_type_code;
  571. }
  572. public String getSmp_type_name() {
  573. return smp_type_name;
  574. }
  575. public void setSmp_type_name(String smp_type_name) {
  576. this.smp_type_name = smp_type_name;
  577. }
  578. public String getSource() {
  579. return source;
  580. }
  581. public void setSource(String source) {
  582. this.source = source;
  583. }
  584. public String getMemo() {
  585. return memo;
  586. }
  587. public void setMemo(String memo) {
  588. this.memo = memo;
  589. }
  590. public String getChemItems() {
  591. return chemItems;
  592. }
  593. public void setChemItems(String chemItems) {
  594. this.chemItems = chemItems;
  595. }
  596. public String getJudge_basis() {
  597. return judge_basis;
  598. }
  599. public void setJudge_basis(String judge_basis) {
  600. this.judge_basis = judge_basis;
  601. }
  602. public String getQuote_specimen_no() {
  603. return quote_specimen_no;
  604. }
  605. public void setQuote_specimen_no(String quote_specimen_no) {
  606. this.quote_specimen_no = quote_specimen_no;
  607. }
  608. public Integer getQuote_seq() {
  609. return quote_seq;
  610. }
  611. public void setQuote_seq(Integer quote_seq) {
  612. this.quote_seq = quote_seq;
  613. }
  614. public BigDecimal getProduct_cnt() {
  615. return product_cnt;
  616. }
  617. public void setProduct_cnt(BigDecimal product_cnt) {
  618. this.product_cnt = product_cnt;
  619. }
  620. public String getStdmin_sign() {
  621. return stdmin_sign;
  622. }
  623. public void setStdmin_sign(String stdmin_sign) {
  624. this.stdmin_sign = stdmin_sign;
  625. }
  626. public String getStdmin() {
  627. return stdmin;
  628. }
  629. public void setStdmin(String stdmin) {
  630. this.stdmin = stdmin;
  631. }
  632. public String getStdmax_sign() {
  633. return stdmax_sign;
  634. }
  635. public void setStdmax_sign(String stdmax_sign) {
  636. this.stdmax_sign = stdmax_sign;
  637. }
  638. public String getStdmax() {
  639. return stdmax;
  640. }
  641. public void setStdmax(String stdmax) {
  642. this.stdmax = stdmax;
  643. }
  644. public String getStdmemo() {
  645. return stdmemo;
  646. }
  647. public void setStdmemo(String stdmemo) {
  648. this.stdmemo = stdmemo;
  649. }
  650. public HashMap<String, List<QcmJhyPhyresult>> getJhyResults() {
  651. return jhyResults;
  652. }
  653. public void setJhyResults(HashMap<String, List<QcmJhyPhyresult>> jhyResults) {
  654. this.jhyResults = jhyResults;
  655. }
  656. public List<JhyQuoteModel> getQuoteSpecLists() {
  657. return quoteSpecLists;
  658. }
  659. public void setQuoteSpecLists(List<JhyQuoteModel> quoteSpecLists) {
  660. this.quoteSpecLists = quoteSpecLists;
  661. }
  662. public HashMap<String, List<QcmJhySampleConsignDItem>> getQuoteItem() {
  663. return quoteItem;
  664. }
  665. public void setQuoteItem(HashMap<String, List<QcmJhySampleConsignDItem>> quoteItem) {
  666. this.quoteItem = quoteItem;
  667. }
  668. public Integer getTimes() {
  669. return times;
  670. }
  671. public void setTimes(Integer times) {
  672. this.times = times;
  673. }
  674. public String getPhy_group_code() {
  675. return phy_group_code;
  676. }
  677. public void setPhy_group_code(String phy_group_code) {
  678. this.phy_group_code = phy_group_code;
  679. }
  680. public String getOrderMemo() {
  681. return orderMemo;
  682. }
  683. public void setOrderMemo(String orderMemo) {
  684. this.orderMemo = orderMemo;
  685. }
  686. }