| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJhySampleConsignD implements Serializable{
- /**
- * �����
- */
- private String smp_no;
- public String getSmp_no() {
- return this.smp_no;
- }
- public void setSmp_no(String smp_no) {
- this.smp_no = smp_no;
- }
- /**
- * ȡ���� �����+2λ��ˮ��
- */
- 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 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;
- }
- /**
- * ȡ��Ƶ�δ���
- */
- private String freq_code;
- public String getFreq_code() {
- return this.freq_code;
- }
- public void setFreq_code(String freq_code) {
- this.freq_code = freq_code;
- }
- /**
- * ȡ��Ƶ�����
- */
- private String freq_name;
- public String getFreq_name() {
- return this.freq_name;
- }
- public void setFreq_name(String freq_name) {
- this.freq_name = freq_name;
- }
- /**
- * ȡ����Ϻ�
- */
- 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 smp_type_code;
- public String getSmp_type_code() {
- return this.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 this.smp_type_name;
- }
- public void setSmp_type_name(String smp_type_name) {
- this.smp_type_name = smp_type_name;
- }
- /**
- * ί�б�ţ�����д��ʶ��COM_BASE_PLINE.PLINE_ABBR��+2λ������+4λ��ˮ��
- */
- private String consign_no;
- public String getConsign_no() {
- return this.consign_no;
- }
- public void setConsign_no(String consign_no) {
- this.consign_no = consign_no;
- }
- /**
- * ί�б����ţ�ͬ���������ˮ��
- */
- private Long consign_no_seq;
- public Long getConsign_no_seq() {
- return this.consign_no_seq;
- }
- public void setConsign_no_seq(Long consign_no_seq) {
- this.consign_no_seq = consign_no_seq;
- }
- /**
- * �������
- */
- private Long test_qty;
- public Long getTest_qty() {
- return this.test_qty;
- }
- public void setTest_qty(Long test_qty) {
- this.test_qty = test_qty;
- }
- /**
- * ȡ������
- */
- private Long smp_qty;
- public Long getSmp_qty() {
- return this.smp_qty;
- }
- public void setSmp_qty(Long smp_qty) {
- this.smp_qty = smp_qty;
- }
-
- /**
- * ȡ��λ��
- */
- private String smp_location;
-
- public String getSmp_location() {
- return smp_location;
- }
- public void setSmp_location(String smp_location) {
- this.smp_location = smp_location;
- }
- /**
- * ĸ��ţ�ȡ��Ƶ��='408603',����Ϊ��,��ĸ��ȡ��
- */
- private String board_no;
- public String getBoard_no() {
- return this.board_no;
- }
- public void setBoard_no(String board_no) {
- this.board_no = board_no;
- }
- /**
- * ����ȡ����
- */
- private String quote_consign_no;
- public String getQuote_consign_no() {
- return this.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 this.old_consign_no;
- }
- public void setOld_consign_no(String old_consign_no) {
- this.old_consign_no = old_consign_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;
- }
- /**
- * ״̬(0,δ����,1,�ѷ���,2,�ѽ���,3,�����)
- */
- private String status;
- public String getStatus() {
- return this.status;
- }
- public void setStatus(String status) {
- this.status = status;
- }
- /**
- * ��Ч��־(1:��Ч��0:��Ч)
- */
- private String validflag;
- public String getValidflag() {
- return this.validflag;
- }
- public void setValidflag(String validflag) {
- this.validflag = validflag;
- }
- /**
- * ������
- */
- private String send_name;
- public String getSend_name() {
- return this.send_name;
- }
- public void setSend_name(String send_name) {
- this.send_name = send_name;
- }
- /**
- * ����ʱ��
- */
- private Date send_time;
- public Date getSend_time() {
- return this.send_time;
- }
- public void setSend_time(Date send_time) {
- this.send_time = send_time;
- }
-
- /**
- * �����Դ��0:������1:��������
- */
- private String source;
- public String getSource() {
- return source;
- }
- public void setSource(String source) {
- this.source = source;
- }
- /**
- * GUID
- */
- private String guid;
- public String getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- private String process_no;
- public String getProcess_no() {
- return process_no;
- }
- public void setProcess_no(String process_no) {
- this.process_no = process_no;
- }
- private String process_nos;
- public String getProcess_nos() {
- return process_nos;
- }
- public void setProcess_nos(String process_nos) {
- this.process_nos = process_nos;
- }
- private String rz_mixroll;
- private String rz_old_sampl_no;
- private String rz_roll_slab_seq;
- public String getRz_mixroll() {
- return rz_mixroll;
- }
- public void setRz_mixroll(String rz_mixroll) {
- this.rz_mixroll = rz_mixroll;
- }
- public String getRz_old_sampl_no() {
- return rz_old_sampl_no;
- }
- public void setRz_old_sampl_no(String rz_old_sampl_no) {
- this.rz_old_sampl_no = rz_old_sampl_no;
- }
- public String getRz_roll_slab_seq() {
- return rz_roll_slab_seq;
- }
- public void setRz_roll_slab_seq(String rz_roll_slab_seq) {
- this.rz_roll_slab_seq = rz_roll_slab_seq;
- }
-
-
-
- }
|