| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJudgePhysical implements Serializable{
- /**
- * �����ж���¼�ţ�PHY+��λ������+4λ��ˮ��,PHY1711100001��
- */
- private String phy_id;
- public String getPhy_id() {
- return this.phy_id;
- }
- public void setPhy_id(String phy_id) {
- this.phy_id = phy_id;
- }
- /**
- * �����
- */
- private String smp_no;
- public String getSmp_no() {
- return this.smp_no;
- }
- public void setSmp_no(String smp_no) {
- this.smp_no = smp_no;
- }
- /**
- * ¯��
- */
- 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 this.inspection_lot;
- }
- public void setInspection_lot(String inspection_lot) {
- this.inspection_lot = inspection_lot;
- }
- /**
- * ĸ���----2019.1.8
- */
- private String board_no;
- public String getBoard_no() {
- return board_no;
- }
- /**
- * DESIGN_KEY����ԴQCM_JHY_SAMPLE_R_ORD������Ŷ�Ӧ��DESIGN_KEY��
- */
- private String design_key;
- public String getDesign_key() {
- return this.design_key;
- }
- public void setDesign_key(String design_key) {
- this.design_key = design_key;
- }
- /**
- * ��Ʒ�淶��
- */
- private String psc;
- public String getPsc() {
- return this.psc;
- }
- public void setPsc(String psc) {
- this.psc = psc;
- }
- /**
- * ���ߴ���
- */
- 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 phy_result_code;
- public String getPhy_result_code() {
- return this.phy_result_code;
- }
- public void setPhy_result_code(String phy_result_code) {
- this.phy_result_code = phy_result_code;
- }
- /**
- * ��������
- */
- private String phy_result_desc;
- public String getPhy_result_desc() {
- return this.phy_result_desc;
- }
- public void setPhy_result_desc(String phy_result_desc) {
- this.phy_result_desc = phy_result_desc;
- }
- /**
- * �ж���ע
- */
- private String phy_memo;
- public String getPhy_memo() {
- return this.phy_memo;
- }
- public void setPhy_memo(String phy_memo) {
- this.phy_memo = phy_memo;
- }
- /**
- * ���
- */
- 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_ttime;
- public Date getJudge_ttime() {
- return this.judge_ttime;
- }
- public void setJudge_ttime(Date judge_ttime) {
- this.judge_ttime = judge_ttime;
- }
-
- /**
- * ��֤�����
- */
- private String cert_inst_code;
- public String getCert_inst_code() {
- return cert_inst_code;
- }
- public void setCert_inst_code(String cert_inst_code) {
- this.cert_inst_code = cert_inst_code;
- }
-
- /**
- * ��֤�����
- */
- private String cert_inst_name;
- public String getCert_inst_name() {
- return cert_inst_name;
- }
- public void setCert_inst_name(String cert_inst_name) {
- this.cert_inst_name = cert_inst_name;
- }
-
- /**
- * �������ʹ���
- */
- 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 object_no;
- private String materailcoilno;
- private String std_name;
- private String steel_name;
- private String order_memo;
- private String psc_desc;
- private String spec;
- public String getObject_no() {
- return object_no;
- }
- public void setObject_no(String object_no) {
- this.object_no = object_no;
- }
- public String getMaterailcoilno() {
- return materailcoilno;
- }
- public void setMaterailcoilno(String materailcoilno) {
- this.materailcoilno = materailcoilno;
- }
- public String getStd_name() {
- return std_name;
- }
- public void setStd_name(String std_name) {
- this.std_name = std_name;
- }
- public String getSteel_name() {
- return steel_name;
- }
- public void setSteel_name(String steel_name) {
- this.steel_name = steel_name;
- }
- public String getOrder_memo() {
- return order_memo;
- }
- public void setOrder_memo(String order_memo) {
- this.order_memo = order_memo;
- }
- public String getPsc_desc() {
- return psc_desc;
- }
- public void setPsc_desc(String psc_desc) {
- this.psc_desc = psc_desc;
- }
- public String getSpec() {
- return spec;
- }
- public void setSpec(String spec) {
- this.spec = spec;
- }
- private String prod_code;
- private String prod_name;
- private String steel_code;
- private String std_code;
- public String getProd_code() {
- return prod_code;
- }
- public void setProd_code(String prod_code) {
- this.prod_code = prod_code;
- }
- public String getProd_name() {
- return prod_name;
- }
- public void setProd_name(String prod_name) {
- this.prod_name = prod_name;
- }
- public String getSteel_code() {
- return steel_code;
- }
- public void setSteel_code(String steel_code) {
- this.steel_code = steel_code;
- }
- public String getStd_code() {
- return std_code;
- }
- public void setStd_code(String std_code) {
- this.std_code = std_code;
- }
- public void setBoard_no(String board_no) {
- this.board_no = board_no;
- }
-
- private String thick;
- private String width;
- private String length;
- public String getThick() {
- return thick;
- }
- public void setThick(String thick) {
- this.thick = thick;
- }
- public String getWidth() {
- return width;
- }
- public void setWidth(String width) {
- this.width = width;
- }
- public String getLength() {
- return length;
- }
- public void setLength(String length) {
- this.length = length;
- }
- private String delivery_state_code;
- private String delivery_state_desc;
- public String getDelivery_state_code() {
- return delivery_state_code;
- }
- public void setDelivery_state_code(String delivery_state_code) {
- this.delivery_state_code = delivery_state_code;
- }
- public String getDelivery_state_desc() {
- return delivery_state_desc;
- }
- public void setDelivery_state_desc(String delivery_state_desc) {
- this.delivery_state_desc = delivery_state_desc;
- }
-
- private String specimen_no;
- public String getSpecimen_no() {
- return specimen_no;
- }
- public void setSpecimen_no(String specimen_no) {
- this.specimen_no = specimen_no;
- }
- private String upload_time;
- public String getUpload_time() {
- return upload_time;
- }
- public void setUpload_time(String upload_time) {
- this.upload_time = upload_time;
- }
- private String isvalid;
- public String getIsvalid() {
- return isvalid;
- }
- public void setIsvalid(String isvalid) {
- this.isvalid = isvalid;
- }
- private String instorageclass;
- public String getInstorageclass() {
- return instorageclass;
- }
- public void setInstorageclass(String instorageclass) {
- this.instorageclass = instorageclass;
- }
- private String produceclass;
- public String getProduceclass() {
- return produceclass;
- }
- public void setProduceclass(String produceclass) {
- this.produceclass = produceclass;
- }
- private String cancel_memo;
- public String getCancel_memo() {
- return cancel_memo;
- }
- public void setCancel_memo(String cancel_memo) {
- this.cancel_memo = cancel_memo;
- }
- private String cancel_name;
- public String getCancel_name() {
- return cancel_name;
- }
- public void setCancel_name(String cancel_name) {
- this.cancel_name = cancel_name;
- }
- private String source;
- public String getSource() {
- return source;
- }
- public void setSource(String source) {
- this.source = source;
- }
-
- private String weight;
- public String getWeight() {
- return weight;
- }
- public void setWeight(String weight) {
- this.weight = weight;
- }
-
-
- }
|