| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- import java.util.HashMap;
- public class QcmJhySampleConsignDItem implements Serializable{
- /**
- * ȡ�����
- */
- private String specimen_no;
- public String getSpecimen_no() {
- return this.specimen_no;
- }
- public void setSpecimen_no(String specimen_no) {
- this.specimen_no = specimen_no;
- }
- /**
- * ������Ŀ��ˮ��
- */
- private Long seq;
- public Long getSeq() {
- return this.seq;
- }
- public void setSeq(Long seq) {
- this.seq = seq;
- }
- /**
- * ���ʼ�������루���ࣩ
- */
- private String phy_code_l;
- public String getPhy_code_l() {
- return this.phy_code_l;
- }
- public void setPhy_code_l(String phy_code_l) {
- this.phy_code_l = phy_code_l;
- }
- /**
- * ���ʼ��������ƣ����ࣩ
- */
- private String phy_name_l;
- public String getPhy_name_l() {
- return this.phy_name_l;
- }
- public void setPhy_name_l(String phy_name_l) {
- this.phy_name_l = phy_name_l;
- }
- /**
- * ���������
- */
- private String phy_code_m;
- public String getPhy_code_m() {
- return this.phy_code_m;
- }
- public void setPhy_code_m(String phy_code_m) {
- this.phy_code_m = phy_code_m;
- }
- /**
- * ����������
- */
- private String phy_name_m;
- public String getPhy_name_m() {
- return this.phy_name_m;
- }
- public void setPhy_name_m(String phy_name_m) {
- this.phy_name_m = phy_name_m;
- }
- /**
- * ���ʼ��������
- */
- private String phy_code_s;
- public String getPhy_code_s() {
- return this.phy_code_s;
- }
- public void setPhy_code_s(String phy_code_s) {
- this.phy_code_s = phy_code_s;
- }
- /**
- * ���ʼ���������
- */
- private String phy_name_s;
- public String getPhy_name_s() {
- return this.phy_name_s;
- }
- public void setPhy_name_s(String phy_name_s) {
- this.phy_name_s = phy_name_s;
- }
- /**
- * ���鷽�����
- */
- private String item_code_d;
- public String getItem_code_d() {
- return this.item_code_d;
- }
- public void setItem_code_d(String item_code_d) {
- this.item_code_d = item_code_d;
- }
- /**
- * ���鷽������
- */
- private String item_name_d;
- public String getItem_name_d() {
- return this.item_name_d;
- }
- public void setItem_name_d(String item_name_d) {
- this.item_name_d = item_name_d;
- }
- /**
- * �����¶ȴ���
- */
- private String item_code_t;
- public String getItem_code_t() {
- return this.item_code_t;
- }
- public void setItem_code_t(String item_code_t) {
- this.item_code_t = item_code_t;
- }
- /**
- * �����¶�����
- */
- private String item_name_t;
- public String getItem_name_t() {
- return this.item_name_t;
- }
- public void setItem_name_t(String item_name_t) {
- this.item_name_t = item_name_t;
- }
- /**
- * �����ߴ����
- */
- private String item_code_s;
- public String getItem_code_s() {
- return this.item_code_s;
- }
- public void setItem_code_s(String item_code_s) {
- this.item_code_s = item_code_s;
- }
- /**
- * �����ߴ�����
- */
- private String item_name_s;
- public String getItem_name_s() {
- return this.item_name_s;
- }
- public void setItem_name_s(String item_name_s) {
- this.item_name_s = item_name_s;
- }
- /**
- * �Ƿ��ж�()1:�ǣ�0����)
- */
- private String isjudge;
- public String getIsjudge() {
- return this.isjudge;
- }
- public void setIsjudge(String isjudge) {
- this.isjudge = isjudge;
- }
- /**
- * �ж�����(A:��Сֵ,B:���ֵ,C:ƽ��ֵ,D:����ֵ��)
- */
- private String judge_basis;
- public String getJudge_basis() {
- return this.judge_basis;
- }
- public void setJudge_basis(String judge_basis) {
- this.judge_basis = judge_basis;
- }
- /**
- * ֵ��λ���Ӽ������������ȡ��
- */
- private String unti;
- public String getUnti() {
- return this.unti;
- }
- public void setUnti(String unti) {
- this.unti = unti;
- }
- /**
- * ����������(ͬһ�����Ϊ��ѡһ��)
- */
- private String group_seq;
- public String getGroup_seq() {
- return this.group_seq;
- }
- public void setGroup_seq(String group_seq) {
- this.group_seq = group_seq;
- }
- /**
- * ����ȡ�����
- */
- private String quote_specimen_no;
- public String getQuote_specimen_no() {
- return this.quote_specimen_no;
- }
- public void setQuote_specimen_no(String quote_specimen_no) {
- this.quote_specimen_no = quote_specimen_no;
- }
- /**
- * ���ʼ�������루���ࣩ
- */
- private String quote_phy_code_l;
- public String getQuote_phy_code_l() {
- return this.quote_phy_code_l;
- }
- public void setQuote_phy_code_l(String quote_phy_code_l) {
- this.quote_phy_code_l = quote_phy_code_l;
- }
- /**
- * ���������
- */
- private String quote_phy_code_m;
- public String getQuote_phy_code_m() {
- return this.quote_phy_code_m;
- }
- public void setQuote_phy_code_m(String quote_phy_code_m) {
- this.quote_phy_code_m = quote_phy_code_m;
- }
- /**
- * ���ʼ��������
- */
- private String quote_phy_code_s;
- public String getQuote_phy_code_s() {
- return this.quote_phy_code_s;
- }
- public void setQuote_phy_code_s(String quote_phy_code_s) {
- this.quote_phy_code_s = quote_phy_code_s;
- }
- /**
- * ���鷽�����
- */
- private String quote_item_code_d;
- public String getQuote_item_code_d() {
- return this.quote_item_code_d;
- }
- public void setQuote_item_code_d(String quote_item_code_d) {
- this.quote_item_code_d = quote_item_code_d;
- }
- /**
- * �����¶ȴ���
- */
- private String quote_item_code_t;
- public String getQuote_item_code_t() {
- return this.quote_item_code_t;
- }
- public void setQuote_item_code_t(String quote_item_code_t) {
- this.quote_item_code_t = quote_item_code_t;
- }
- /**
- * �����ߴ����
- */
- private String quote_item_code_s;
- public String getQuote_item_code_s() {
- return this.quote_item_code_s;
- }
- public void setQuote_item_code_s(String quote_item_code_s) {
- this.quote_item_code_s = quote_item_code_s;
- }
- /**
- * ������Ŀƴ�Ӵ���(���ʼ�����Ŀ����_���������_������Ŀ����_�������_�¶ȴ���_�ߴ����)
- */
- private String phy_item_code;
- public String getPhy_item_code() {
- return this.phy_item_code;
- }
- public void setPhy_item_code(String phy_item_code) {
- this.phy_item_code = phy_item_code;
- }
- /**
- * ������Ŀƴ������(���ʼ�����Ŀ����_����������_������Ŀ����_��������_�¶�����_�ߴ�����)
- */
- private String phy_item_desc;
- public String getPhy_item_desc() {
- return this.phy_item_desc;
- }
- public void setPhy_item_desc(String phy_item_desc) {
- this.phy_item_desc = phy_item_desc;
- }
- /**
- * �Ƿ��ͣ�1���ǣ�0����
- */
- private String is_send;
- public String getIs_send() {
- return this.is_send;
- }
- public void setIs_send(String is_send) {
- this.is_send = is_send;
- }
- /**
- * ������
- */
- private String create_name;
- public String getCreate_name() {
- return this.create_name;
- }
- public void setCreate_name(String create_name) {
- this.create_name = create_name;
- }
- /**
- * ����ʱ��
- */
- private Date create_time;
- public Date getCreate_time() {
- return this.create_time;
- }
- public void setCreate_time(Date create_time) {
- this.create_time = create_time;
- }
- /**
- * ����
- */
- private String update_name;
- public String getUpdate_name() {
- return this.update_name;
- }
- public void setUpdate_name(String update_name) {
- this.update_name = update_name;
- }
- /**
- * ��ʱ��
- */
- private Date update_time;
- public Date getUpdate_time() {
- return this.update_time;
- }
- public void setUpdate_time(Date update_time) {
- this.update_time = update_time;
- }
- /**
- * ɾ����
- */
- private String delete_name;
- public String getDelete_name() {
- return this.delete_name;
- }
- public void setDelete_name(String delete_name) {
- this.delete_name = delete_name;
- }
- /**
- * ɾ��ʱ��
- */
- private Date delete_time;
- public Date getDelete_time() {
- return this.delete_time;
- }
- public void setDelete_time(Date delete_time) {
- this.delete_time = delete_time;
- }
- /**
- * ��ע
- */
- private String memo;
- public String getMemo() {
- return this.memo;
- }
- public void setMemo(String memo) {
- this.memo = memo;
- }
- /**
- * ��Ч��־(1:��Ч��0:��Ч)
- */
- private String validflag;
- public String getValidflag() {
- return this.validflag;
- }
- public void setValidflag(String validflag) {
- this.validflag = validflag;
- }
-
-
-
- //----------------------------------------------------------------------------------
- /**
- * �ڿر��Ƿ��������
- * */
- private String is_stdpic;
- public String getIs_stdpic() {
- return is_stdpic;
- }
- public void setIs_stdpic(String is_stdpic) {
- this.is_stdpic = is_stdpic;
- }
- /**
- * ����ֵ�Ƿ����
- * */
- private String is_std;
-
- public String getIs_std() {
- return is_std;
- }
- public void setIs_std(String is_std) {
- this.is_std = is_std;
- }
- /**
- * ����ֵ���ޣ�����
- * */
- private Long stdmin_update;
- private Long stdmax_update;
- public Long getStdmin_update() {
- return stdmin_update;
- }
- public void setStdmin_update(Long long1) {
- this.stdmin_update = long1;
- }
- public Long getStdmax_update() {
- return stdmax_update;
- }
- public void setStdmax_update(Long stdmax_update) {
- this.stdmax_update = stdmax_update;
- }
-
- /**
- * ȡ�����ͱ���
- * */
- private String smp_type_code;
-
-
- public String getSmp_type_code() {
- return smp_type_code;
- }
- public void setSmp_type_code(String smp_type_code) {
- this.smp_type_code = smp_type_code;
- }
- /**
- * ȡ����������
- * */
- private String smp_type_name;
-
- public String getSmp_type_name() {
- return smp_type_name;
- }
- public void setSmp_type_name(String smp_type_name) {
- this.smp_type_name = smp_type_name;
- }
-
- /**
- * ����������(������
- */
- private String jf_stdmin_sign;
- public String getJf_stdmin_sign() {
- return this.jf_stdmin_sign;
- }
- public void setJf_stdmin_sign(String jf_stdmin_sign) {
- this.jf_stdmin_sign = jf_stdmin_sign;
- }
- /**
- * ��������(������
- */
- private String jf_stdmin;
- public String getJf_stdmin() {
- return this.jf_stdmin;
- }
- public void setJf_stdmin(String jf_stdmin) {
- this.jf_stdmin = jf_stdmin;
- }
- /**
- * ����������(������
- */
- private String jf_stdmax_sign;
- public String getJf_stdmax_sign() {
- return this.jf_stdmax_sign;
- }
- public void setJf_stdmax_sign(String jf_stdmax_sign) {
- this.jf_stdmax_sign = jf_stdmax_sign;
- }
- /**
- * ��������(������
- */
- private String jf_stdmax;
- public String getJf_stdmax() {
- return this.jf_stdmax;
- }
- public void setJf_stdmax(String jf_stdmax) {
- this.jf_stdmax = jf_stdmax;
- }
- /**
- * ����Χ�����ţ��ڿأ�
- */
- private String nk_stdmin_sign;
- public String getNk_stdmin_sign() {
- return this.nk_stdmin_sign;
- }
- public void setNk_stdmin_sign(String nk_stdmin_sign) {
- this.nk_stdmin_sign = nk_stdmin_sign;
- }
- /**
- * ����Χ���ޣ��ڿأ�
- */
- private String nk_stdmin;
- public String getNk_stdmin() {
- return this.nk_stdmin;
- }
- public void setNk_stdmin(String nk_stdmin) {
- this.nk_stdmin = nk_stdmin;
- }
- /**
- * ����Χ�����ţ��ڿأ�
- */
- private String nk_stdmax_sign;
- public String getNk_stdmax_sign() {
- return this.nk_stdmax_sign;
- }
- public void setNk_stdmax_sign(String nk_stdmax_sign) {
- this.nk_stdmax_sign = nk_stdmax_sign;
- }
- /**
- * ����Χ���ޣ��ڿأ�
- */
- private String nk_stdmax;
- public String getNk_stdmax() {
- return this.nk_stdmax;
- }
- public void setNk_stdmax(String nk_stdmax) {
- this.nk_stdmax = nk_stdmax;
- }
-
- /**
- * ��Լ����
- */
-
- private String rounding;
- public String getRounding() {
- return this.rounding;
- }
- public void setRounding(String rounding) {
- this.rounding = rounding;
- }
-
-
- /**
- * ��Լλ��(������λС��)
- */
-
- private Long rounding_digits;
- public Long getRounding_digits() {
- return this.rounding_digits;
- }
- public void setRounding_digits(Long rounding_digits) {
- this.rounding_digits = rounding_digits;
- }
-
- /**
- * ����Χ������(�ͻ���
- */
- private String kh_stdmin_sign;
- public String getKh_stdmin_sign() {
- return this.kh_stdmin_sign;
- }
- public void setKh_stdmin_sign(String kh_stdmin_sign) {
- this.kh_stdmin_sign = kh_stdmin_sign;
- }
- /**
- * ����Χ����(�ͻ���
- */
- private String kh_stdmin;
- public String getKh_stdmin() {
- return this.kh_stdmin;
- }
- public void setKh_stdmin(String kh_stdmin) {
- this.kh_stdmin = kh_stdmin;
- }
- /**
- * ����Χ������(�ͻ���
- */
- private String kh_stdmax_sign;
- public String getKh_stdmax_sign() {
- return this.kh_stdmax_sign;
- }
- public void setKh_stdmax_sign(String kh_stdmax_sign) {
- this.kh_stdmax_sign = kh_stdmax_sign;
- }
- /**
- * ����Χ����(�ͻ���
- */
- private String kh_stdmax;
- public String getKh_stdmax() {
- return this.kh_stdmax;
- }
- public void setKh_stdmax(String kh_stdmax) {
- this.kh_stdmax = kh_stdmax;
- }
- /**
- * ����Χ������(�ͻ���
- */
- private String fx_stdmin_sign;
- /**
- * ����Χ����(�ͻ���
- */
- private String fx_stdmin;
- /**
- * ����Χ������(�ͻ���
- */
- private String fx_stdmax_sign;
- /**
- * ����Χ����(�ͻ���
- */
- private String fx_stdmax;
- public String getFx_stdmin_sign() {
- return fx_stdmin_sign;
- }
- public void setFx_stdmin_sign(String fx_stdmin_sign) {
- this.fx_stdmin_sign = fx_stdmin_sign;
- }
- public String getFx_stdmin() {
- return fx_stdmin;
- }
- public void setFx_stdmin(String fx_stdmin) {
- this.fx_stdmin = fx_stdmin;
- }
- public String getFx_stdmax_sign() {
- return fx_stdmax_sign;
- }
- public void setFx_stdmax_sign(String fx_stdmax_sign) {
- this.fx_stdmax_sign = fx_stdmax_sign;
- }
- public String getFx_stdmax() {
- return fx_stdmax;
- }
- public void setFx_stdmax(String fx_stdmax) {
- this.fx_stdmax = fx_stdmax;
- }
- /**
- * ���б�ʶ
- * */
- private String is_must;
- public String getIs_must() {
- return is_must;
- }
- public void setIs_must(String is_must) {
- this.is_must = is_must;
- }
- /**
- * ֵ1
- */
- private String val1;
- public String getVal1() {
- return this.val1;
- }
- public void setVal1(String val1) {
- this.val1 = val1;
- }
- /**
- * ֵ2
- */
- private String val2;
- public String getVal2() {
- return this.val2;
- }
- public void setVal2(String val2) {
- this.val2 = val2;
- }
- /**
- * ֵ3
- */
- private String val3;
- public String getVal3() {
- return this.val3;
- }
- public void setVal3(String val3) {
- this.val3 = val3;
- }
- /**
- * ֵ4
- */
- private String val4;
- public String getVal4() {
- return this.val4;
- }
- public void setVal4(String val4) {
- this.val4 = val4;
- }
- /**
- * ֵ5
- */
- private String val5;
- public String getVal5() {
- return this.val5;
- }
- public void setVal5(String val5) {
- this.val5 = val5;
- }
- /**
- * ֵ6
- */
- private String val6;
- public String getVal6() {
- return this.val6;
- }
- public void setVal6(String val6) {
- this.val6 = val6;
- }
- /**
- * ֵ7
- */
- private String val7;
- public String getVal7() {
- return this.val7;
- }
- public void setVal7(String val7) {
- this.val7 = val7;
- }
- /**
- * ֵ8
- */
- private String val8;
- public String getVal8() {
- return this.val8;
- }
- public void setVal8(String val8) {
- this.val8 = val8;
- }
- /**
- * ֵ9
- */
- private String val9;
- public String getVal9() {
- return this.val9;
- }
- public void setVal9(String val9) {
- this.val9 = val9;
- }
- /**
- * ֵ10
- */
- private String val10;
- public String getVal10() {
- return this.val10;
- }
- public void setVal10(String val10) {
- this.val10 = val10;
- }
- /**
- * ֵ11
- */
- private String val11;
- public String getVal11() {
- return this.val11;
- }
- public void setVal11(String val11) {
- this.val11 = val11;
- }
- /**
- * ֵ12
- */
- private String val12;
- public String getVal12() {
- return this.val12;
- }
- public void setVal12(String val12) {
- this.val12 = val12;
- }
- /**
- * ֵ13
- */
- private String val13;
- public String getVal13() {
- return this.val13;
- }
- public void setVal13(String val13) {
- this.val13 = val13;
- }
- /**
- * ֵ14
- */
- private String val14;
- public String getVal14() {
- return this.val14;
- }
- public void setVal14(String val14) {
- this.val14 = val14;
- }
- /**
- * ֵ15
- */
- private String val15;
- public String getVal15() {
- return this.val15;
- }
- public void setVal15(String val15) {
- this.val15 = val15;
- }
- // �������ͻ����ڿ��жϽ����ʶ
- private String istrue_jfmin;
- private String istrue_jfmax;
- private String istrue_khmin;
- private String istrue_khmax;
- private String istrue_nkmin;
- private String istrue_nkmax;
- public String isIstrue_jfmin() {
- return istrue_jfmin;
- }
- public void setIstrue_jfmin(String istrue_jfmin) {
- this.istrue_jfmin = istrue_jfmin;
- }
- public String isIstrue_jfmax() {
- return istrue_jfmax;
- }
- public void setIstrue_jfmax(String istrue_jfmax) {
- this.istrue_jfmax = istrue_jfmax;
- }
- public String isIstrue_khmin() {
- return istrue_khmin;
- }
- public void setIstrue_khmin(String istrue_khmin) {
- this.istrue_khmin = istrue_khmin;
- }
- public String isIstrue_khmax() {
- return istrue_khmax;
- }
- public void setIstrue_khmax(String istrue_khmax) {
- this.istrue_khmax = istrue_khmax;
- }
- public String isIstrue_nkmin() {
- return istrue_nkmin;
- }
- public void setIstrue_nkmin(String istrue_nkmin) {
- this.istrue_nkmin = istrue_nkmin;
- }
- public String isIstrue_nkmax() {
- return istrue_nkmax;
- }
- public void setIstrue_nkmax(String istrue_nkmax) {
- this.istrue_nkmax = istrue_nkmax;
- }
-
- /**
- * ���ڴ���
- */
- private HashMap<String, HashMap<String, String>> stand;
- public HashMap<String, HashMap<String, String>> getStand() {
- return stand;
- }
- public void setStand(HashMap<String, HashMap<String, String>> stand) {
- this.stand = stand;
- }
-
- private String jf_min_result;
- private String jf_max_result;
- private String kh_min_result;
- private String kh_max_result;
- private String nk_min_result;
- private String nk_max_result;
- private String fx_min_result;
- private String fx_max_result;
- public String getFx_min_result() {
- return fx_min_result;
- }
- public void setFx_min_result(String fx_min_result) {
- this.fx_min_result = fx_min_result;
- }
- public String getFx_max_result() {
- return fx_max_result;
- }
- public void setFx_max_result(String fx_max_result) {
- this.fx_max_result = fx_max_result;
- }
- public String getJf_min_result() {
- return jf_min_result;
- }
- public void setJf_min_result(String jf_min_result) {
- this.jf_min_result = jf_min_result;
- }
- public String getJf_max_result() {
- return jf_max_result;
- }
- public void setJf_max_result(String jf_max_result) {
- this.jf_max_result = jf_max_result;
- }
- public String getKh_min_result() {
- return kh_min_result;
- }
- public void setKh_min_result(String kh_min_result) {
- this.kh_min_result = kh_min_result;
- }
- public String getKh_max_result() {
- return kh_max_result;
- }
- public void setKh_max_result(String kh_max_result) {
- this.kh_max_result = kh_max_result;
- }
- public String getNk_min_result() {
- return nk_min_result;
- }
- public void setNk_min_result(String nk_min_result) {
- this.nk_min_result = nk_min_result;
- }
- public String getNk_max_result() {
- return nk_max_result;
- }
- public void setNk_max_result(String nk_max_result) {
- this.nk_max_result = nk_max_result;
- }
-
- /**
- * ����ȡ�����
- */
- private String quote_consign_no;
- public String getQuote_consign_no() {
- return quote_consign_no;
- }
- public void setQuote_consign_no(String quote_consign_no) {
- this.quote_consign_no = quote_consign_no;
- }
- /**
- * ����ȡ�����
- */
- private String old_consign_no;
- public String getOld_consign_no() {
- return old_consign_no;
- }
- public void setOld_consign_no(String old_consign_no) {
- this.old_consign_no = old_consign_no;
- }
-
-
- private String is_quote;
- public String getIs_quote() {
- return is_quote;
- }
- public void setIs_quote(String is_quote) {
- this.is_quote = is_quote;
- }
-
-
- //----------------------- 2019.1.25 �¼��ֶ�����Ӧ�ü�����Ŀ----------------------------------------------------------------------------
-
- /**
- * ƽ��ֵ
- */
- private String avg_val;
- public String getAvg_val() {
- return avg_val;
- }
- public void setAvg_val(String avg_val) {
- this.avg_val = avg_val;
- }
- /**
- * ���ü�����Ŀ
- */
- private String quote_phy_item;
- public String getQuote_phy_item() {
- return quote_phy_item;
- }
- public void setQuote_phy_item(String quote_phy_item) {
- this.quote_phy_item = quote_phy_item;
- }
- private String phy_id;
- public String getPhy_id() {
- return phy_id;
- }
- public void setPhy_id(String phy_id) {
- this.phy_id = phy_id;
- }
- private String addcondition;
- private String addstdcon_code;
- private String addstd_min_sign;
- private String addstd_min;
- private String addstd_max;
- private String add_std_max_sign;
- private Integer addpercent;
- public String getAddcondition() {
- return addcondition;
- }
- public void setAddcondition(String addcondition) {
- this.addcondition = addcondition;
- }
- public String getAddstdcon_code() {
- return addstdcon_code;
- }
- public void setAddstdcon_code(String addstdcon_code) {
- this.addstdcon_code = addstdcon_code;
- }
- public String getAddstd_min_sign() {
- return addstd_min_sign;
- }
- public void setAddstd_min_sign(String addstd_min_sign) {
- this.addstd_min_sign = addstd_min_sign;
- }
- public String getAddstd_min() {
- return addstd_min;
- }
- public void setAddstd_min(String addstd_min) {
- this.addstd_min = addstd_min;
- }
- public String getAddstd_max() {
- return addstd_max;
- }
- public void setAddstd_max(String addstd_max) {
- this.addstd_max = addstd_max;
- }
- public String getAdd_std_max_sign() {
- return add_std_max_sign;
- }
- public void setAdd_std_max_sign(String add_std_max_sign) {
- this.add_std_max_sign = add_std_max_sign;
- }
- /*public String getIstrue_jfmin() {
- return istrue_jfmin;
- }
- public String getIstrue_jfmax() {
- return istrue_jfmax;
- }
- public String getIstrue_khmin() {
- return istrue_khmin;
- }
- public String getIstrue_khmax() {
- return istrue_khmax;
- }
- public String getIstrue_nkmin() {
- return istrue_nkmin;
- }
- public String getIstrue_nkmax() {
- return istrue_nkmax;
- }*/
- public Integer getAddpercent() {
- return addpercent;
- }
- public void setAddpercent(Integer addpercent) {
- this.addpercent = addpercent;
- }
- private String isbz;
- public String getIsbz() {
- return isbz;
- }
- public void setIsbz(String isbz) {
- this.isbz = isbz;
- }
- private String stdmax;
- private String stdmin;
- private String stdmin_sign;
- private String stdmax_sign;
- public String getStdmax() {
- return stdmax;
- }
- public void setStdmax(String stdmax) {
- this.stdmax = stdmax;
- }
- public String getStdmin() {
- return stdmin;
- }
- public void setStdmin(String stdmin) {
- this.stdmin = stdmin;
- }
- public String getStdmin_sign() {
- return stdmin_sign;
- }
- public void setStdmin_sign(String stdmin_sign) {
- this.stdmin_sign = stdmin_sign;
- }
- public String getStdmax_sign() {
- return stdmax_sign;
- }
- public void setStdmax_sign(String stdmax_sign) {
- this.stdmax_sign = stdmax_sign;
- }
- private String item_code_l;
- private String item_desc_l;
- public String getItem_code_l() {
- return item_code_l;
- }
- public void setItem_code_l(String item_code_l) {
- this.item_code_l = item_code_l;
- }
- public String getItem_desc_l() {
- return item_desc_l;
- }
- public void setItem_desc_l(String item_desc_l) {
- this.item_desc_l = item_desc_l;
- }
- private String defect_flag;
- public String getDefect_flag() {
- return defect_flag;
- }
- public void setDefect_flag(String defect_flag) {
- this.defect_flag = defect_flag;
- }
-
- /* private String phy_group_code;
- public String getPhy_group_code() {
- return phy_group_code;
- }
- public void setPhy_group_code(String phy_group_code) {
- this.phy_group_code = phy_group_code;
- }*/
- /**
- * 取样材料号
- */
- private String material_no;
- public String getMaterial_no() {
- return material_no;
- }
- public void setMaterial_no(String material_no) {
- this.material_no = material_no;
- }
- /**
- * 热处理号
- */
- private String ht_no;
- public String getHt_no() {
- return ht_no;
- }
- public void setHt_no(String ht_no) {
- this.ht_no = ht_no;
- }
-
- private String fy_quote_specimen_no;
- public String getFy_quote_specimen_no() {
- return fy_quote_specimen_no;
- }
- public void setFy_quote_specimen_no(String fy_quote_specimen_no) {
- this.fy_quote_specimen_no = fy_quote_specimen_no;
- }
- private String steelname = "";
- public String getSteelname() {
- return steelname;
- }
- public void setSteelname(String steelname) {
- this.steelname = steelname;
- }
- private String thick;
- public String getThick() {
- return thick;
- }
- public void setThick(String thick) {
- this.thick = thick;
- }
- private String smp_location;
- public String getSmp_location() {
- return smp_location;
- }
- public void setSmp_location(String smp_location) {
- this.smp_location = smp_location;
- }
-
-
-
- }
|