| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QCMJudgeMeasure implements Serializable{
- /**
- * ������������ţ�M+��λ������+4λ��ˮ��,M1711100001��
- */
- private String sic_id;
- public String getSic_id() {
- return sic_id;
- }
- public void setSic_id(String sic_id) {
- this.sic_id = sic_id;
- }
- /**
- * ¯��
- */
- private String heat_no;
- public String getHeat_no() {
- return this.heat_no;
- }
- public void setHeat_no(String heat_no) {
- this.heat_no = heat_no;
- }
- /**
- * ���
- */
- private String batch_no;
- public String getBatch_no() {
- return this.batch_no;
- }
- public void setBatch_no(String batch_no) {
- this.batch_no = batch_no;
- }
- /**
- * �����
- */
- private String inspection_lot;
-
- public String getInspection_lot() {
- return inspection_lot;
- }
- public void setInspection_lot(String inspection_lot) {
- this.inspection_lot = inspection_lot;
- }
- /**
- * ���Ϻ�
- */
- private String material_no;
- public String getMaterial_no() {
- return this.material_no;
- }
- public void setMaterial_no(String material_no) {
- this.material_no = material_no;
- }
- /**
- * �������������
- */
- private String sic_result_code;
- public String getSic_result_code() {
- return sic_result_code;
- }
- public void setSic_result_code(String sic_result_code) {
- this.sic_result_code = sic_result_code;
- }
- /**
- * �������������
- */
- private String sic_result_desc;
- public String getSic_result_desc() {
- return sic_result_desc;
- }
- public void setSic_result_desc(String sic_result_desc) {
- this.sic_result_desc = sic_result_desc;
- }
- /**
- * �������鱸ע
- */
- private String sic_memo;
- public String getSic_memo() {
- return sic_memo;
- }
- public void setSic_memo(String sic_memo) {
- this.sic_memo = sic_memo;
- }
- /**
- * ��Ʒ�ƻ����
- */
- private Double prod_thick;
- public Double getProd_thick() {
- return this.prod_thick;
- }
- public void setProd_thick(Double prod_thick) {
- this.prod_thick = prod_thick;
- }
- /**
- * ��Ʒ�ƻ����
- */
- private Double prod_width;
- public Double getProd_width() {
- return this.prod_width;
- }
- public void setProd_width(Double prod_width) {
- this.prod_width = prod_width;
- }
- /**
- * ��Ʒ�ƻ�����
- */
- private Double prod_length;
- public Double getProd_length() {
- return this.prod_length;
- }
- public void setProd_length(Double prod_length) {
- this.prod_length = prod_length;
- }
- /**
- * ����
- */
- private Double judge_thick;
- public Double getJudge_thick() {
- return this.judge_thick;
- }
- public void setJudge_thick(Double judge_thick) {
- this.judge_thick = judge_thick;
- }
- /**
- * ����
- */
- private Double judge_width;
- public Double getJudge_width() {
- return this.judge_width;
- }
- public void setJudge_width(Double judge_width) {
- this.judge_width = judge_width;
- }
- /**
- * �����
- */
- private Double judge_length;
- public Double getJudge_length() {
- return this.judge_length;
- }
- public void setJudge_length(Double judge_length) {
- this.judge_length = judge_length;
- }
- /**
- * ����
- */
- private Double weight;
- public Double getWeight() {
- return this.weight;
- }
- public void setWeight(Double weight) {
- this.weight = weight;
- }
- /**
- * �Ϻ��_ʵ��
- */
- private Double south_thick_val;
- public Double getSouth_thick_val() {
- return this.south_thick_val;
- }
- public void setSouth_thick_val(Double south_thick_val) {
- this.south_thick_val = south_thick_val;
- }
- /**
- * �Ϻ��_ͷ��
- */
- private Double south_h_val;
- public Double getSouth_h_val() {
- return this.south_h_val;
- }
- public void setSouth_h_val(Double south_h_val) {
- this.south_h_val = south_h_val;
- }
- /**
- * �Ϻ��_�в�
- */
- private Double south_m_val;
- public Double getSouth_m_val() {
- return this.south_m_val;
- }
- public void setSouth_m_val(Double south_m_val) {
- this.south_m_val = south_m_val;
- }
- /**
- * �Ϻ��_β��
- */
- private Double south_r_val;
- public Double getSouth_r_val() {
- return this.south_r_val;
- }
- public void setSouth_r_val(Double south_r_val) {
- this.south_r_val = south_r_val;
- }
- /**
- * �к��_ͷ��
- */
- private Double middle_h_val;
- public Double getMiddle_h_val() {
- return this.middle_h_val;
- }
- public void setMiddle_h_val(Double middle_h_val) {
- this.middle_h_val = middle_h_val;
- }
- /**
- * �к��_�в�
- */
- private Double middle_m_val;
- public Double getMiddle_m_val() {
- return this.middle_m_val;
- }
- public void setMiddle_m_val(Double middle_m_val) {
- this.middle_m_val = middle_m_val;
- }
- /**
- * �к��_β��
- */
- private Double middle_r_val;
- public Double getMiddle_r_val() {
- return this.middle_r_val;
- }
- public void setMiddle_r_val(Double middle_r_val) {
- this.middle_r_val = middle_r_val;
- }
- /**
- * �����_ʵ��
- */
- private Double north_thick_val;
- public Double getNorth_thick_val() {
- return this.north_thick_val;
- }
- public void setNorth_thick_val(Double north_thick_val) {
- this.north_thick_val = north_thick_val;
- }
- /**
- * �����_ͷ��
- */
- private Double north_h_val;
- public Double getNorth_h_val() {
- return this.north_h_val;
- }
- public void setNorth_h_val(Double north_h_val) {
- this.north_h_val = north_h_val;
- }
- /**
- * �����_�в�
- */
- private Double north_m_val;
- public Double getNorth_m_val() {
- return this.north_m_val;
- }
- public void setNorth_m_val(Double north_m_val) {
- this.north_m_val = north_m_val;
- }
- /**
- * �����_�
- */
- private Double north_r_val;
- public Double getNorth_r_val() {
- return this.north_r_val;
- }
- public void setNorth_r_val(Double north_r_val) {
- this.north_r_val = north_r_val;
- }
- /**
- * CONTRACT_LINE_NO(CONTRACT_PK+4λ��ˮ��)
- */
- private String contract_line_no;
- public String getContract_line_no() {
- return this.contract_line_no;
- }
- public void setContract_line_no(String contract_line_no) {
- this.contract_line_no = contract_line_no;
- }
- /**
- * ���ߴ���
- */
- private String pline_code;
- public String getPline_code() {
- return this.pline_code;
- }
- public void setPline_code(String pline_code) {
- this.pline_code = pline_code;
- }
- /**
- * �������
- */
- private String pline_name;
- public String getPline_name() {
- return this.pline_name;
- }
- public void setPline_name(String pline_name) {
- this.pline_name = pline_name;
- }
- /**
- * ���
- */
- private String wrk_ord;
- public String getWrk_ord() {
- return this.wrk_ord;
- }
- public void setWrk_ord(String wrk_ord) {
- this.wrk_ord = wrk_ord;
- }
- /**
- * ����
- */
- private String wrk_grp;
- public String getWrk_grp() {
- return this.wrk_grp;
- }
- public void setWrk_grp(String wrk_grp) {
- this.wrk_grp = wrk_grp;
- }
- /**
- * ������
- */
- private String judge_name;
- public String getJudge_name() {
- return this.judge_name;
- }
- public void setJudge_name(String judge_name) {
- this.judge_name = judge_name;
- }
- /**
- * ��������
- */
- private Date judge_time;
- public Date getJudge_time() {
- return this.judge_time;
- }
- public void setJudge_time(Date judge_time) {
- this.judge_time = judge_time;
- }
- /**
- * �к��_ʵ��
- */
- private Double middle_thick_val;
- public Double getMiddle_thick_val() {
- return this.middle_thick_val;
- }
- public void setMiddle_thick_val(Double middle_thick_val) {
- this.middle_thick_val = middle_thick_val;
- }
- /**
- * ���۶�����
- */
- private String order_no;
- public String getOrder_no() {
- return order_no;
- }
- public void setOrder_no(String order_no) {
- this.order_no = order_no;
- }
- /**
- * --���粨
- */
- private String design_key;
- public String getDesign_key() {
- return design_key;
- }
- public void setDesign_key(String design_key) {
- this.design_key = design_key;
- }
- /**
- * ��Ʒ�淶��--���粨
- */
- private String psc;
- public String getPsc() {
- return psc;
- }
- public void setPsc(String psc) {
- this.psc = psc;
- }
- /**
- * ĸ���------jcb
- */
- private String board_no;
- public String getBoard_no() {
- return board_no;
- }
- public void setBoard_no(String board_no) {
- this.board_no = board_no;
- }
- /**
- * �����Ӱ��-----jcb
- */
- private String virtual_material_no;
- public String getVirtual_material_no() {
- return virtual_material_no;
- }
- public void setVirtual_material_no(String virtual_material_no) {
- this.virtual_material_no = virtual_material_no;
- }
- private Double judgeTHick;//����
- private Double judgeWidth;//����
- private Double judgeLength;//�����
- public Double getJudgeTHick() {
- return judgeTHick;
- }
- public void setJudgeTHick(Double judgeTHick) {
- this.judgeTHick = judgeTHick;
- }
- public Double getJudgeWidth() {
- return judgeWidth;
- }
- public void setJudgeWidth(Double judgeWidth) {
- this.judgeWidth = judgeWidth;
- }
- public Double getJudgeLength() {
- return judgeLength;
- }
- public void setJudgeLength(Double judgeLength) {
- this.judgeLength = judgeLength;
- }
- /**
- * ��������-----jcb
- */
- private String change_type_code;
- public String getChange_type_code() {
- return change_type_code;
- }
- public void setChange_type_code(String change_type_code) {
- this.change_type_code = change_type_code;
- }
- /**
- * ��������-----jcb
- */
- private String change_type_desc;
- public String getChange_type_desc() {
- return change_type_desc;
- }
- public void setChange_type_desc(String change_type_desc) {
- this.change_type_desc = change_type_desc;
- }
- /**
- * ��Ʒ�淶���� ----2019.1.2
- */
- private String psc_desc;
- public String getPsc_desc() {
- return psc_desc;
- }
- public void setPsc_desc(String psc_desc) {
- this.psc_desc = psc_desc;
- }
- /**
- * ��Ʒ��ƴ��� ----2019.1.2
- */
- private String prod_code;
- public String getProd_code() {
- return prod_code;
- }
- public void setProd_code(String prod_code) {
- this.prod_code = prod_code;
- }
- /**
- * ��Ʒ�������----2019.1.2
- */
- private String prod_name;
- public String getProd_name() {
- return prod_name;
- }
- public void setProd_name(String prod_name) {
- this.prod_name = prod_name;
- }
- /**
- * ������----2019.1.2
- */
- private String std_code;
- public String getStd_code() {
- return std_code;
- }
- public void setStd_code(String std_code) {
- this.std_code = std_code;
- }
- /**
- * �����----2019.1.2
- */
- private String std_name;
- public String getStd_name() {
- return std_name;
- }
- public void setStd_name(String std_name) {
- this.std_name = std_name;
- }
- /**
- * ��Ʒ�ƺŴ���----2019.1.2
- */
- private String steel_code;
- public String getSteel_code() {
- return steel_code;
- }
- public void setSteel_code(String steel_code) {
- this.steel_code = steel_code;
- }
- /**
- * ��Ʒ�ƺ����----2019.1.2
- */
- private String steel_name;
- public String getSteel_name() {
- return steel_name;
- }
- public void setSteel_name(String steel_name) {
- this.steel_name = steel_name;
- }
- // Ŀ���Ʒ����Ϣ�������쳣���ϴ���
- /***
- * Ŀ��psc
- */
- private String psc_new;
- public String getPsc_new() {
- return psc_new;
- }
- public void setPsc_new(String psc_new) {
- this.psc_new = psc_new;
- }
- /**
- * Ŀ���Ʒ�淶���� ----2019.5.30
- */
- private String psc_desc_new;
- public String getPsc_desc_new() {
- return psc_desc_new;
- }
- public void setPsc_desc_new(String psc_desc_new) {
- this.psc_desc_new = psc_desc_new;
- }
- /**
- * Ŀ���Ʒ��ƴ��� ----2019.5.30
- */
- private String prod_code_new;
- public String getProd_code_new() {
- return prod_code_new;
- }
- public void setProd_code_new(String prod_code_new) {
- this.prod_code_new = prod_code_new;
- }
- /**
- * Ŀ���Ʒ�������----2019.5.30
- */
- private String prod_name_new;
- public String getProd_name_new() {
- return prod_name_new;
- }
- public void setProd_name_new(String prod_name_new) {
- this.prod_name_new = prod_name_new;
- }
- /**
- * Ŀ�������----2019.5.30
- */
- private String std_code_new;
- public String getStd_code_new() {
- return std_code_new;
- }
- public void setStd_code_new(String std_code_new) {
- this.std_code_new = std_code_new;
- }
- /**
- * Ŀ������----2019.5.30
- */
- private String std_name_new;
- public String getStd_name_new() {
- return std_name_new;
- }
- public void setStd_name_new(String std_name_new) {
- this.std_name_new = std_name_new;
- }
- /**
- * Ŀ���Ʒ�ƺŴ���----2019.5.30
- */
- private String steel_code_new;
- public String getSteel_code_new() {
- return steel_code_new;
- }
- public void setSteel_code_new(String steel_code_new) {
- this.steel_code_new = steel_code_new;
- }
- /**
- * Ŀ���Ʒ�ƺ����----2019.5.30
- */
- private String steel_name_new;
- public String getSteel_name_new() {
- return steel_name_new;
- }
- public void setSteel_name_new(String steel_name_new) {
- this.steel_name_new = steel_name_new;
- }
- /***
- * Ŀ�꽻��״̬����
- */
- private String delivery_state_code_new;
- public String getDelivery_state_code_new() {
- return delivery_state_code_new;
- }
- public void setDelivery_state_code_new(String delivery_state_code_new) {
- this.delivery_state_code_new = delivery_state_code_new;
- }
- /***
- * Ŀ�꽻��״̬����
- */
- private String delivery_state_desc_new;
- public String getDelivery_state_desc_new() {
- return delivery_state_desc_new;
- }
- public void setDelivery_state_desc_new(String delivery_state_desc_new) {
- this.delivery_state_desc_new = delivery_state_desc_new;
- }
- /**
- * ���ʶ----2019.6.11
- */
- private String sic_is_lock;
- public String getSic_is_lock() {
- return sic_is_lock;
- }
- public void setSic_is_lock(String sic_is_lock) {
- this.sic_is_lock = sic_is_lock;
- }
- /**
- * ��----2019.1.2
- */
- private Double thick;
- public Double getThick() {
- return thick;
- }
- public void setThick(Double thick) {
- this.thick = thick;
- }
- /**
- * ��----2019.1.2
- */
- private Double width;
- public Double getWidth() {
- return width;
- }
- public void setWidth(Double width) {
- this.width = width;
- }
- /**
- * ��----2019.1.2
- */
- private Double length;
- public Double getLength() {
- return length;
- }
- public void setLength(Double length) {
- this.length = length;
- }
- /***
- * �б߷�ʽ����
- */
- private String cut_edge_type_no;
- public String getCut_edge_type_no() {
- return cut_edge_type_no;
- }
- public void setCut_edge_type_no(String cut_edge_type_no) {
- this.cut_edge_type_no = cut_edge_type_no;
- }
- /***
- * �б߷�ʽ����
- */
- private String cut_edge_type_name;
- public String getCut_edge_type_name() {
- return cut_edge_type_name;
- }
- public void setCut_edge_type_name(String cut_edge_type_name) {
- this.cut_edge_type_name = cut_edge_type_name;
- }
-
- /**
- * ��ƽ��
- */
- private Double judge_unevenness;
-
- /**
- * ������
- */
- private Double judge_camber ;
-
- /**�ѷ���
- *
- */
- private Double judge_offsquare ;
-
- /**
- *����
- */
- private Double judge_turriform ;
- public Double getJudge_unevenness() {
- return judge_unevenness;
- }
- public void setJudge_unevenness(Double judge_unevenness) {
- this.judge_unevenness = judge_unevenness;
- }
- public Double getJudge_camber() {
- return judge_camber;
- }
- public void setJudge_camber(Double judge_camber) {
- this.judge_camber = judge_camber;
- }
- public Double getJudge_offsquare() {
- return judge_offsquare;
- }
- public void setJudge_offsquare(Double judge_offsquare) {
- this.judge_offsquare = judge_offsquare;
- }
- public Double getJudge_turriform() {
- return judge_turriform;
- }
- public void setJudge_turriform(Double judge_turriform) {
- this.judge_turriform = judge_turriform;
- }
-
- /**
- * ���״̬
- */
- private String kc_state;
- public String getKc_state() {
- return kc_state;
- }
- public void setKc_state(String kc_state) {
- this.kc_state = kc_state;
- }
- private String respon_section_code;
- private String respon_section_name;
- public String getRespon_section_code() {
- return respon_section_code;
- }
- public void setRespon_section_code(String respon_section_code) {
- this.respon_section_code = respon_section_code;
- }
- public String getRespon_section_name() {
- return respon_section_name;
- }
- public void setRespon_section_name(String respon_section_name) {
- this.respon_section_name = respon_section_name;
- }
- private String level_code;
- private String level_desc;
- public String getLevel_code() {
- return level_code;
- }
- public void setLevel_code(String level_code) {
- this.level_code = level_code;
- }
- public String getLevel_desc() {
- return level_desc;
- }
- public void setLevel_desc(String level_desc) {
- this.level_desc = level_desc;
- }
-
-
-
-
- }
|