2408d2d8f47210ac426e631ac93ed6cf3b407520.svn-base 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. package QCM.JHY01.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. import java.util.HashMap;
  5. public class QcmJhySampleConsignDItem implements Serializable{
  6. /**
  7. * ȡ�����
  8. */
  9. private String specimen_no;
  10. public String getSpecimen_no() {
  11. return this.specimen_no;
  12. }
  13. public void setSpecimen_no(String specimen_no) {
  14. this.specimen_no = specimen_no;
  15. }
  16. /**
  17. * ������Ŀ��ˮ��
  18. */
  19. private Long seq;
  20. public Long getSeq() {
  21. return this.seq;
  22. }
  23. public void setSeq(Long seq) {
  24. this.seq = seq;
  25. }
  26. /**
  27. * ���ʼ�������루���ࣩ
  28. */
  29. private String phy_code_l;
  30. public String getPhy_code_l() {
  31. return this.phy_code_l;
  32. }
  33. public void setPhy_code_l(String phy_code_l) {
  34. this.phy_code_l = phy_code_l;
  35. }
  36. /**
  37. * ���ʼ��������ƣ����ࣩ
  38. */
  39. private String phy_name_l;
  40. public String getPhy_name_l() {
  41. return this.phy_name_l;
  42. }
  43. public void setPhy_name_l(String phy_name_l) {
  44. this.phy_name_l = phy_name_l;
  45. }
  46. /**
  47. * ���������
  48. */
  49. private String phy_code_m;
  50. public String getPhy_code_m() {
  51. return this.phy_code_m;
  52. }
  53. public void setPhy_code_m(String phy_code_m) {
  54. this.phy_code_m = phy_code_m;
  55. }
  56. /**
  57. * ����������
  58. */
  59. private String phy_name_m;
  60. public String getPhy_name_m() {
  61. return this.phy_name_m;
  62. }
  63. public void setPhy_name_m(String phy_name_m) {
  64. this.phy_name_m = phy_name_m;
  65. }
  66. /**
  67. * ���ʼ��������
  68. */
  69. private String phy_code_s;
  70. public String getPhy_code_s() {
  71. return this.phy_code_s;
  72. }
  73. public void setPhy_code_s(String phy_code_s) {
  74. this.phy_code_s = phy_code_s;
  75. }
  76. /**
  77. * ���ʼ���������
  78. */
  79. private String phy_name_s;
  80. public String getPhy_name_s() {
  81. return this.phy_name_s;
  82. }
  83. public void setPhy_name_s(String phy_name_s) {
  84. this.phy_name_s = phy_name_s;
  85. }
  86. /**
  87. * ���鷽�����
  88. */
  89. private String item_code_d;
  90. public String getItem_code_d() {
  91. return this.item_code_d;
  92. }
  93. public void setItem_code_d(String item_code_d) {
  94. this.item_code_d = item_code_d;
  95. }
  96. /**
  97. * ���鷽������
  98. */
  99. private String item_name_d;
  100. public String getItem_name_d() {
  101. return this.item_name_d;
  102. }
  103. public void setItem_name_d(String item_name_d) {
  104. this.item_name_d = item_name_d;
  105. }
  106. /**
  107. * �����¶ȴ���
  108. */
  109. private String item_code_t;
  110. public String getItem_code_t() {
  111. return this.item_code_t;
  112. }
  113. public void setItem_code_t(String item_code_t) {
  114. this.item_code_t = item_code_t;
  115. }
  116. /**
  117. * �����¶�����
  118. */
  119. private String item_name_t;
  120. public String getItem_name_t() {
  121. return this.item_name_t;
  122. }
  123. public void setItem_name_t(String item_name_t) {
  124. this.item_name_t = item_name_t;
  125. }
  126. /**
  127. * �����ߴ����
  128. */
  129. private String item_code_s;
  130. public String getItem_code_s() {
  131. return this.item_code_s;
  132. }
  133. public void setItem_code_s(String item_code_s) {
  134. this.item_code_s = item_code_s;
  135. }
  136. /**
  137. * �����ߴ�����
  138. */
  139. private String item_name_s;
  140. public String getItem_name_s() {
  141. return this.item_name_s;
  142. }
  143. public void setItem_name_s(String item_name_s) {
  144. this.item_name_s = item_name_s;
  145. }
  146. /**
  147. * �Ƿ��ж�()1:�ǣ�0����)
  148. */
  149. private String isjudge;
  150. public String getIsjudge() {
  151. return this.isjudge;
  152. }
  153. public void setIsjudge(String isjudge) {
  154. this.isjudge = isjudge;
  155. }
  156. /**
  157. * �ж�����(A:��Сֵ,B:���ֵ,C:ƽ��ֵ,D:����ֵ��)
  158. */
  159. private String judge_basis;
  160. public String getJudge_basis() {
  161. return this.judge_basis;
  162. }
  163. public void setJudge_basis(String judge_basis) {
  164. this.judge_basis = judge_basis;
  165. }
  166. /**
  167. * ֵ��λ���Ӽ������������ȡ��
  168. */
  169. private String unti;
  170. public String getUnti() {
  171. return this.unti;
  172. }
  173. public void setUnti(String unti) {
  174. this.unti = unti;
  175. }
  176. /**
  177. * ����������(ͬһ�����Ϊ��ѡһ��)
  178. */
  179. private String group_seq;
  180. public String getGroup_seq() {
  181. return this.group_seq;
  182. }
  183. public void setGroup_seq(String group_seq) {
  184. this.group_seq = group_seq;
  185. }
  186. /**
  187. * ����ȡ�����
  188. */
  189. private String quote_specimen_no;
  190. public String getQuote_specimen_no() {
  191. return this.quote_specimen_no;
  192. }
  193. public void setQuote_specimen_no(String quote_specimen_no) {
  194. this.quote_specimen_no = quote_specimen_no;
  195. }
  196. /**
  197. * ���ʼ�������루���ࣩ
  198. */
  199. private String quote_phy_code_l;
  200. public String getQuote_phy_code_l() {
  201. return this.quote_phy_code_l;
  202. }
  203. public void setQuote_phy_code_l(String quote_phy_code_l) {
  204. this.quote_phy_code_l = quote_phy_code_l;
  205. }
  206. /**
  207. * ���������
  208. */
  209. private String quote_phy_code_m;
  210. public String getQuote_phy_code_m() {
  211. return this.quote_phy_code_m;
  212. }
  213. public void setQuote_phy_code_m(String quote_phy_code_m) {
  214. this.quote_phy_code_m = quote_phy_code_m;
  215. }
  216. /**
  217. * ���ʼ��������
  218. */
  219. private String quote_phy_code_s;
  220. public String getQuote_phy_code_s() {
  221. return this.quote_phy_code_s;
  222. }
  223. public void setQuote_phy_code_s(String quote_phy_code_s) {
  224. this.quote_phy_code_s = quote_phy_code_s;
  225. }
  226. /**
  227. * ���鷽�����
  228. */
  229. private String quote_item_code_d;
  230. public String getQuote_item_code_d() {
  231. return this.quote_item_code_d;
  232. }
  233. public void setQuote_item_code_d(String quote_item_code_d) {
  234. this.quote_item_code_d = quote_item_code_d;
  235. }
  236. /**
  237. * �����¶ȴ���
  238. */
  239. private String quote_item_code_t;
  240. public String getQuote_item_code_t() {
  241. return this.quote_item_code_t;
  242. }
  243. public void setQuote_item_code_t(String quote_item_code_t) {
  244. this.quote_item_code_t = quote_item_code_t;
  245. }
  246. /**
  247. * �����ߴ����
  248. */
  249. private String quote_item_code_s;
  250. public String getQuote_item_code_s() {
  251. return this.quote_item_code_s;
  252. }
  253. public void setQuote_item_code_s(String quote_item_code_s) {
  254. this.quote_item_code_s = quote_item_code_s;
  255. }
  256. /**
  257. * ������Ŀƴ�Ӵ���(���ʼ�����Ŀ����_���������_������Ŀ����_�������_�¶ȴ���_�ߴ����)
  258. */
  259. private String phy_item_code;
  260. public String getPhy_item_code() {
  261. return this.phy_item_code;
  262. }
  263. public void setPhy_item_code(String phy_item_code) {
  264. this.phy_item_code = phy_item_code;
  265. }
  266. /**
  267. * ������Ŀƴ������(���ʼ�����Ŀ����_����������_������Ŀ����_��������_�¶�����_�ߴ�����)
  268. */
  269. private String phy_item_desc;
  270. public String getPhy_item_desc() {
  271. return this.phy_item_desc;
  272. }
  273. public void setPhy_item_desc(String phy_item_desc) {
  274. this.phy_item_desc = phy_item_desc;
  275. }
  276. /**
  277. * �Ƿ��ͣ�1���ǣ�0����
  278. */
  279. private String is_send;
  280. public String getIs_send() {
  281. return this.is_send;
  282. }
  283. public void setIs_send(String is_send) {
  284. this.is_send = is_send;
  285. }
  286. /**
  287. * ������
  288. */
  289. private String create_name;
  290. public String getCreate_name() {
  291. return this.create_name;
  292. }
  293. public void setCreate_name(String create_name) {
  294. this.create_name = create_name;
  295. }
  296. /**
  297. * ����ʱ��
  298. */
  299. private Date create_time;
  300. public Date getCreate_time() {
  301. return this.create_time;
  302. }
  303. public void setCreate_time(Date create_time) {
  304. this.create_time = create_time;
  305. }
  306. /**
  307. * �޸���
  308. */
  309. private String update_name;
  310. public String getUpdate_name() {
  311. return this.update_name;
  312. }
  313. public void setUpdate_name(String update_name) {
  314. this.update_name = update_name;
  315. }
  316. /**
  317. * �޸�ʱ��
  318. */
  319. private Date update_time;
  320. public Date getUpdate_time() {
  321. return this.update_time;
  322. }
  323. public void setUpdate_time(Date update_time) {
  324. this.update_time = update_time;
  325. }
  326. /**
  327. * ɾ����
  328. */
  329. private String delete_name;
  330. public String getDelete_name() {
  331. return this.delete_name;
  332. }
  333. public void setDelete_name(String delete_name) {
  334. this.delete_name = delete_name;
  335. }
  336. /**
  337. * ɾ��ʱ��
  338. */
  339. private Date delete_time;
  340. public Date getDelete_time() {
  341. return this.delete_time;
  342. }
  343. public void setDelete_time(Date delete_time) {
  344. this.delete_time = delete_time;
  345. }
  346. /**
  347. * ��ע
  348. */
  349. private String memo;
  350. public String getMemo() {
  351. return this.memo;
  352. }
  353. public void setMemo(String memo) {
  354. this.memo = memo;
  355. }
  356. /**
  357. * ��Ч��־(1:��Ч��0:��Ч)
  358. */
  359. private String validflag;
  360. public String getValidflag() {
  361. return this.validflag;
  362. }
  363. public void setValidflag(String validflag) {
  364. this.validflag = validflag;
  365. }
  366. //----------------------------------------------------------------------------------
  367. /**
  368. * �ڿر�׼�Ƿ��������
  369. * */
  370. private String is_stdpic;
  371. public String getIs_stdpic() {
  372. return is_stdpic;
  373. }
  374. public void setIs_stdpic(String is_stdpic) {
  375. this.is_stdpic = is_stdpic;
  376. }
  377. /**
  378. * ����ֵ�Ƿ����
  379. * */
  380. private String is_std;
  381. public String getIs_std() {
  382. return is_std;
  383. }
  384. public void setIs_std(String is_std) {
  385. this.is_std = is_std;
  386. }
  387. /**
  388. * ����ֵ���ޣ�����
  389. * */
  390. private Long stdmin_update;
  391. private Long stdmax_update;
  392. public Long getStdmin_update() {
  393. return stdmin_update;
  394. }
  395. public void setStdmin_update(Long long1) {
  396. this.stdmin_update = long1;
  397. }
  398. public Long getStdmax_update() {
  399. return stdmax_update;
  400. }
  401. public void setStdmax_update(Long stdmax_update) {
  402. this.stdmax_update = stdmax_update;
  403. }
  404. /**
  405. * ȡ�����ͱ���
  406. * */
  407. private String smp_type_code;
  408. public String getSmp_type_code() {
  409. return smp_type_code;
  410. }
  411. public void setSmp_type_code(String smp_type_code) {
  412. this.smp_type_code = smp_type_code;
  413. }
  414. /**
  415. * ȡ����������
  416. * */
  417. private String smp_type_name;
  418. public String getSmp_type_name() {
  419. return smp_type_name;
  420. }
  421. public void setSmp_type_name(String smp_type_name) {
  422. this.smp_type_name = smp_type_name;
  423. }
  424. /**
  425. * ��׼��Χ���޷���(������
  426. */
  427. private String jf_stdmin_sign;
  428. public String getJf_stdmin_sign() {
  429. return this.jf_stdmin_sign;
  430. }
  431. public void setJf_stdmin_sign(String jf_stdmin_sign) {
  432. this.jf_stdmin_sign = jf_stdmin_sign;
  433. }
  434. /**
  435. * ��׼��Χ����(������
  436. */
  437. private String jf_stdmin;
  438. public String getJf_stdmin() {
  439. return this.jf_stdmin;
  440. }
  441. public void setJf_stdmin(String jf_stdmin) {
  442. this.jf_stdmin = jf_stdmin;
  443. }
  444. /**
  445. * ��׼��Χ���޷���(������
  446. */
  447. private String jf_stdmax_sign;
  448. public String getJf_stdmax_sign() {
  449. return this.jf_stdmax_sign;
  450. }
  451. public void setJf_stdmax_sign(String jf_stdmax_sign) {
  452. this.jf_stdmax_sign = jf_stdmax_sign;
  453. }
  454. /**
  455. * ��׼��Χ����(������
  456. */
  457. private String jf_stdmax;
  458. public String getJf_stdmax() {
  459. return this.jf_stdmax;
  460. }
  461. public void setJf_stdmax(String jf_stdmax) {
  462. this.jf_stdmax = jf_stdmax;
  463. }
  464. /**
  465. * ��׼��Χ���޷��ţ��ڿأ�
  466. */
  467. private String nk_stdmin_sign;
  468. public String getNk_stdmin_sign() {
  469. return this.nk_stdmin_sign;
  470. }
  471. public void setNk_stdmin_sign(String nk_stdmin_sign) {
  472. this.nk_stdmin_sign = nk_stdmin_sign;
  473. }
  474. /**
  475. * ��׼��Χ���ޣ��ڿأ�
  476. */
  477. private String nk_stdmin;
  478. public String getNk_stdmin() {
  479. return this.nk_stdmin;
  480. }
  481. public void setNk_stdmin(String nk_stdmin) {
  482. this.nk_stdmin = nk_stdmin;
  483. }
  484. /**
  485. * ��׼��Χ���޷��ţ��ڿأ�
  486. */
  487. private String nk_stdmax_sign;
  488. public String getNk_stdmax_sign() {
  489. return this.nk_stdmax_sign;
  490. }
  491. public void setNk_stdmax_sign(String nk_stdmax_sign) {
  492. this.nk_stdmax_sign = nk_stdmax_sign;
  493. }
  494. /**
  495. * ��׼��Χ���ޣ��ڿأ�
  496. */
  497. private String nk_stdmax;
  498. public String getNk_stdmax() {
  499. return this.nk_stdmax;
  500. }
  501. public void setNk_stdmax(String nk_stdmax) {
  502. this.nk_stdmax = nk_stdmax;
  503. }
  504. /**
  505. * ��Լ����
  506. */
  507. private String rounding;
  508. public String getRounding() {
  509. return this.rounding;
  510. }
  511. public void setRounding(String rounding) {
  512. this.rounding = rounding;
  513. }
  514. /**
  515. * ��Լλ��(������λС��)
  516. */
  517. private Long rounding_digits;
  518. public Long getRounding_digits() {
  519. return this.rounding_digits;
  520. }
  521. public void setRounding_digits(Long rounding_digits) {
  522. this.rounding_digits = rounding_digits;
  523. }
  524. /**
  525. * ��׼��Χ���޷���(�ͻ���
  526. */
  527. private String kh_stdmin_sign;
  528. public String getKh_stdmin_sign() {
  529. return this.kh_stdmin_sign;
  530. }
  531. public void setKh_stdmin_sign(String kh_stdmin_sign) {
  532. this.kh_stdmin_sign = kh_stdmin_sign;
  533. }
  534. /**
  535. * ��׼��Χ����(�ͻ���
  536. */
  537. private String kh_stdmin;
  538. public String getKh_stdmin() {
  539. return this.kh_stdmin;
  540. }
  541. public void setKh_stdmin(String kh_stdmin) {
  542. this.kh_stdmin = kh_stdmin;
  543. }
  544. /**
  545. * ��׼��Χ���޷���(�ͻ���
  546. */
  547. private String kh_stdmax_sign;
  548. public String getKh_stdmax_sign() {
  549. return this.kh_stdmax_sign;
  550. }
  551. public void setKh_stdmax_sign(String kh_stdmax_sign) {
  552. this.kh_stdmax_sign = kh_stdmax_sign;
  553. }
  554. /**
  555. * ��׼��Χ����(�ͻ���
  556. */
  557. private String kh_stdmax;
  558. public String getKh_stdmax() {
  559. return this.kh_stdmax;
  560. }
  561. public void setKh_stdmax(String kh_stdmax) {
  562. this.kh_stdmax = kh_stdmax;
  563. }
  564. /**
  565. * ���б�ʶ
  566. * */
  567. private String is_must;
  568. public String getIs_must() {
  569. return is_must;
  570. }
  571. public void setIs_must(String is_must) {
  572. this.is_must = is_must;
  573. }
  574. /**
  575. * ֵ1
  576. */
  577. private String val1;
  578. public String getVal1() {
  579. return this.val1;
  580. }
  581. public void setVal1(String val1) {
  582. this.val1 = val1;
  583. }
  584. /**
  585. * ֵ2
  586. */
  587. private String val2;
  588. public String getVal2() {
  589. return this.val2;
  590. }
  591. public void setVal2(String val2) {
  592. this.val2 = val2;
  593. }
  594. /**
  595. * ֵ3
  596. */
  597. private String val3;
  598. public String getVal3() {
  599. return this.val3;
  600. }
  601. public void setVal3(String val3) {
  602. this.val3 = val3;
  603. }
  604. /**
  605. * ֵ4
  606. */
  607. private String val4;
  608. public String getVal4() {
  609. return this.val4;
  610. }
  611. public void setVal4(String val4) {
  612. this.val4 = val4;
  613. }
  614. /**
  615. * ֵ5
  616. */
  617. private String val5;
  618. public String getVal5() {
  619. return this.val5;
  620. }
  621. public void setVal5(String val5) {
  622. this.val5 = val5;
  623. }
  624. /**
  625. * ֵ6
  626. */
  627. private String val6;
  628. public String getVal6() {
  629. return this.val6;
  630. }
  631. public void setVal6(String val6) {
  632. this.val6 = val6;
  633. }
  634. /**
  635. * ֵ7
  636. */
  637. private String val7;
  638. public String getVal7() {
  639. return this.val7;
  640. }
  641. public void setVal7(String val7) {
  642. this.val7 = val7;
  643. }
  644. /**
  645. * ֵ8
  646. */
  647. private String val8;
  648. public String getVal8() {
  649. return this.val8;
  650. }
  651. public void setVal8(String val8) {
  652. this.val8 = val8;
  653. }
  654. /**
  655. * ֵ9
  656. */
  657. private String val9;
  658. public String getVal9() {
  659. return this.val9;
  660. }
  661. public void setVal9(String val9) {
  662. this.val9 = val9;
  663. }
  664. /**
  665. * ֵ10
  666. */
  667. private String val10;
  668. public String getVal10() {
  669. return this.val10;
  670. }
  671. public void setVal10(String val10) {
  672. this.val10 = val10;
  673. }
  674. /**
  675. * ֵ11
  676. */
  677. private String val11;
  678. public String getVal11() {
  679. return this.val11;
  680. }
  681. public void setVal11(String val11) {
  682. this.val11 = val11;
  683. }
  684. /**
  685. * ֵ12
  686. */
  687. private String val12;
  688. public String getVal12() {
  689. return this.val12;
  690. }
  691. public void setVal12(String val12) {
  692. this.val12 = val12;
  693. }
  694. /**
  695. * ֵ13
  696. */
  697. private String val13;
  698. public String getVal13() {
  699. return this.val13;
  700. }
  701. public void setVal13(String val13) {
  702. this.val13 = val13;
  703. }
  704. /**
  705. * ֵ14
  706. */
  707. private String val14;
  708. public String getVal14() {
  709. return this.val14;
  710. }
  711. public void setVal14(String val14) {
  712. this.val14 = val14;
  713. }
  714. /**
  715. * ֵ15
  716. */
  717. private String val15;
  718. public String getVal15() {
  719. return this.val15;
  720. }
  721. public void setVal15(String val15) {
  722. this.val15 = val15;
  723. }
  724. // �������ͻ����ڿ��жϽ����ʶ
  725. private String istrue_jfmin;
  726. private String istrue_jfmax;
  727. private String istrue_khmin;
  728. private String istrue_khmax;
  729. private String istrue_nkmin;
  730. private String istrue_nkmax;
  731. public String isIstrue_jfmin() {
  732. return istrue_jfmin;
  733. }
  734. public void setIstrue_jfmin(String istrue_jfmin) {
  735. this.istrue_jfmin = istrue_jfmin;
  736. }
  737. public String isIstrue_jfmax() {
  738. return istrue_jfmax;
  739. }
  740. public void setIstrue_jfmax(String istrue_jfmax) {
  741. this.istrue_jfmax = istrue_jfmax;
  742. }
  743. public String isIstrue_khmin() {
  744. return istrue_khmin;
  745. }
  746. public void setIstrue_khmin(String istrue_khmin) {
  747. this.istrue_khmin = istrue_khmin;
  748. }
  749. public String isIstrue_khmax() {
  750. return istrue_khmax;
  751. }
  752. public void setIstrue_khmax(String istrue_khmax) {
  753. this.istrue_khmax = istrue_khmax;
  754. }
  755. public String isIstrue_nkmin() {
  756. return istrue_nkmin;
  757. }
  758. public void setIstrue_nkmin(String istrue_nkmin) {
  759. this.istrue_nkmin = istrue_nkmin;
  760. }
  761. public String isIstrue_nkmax() {
  762. return istrue_nkmax;
  763. }
  764. public void setIstrue_nkmax(String istrue_nkmax) {
  765. this.istrue_nkmax = istrue_nkmax;
  766. }
  767. /**
  768. * ���ڴ���
  769. */
  770. private HashMap<String, HashMap<String, String>> stand;
  771. public HashMap<String, HashMap<String, String>> getStand() {
  772. return stand;
  773. }
  774. public void setStand(HashMap<String, HashMap<String, String>> stand) {
  775. this.stand = stand;
  776. }
  777. private String jf_min_result;
  778. private String jf_max_result;
  779. private String kh_min_result;
  780. private String kh_max_result;
  781. private String nk_min_result;
  782. private String nk_max_result;
  783. public String getJf_min_result() {
  784. return jf_min_result;
  785. }
  786. public void setJf_min_result(String jf_min_result) {
  787. this.jf_min_result = jf_min_result;
  788. }
  789. public String getJf_max_result() {
  790. return jf_max_result;
  791. }
  792. public void setJf_max_result(String jf_max_result) {
  793. this.jf_max_result = jf_max_result;
  794. }
  795. public String getKh_min_result() {
  796. return kh_min_result;
  797. }
  798. public void setKh_min_result(String kh_min_result) {
  799. this.kh_min_result = kh_min_result;
  800. }
  801. public String getKh_max_result() {
  802. return kh_max_result;
  803. }
  804. public void setKh_max_result(String kh_max_result) {
  805. this.kh_max_result = kh_max_result;
  806. }
  807. public String getNk_min_result() {
  808. return nk_min_result;
  809. }
  810. public void setNk_min_result(String nk_min_result) {
  811. this.nk_min_result = nk_min_result;
  812. }
  813. public String getNk_max_result() {
  814. return nk_max_result;
  815. }
  816. public void setNk_max_result(String nk_max_result) {
  817. this.nk_max_result = nk_max_result;
  818. }
  819. /**
  820. * ����ȡ�����
  821. */
  822. private String quote_consign_no;
  823. public String getQuote_consign_no() {
  824. return quote_consign_no;
  825. }
  826. public void setQuote_consign_no(String quote_consign_no) {
  827. this.quote_consign_no = quote_consign_no;
  828. }
  829. /**
  830. * ����ȡ�����
  831. */
  832. private String old_consign_no;
  833. public String getOld_consign_no() {
  834. return old_consign_no;
  835. }
  836. public void setOld_consign_no(String old_consign_no) {
  837. this.old_consign_no = old_consign_no;
  838. }
  839. private String is_quote;
  840. public String getIs_quote() {
  841. return is_quote;
  842. }
  843. public void setIs_quote(String is_quote) {
  844. this.is_quote = is_quote;
  845. }
  846. //----------------------- 2019.1.25 �¼��ֶ�����Ӧ�ü�����Ŀ----------------------------------------------------------------------------
  847. /**
  848. * ƽ��ֵ
  849. */
  850. private String avg_val;
  851. public String getAvg_val() {
  852. return avg_val;
  853. }
  854. public void setAvg_val(String avg_val) {
  855. this.avg_val = avg_val;
  856. }
  857. /**
  858. * ���ü�����Ŀ
  859. */
  860. private String quote_phy_item;
  861. public String getQuote_phy_item() {
  862. return quote_phy_item;
  863. }
  864. public void setQuote_phy_item(String quote_phy_item) {
  865. this.quote_phy_item = quote_phy_item;
  866. }
  867. private String phy_id;
  868. public String getPhy_id() {
  869. return phy_id;
  870. }
  871. public void setPhy_id(String phy_id) {
  872. this.phy_id = phy_id;
  873. }
  874. private String addcondition;
  875. private String addstdcon_code;
  876. private String addstd_min_sign;
  877. private String addstd_min;
  878. private String addstd_max;
  879. private String add_std_max_sign;
  880. private Integer addpercent;
  881. public String getAddcondition() {
  882. return addcondition;
  883. }
  884. public void setAddcondition(String addcondition) {
  885. this.addcondition = addcondition;
  886. }
  887. public String getAddstdcon_code() {
  888. return addstdcon_code;
  889. }
  890. public void setAddstdcon_code(String addstdcon_code) {
  891. this.addstdcon_code = addstdcon_code;
  892. }
  893. public String getAddstd_min_sign() {
  894. return addstd_min_sign;
  895. }
  896. public void setAddstd_min_sign(String addstd_min_sign) {
  897. this.addstd_min_sign = addstd_min_sign;
  898. }
  899. public String getAddstd_min() {
  900. return addstd_min;
  901. }
  902. public void setAddstd_min(String addstd_min) {
  903. this.addstd_min = addstd_min;
  904. }
  905. public String getAddstd_max() {
  906. return addstd_max;
  907. }
  908. public void setAddstd_max(String addstd_max) {
  909. this.addstd_max = addstd_max;
  910. }
  911. public String getAdd_std_max_sign() {
  912. return add_std_max_sign;
  913. }
  914. public void setAdd_std_max_sign(String add_std_max_sign) {
  915. this.add_std_max_sign = add_std_max_sign;
  916. }
  917. /*public String getIstrue_jfmin() {
  918. return istrue_jfmin;
  919. }
  920. public String getIstrue_jfmax() {
  921. return istrue_jfmax;
  922. }
  923. public String getIstrue_khmin() {
  924. return istrue_khmin;
  925. }
  926. public String getIstrue_khmax() {
  927. return istrue_khmax;
  928. }
  929. public String getIstrue_nkmin() {
  930. return istrue_nkmin;
  931. }
  932. public String getIstrue_nkmax() {
  933. return istrue_nkmax;
  934. }*/
  935. public Integer getAddpercent() {
  936. return addpercent;
  937. }
  938. public void setAddpercent(Integer addpercent) {
  939. this.addpercent = addpercent;
  940. }
  941. private String isbz;
  942. public String getIsbz() {
  943. return isbz;
  944. }
  945. public void setIsbz(String isbz) {
  946. this.isbz = isbz;
  947. }
  948. private String stdmax;
  949. private String stdmin;
  950. private String stdmin_sign;
  951. private String stdmax_sign;
  952. public String getStdmax() {
  953. return stdmax;
  954. }
  955. public void setStdmax(String stdmax) {
  956. this.stdmax = stdmax;
  957. }
  958. public String getStdmin() {
  959. return stdmin;
  960. }
  961. public void setStdmin(String stdmin) {
  962. this.stdmin = stdmin;
  963. }
  964. public String getStdmin_sign() {
  965. return stdmin_sign;
  966. }
  967. public void setStdmin_sign(String stdmin_sign) {
  968. this.stdmin_sign = stdmin_sign;
  969. }
  970. public String getStdmax_sign() {
  971. return stdmax_sign;
  972. }
  973. public void setStdmax_sign(String stdmax_sign) {
  974. this.stdmax_sign = stdmax_sign;
  975. }
  976. private String item_code_l;
  977. private String item_desc_l;
  978. public String getItem_code_l() {
  979. return item_code_l;
  980. }
  981. public void setItem_code_l(String item_code_l) {
  982. this.item_code_l = item_code_l;
  983. }
  984. public String getItem_desc_l() {
  985. return item_desc_l;
  986. }
  987. public void setItem_desc_l(String item_desc_l) {
  988. this.item_desc_l = item_desc_l;
  989. }
  990. private String defect_flag;
  991. public String getDefect_flag() {
  992. return defect_flag;
  993. }
  994. public void setDefect_flag(String defect_flag) {
  995. this.defect_flag = defect_flag;
  996. }
  997. private String phy_group_code;
  998. public String getPhy_group_code() {
  999. return phy_group_code;
  1000. }
  1001. public void setPhy_group_code(String phy_group_code) {
  1002. this.phy_group_code = phy_group_code;
  1003. }
  1004. }