package QCM.JHY01.VO; import java.math.BigDecimal; import java.util.Date; import java.util.HashMap; import java.util.List; import QCM.JHY01.VO.QcmJhyPhyresult; import QCM.JHY01.VO.QcmJhySampleConsignDItem; public class JhyQltyModel { private String design_key; private BigDecimal index_seq; private String psc; private String psc_desc; private String msc_pline; private String process_code; private BigDecimal backlog_seq; private String org_code; private String org_name; private String phy_code_l; private String phy_name_l; private String phy_code_m; private String phy_name_m; private String phy_code_s; private String phy_name_s; private String item_code_d; private String item_name_d; private String item_code_t; private String item_name_t; private String item_code_s; private String item_name_s; private String sample_style_code; private String sample_style_name; private String rate_code; private String rate_desc; private String isjudge; private String ischeck; private String isquote; private String group_seq; private BigDecimal smp_qty; private String smp_position_code; private String smp_position_desc; private String prod_code; private String prod_name; private String steel_code; private String steel_name; private String std_code; private String std_name; private BigDecimal smp_count; private String item_code_l; private String item_desc_l; private String phy_unit; private String create_id; private String create_name; private Date create_time; private String retest_yn; private BigDecimal retest_qty; private String specl_fl; private String is_qtly; private String heat_no; private String batch_no; private String grade_code; private String grade_name; private String pline_abbr; private String pline_code; private String pline_name; private String inspection_lot; //主产品码,由生产传递过来 private String main_psc; private String main_psc_desc; private String freq_code; private String freq_name; private String thick; private String width; private String length; private String delivery_state_code; private String delivery_state_desc; private String material_no; private String board_no; private String qlty_smp_no; //复样结果 private List old_results; private String smp_type_code; private String smp_type_name; private String source; private String memo; private String chemItems; private String judge_basis; private String quote_specimen_no; private Integer quote_seq; private BigDecimal product_cnt; private String stdmin_sign; private String stdmin; private String stdmax_sign; private String stdmax; private String stdmemo; private HashMap> jhyResults; private List quoteSpecLists; private HashMap> quoteItem; //螺纹钢特殊处理字段 private Integer times; //硬线特殊处理字段 private Integer smpCounts; private String phy_group_code; //D表中订单备注 private String orderMemo; //总重量 private String weight; //上限重量 private String weight_std; //浮动重量 private String weight_sfd; //卷板 39 49 59 按子板按批标识 private String AbatchLog; // private String weight_std // // weight public String getAbatchLog() { return AbatchLog; } public void setAbatchLog(String abatchLog) { this.AbatchLog = abatchLog; } public String getWeight() { return weight; } public Integer getSmpCounts() { return smpCounts; } public void setSmpCounts(Integer smpCounts) { this.smpCounts = smpCounts; } public void setWeight(String weight) { this.weight = weight; } public String getWeight_std() { return weight_std; } public void setWeight_std(String weight_std) { this.weight_std = weight_std; } public String getWeight_sfd() { return weight_sfd; } public void setWeight_sfd(String weight_sfd) { this.weight_sfd = weight_sfd; } public String getDesign_key() { return design_key; } public void setDesign_key(String design_key) { this.design_key = design_key; } public BigDecimal getIndex_seq() { return index_seq; } public void setIndex_seq(BigDecimal index_seq) { this.index_seq = index_seq; } public String getPsc() { return psc; } public void setPsc(String psc) { this.psc = psc; } public String getPsc_desc() { return psc_desc; } public void setPsc_desc(String psc_desc) { this.psc_desc = psc_desc; } public String getMsc_pline() { return msc_pline; } public void setMsc_pline(String msc_pline) { this.msc_pline = msc_pline; } public String getProcess_code() { return process_code; } public void setProcess_code(String process_code) { this.process_code = process_code; } public BigDecimal getBacklog_seq() { return backlog_seq; } public void setBacklog_seq(BigDecimal backlog_seq) { this.backlog_seq = backlog_seq; } public String getOrg_code() { return org_code; } public void setOrg_code(String org_code) { this.org_code = org_code; } public String getOrg_name() { return org_name; } public void setOrg_name(String org_name) { this.org_name = org_name; } public String getPhy_code_l() { return phy_code_l; } public void setPhy_code_l(String phy_code_l) { this.phy_code_l = phy_code_l; } public String getPhy_name_l() { return phy_name_l; } public void setPhy_name_l(String phy_name_l) { this.phy_name_l = phy_name_l; } public String getPhy_code_m() { return phy_code_m; } public void setPhy_code_m(String phy_code_m) { this.phy_code_m = phy_code_m; } public String getPhy_name_m() { return phy_name_m; } public void setPhy_name_m(String phy_name_m) { this.phy_name_m = phy_name_m; } public String getPhy_code_s() { return phy_code_s; } public void setPhy_code_s(String phy_code_s) { this.phy_code_s = phy_code_s; } public String getPhy_name_s() { return phy_name_s; } public void setPhy_name_s(String phy_name_s) { this.phy_name_s = phy_name_s; } public String getItem_code_d() { return item_code_d; } public void setItem_code_d(String item_code_d) { this.item_code_d = item_code_d; } public String getItem_name_d() { return item_name_d; } public void setItem_name_d(String item_name_d) { this.item_name_d = item_name_d; } public String getItem_code_t() { return item_code_t; } public void setItem_code_t(String item_code_t) { this.item_code_t = item_code_t; } public String getItem_name_t() { return item_name_t; } public void setItem_name_t(String item_name_t) { this.item_name_t = item_name_t; } public String getItem_code_s() { return item_code_s; } public void setItem_code_s(String item_code_s) { this.item_code_s = item_code_s; } public String getItem_name_s() { return item_name_s; } public void setItem_name_s(String item_name_s) { this.item_name_s = item_name_s; } public String getSample_style_code() { return sample_style_code; } public void setSample_style_code(String sample_style_code) { this.sample_style_code = sample_style_code; } public String getSample_style_name() { return sample_style_name; } public void setSample_style_name(String sample_style_name) { this.sample_style_name = sample_style_name; } public String getRate_code() { return rate_code; } public void setRate_code(String rate_code) { this.rate_code = rate_code; } public String getRate_desc() { return rate_desc; } public void setRate_desc(String rate_desc) { this.rate_desc = rate_desc; } public String getIsjudge() { return isjudge; } public void setIsjudge(String isjudge) { this.isjudge = isjudge; } public String getIscheck() { return ischeck; } public void setIscheck(String ischeck) { this.ischeck = ischeck; } public String getIsquote() { return isquote; } public void setIsquote(String isquote) { this.isquote = isquote; } public String getGroup_seq() { return group_seq; } public void setGroup_seq(String group_seq) { this.group_seq = group_seq; } public BigDecimal getSmp_qty() { return smp_qty; } public void setSmp_qty(BigDecimal smp_qty) { this.smp_qty = smp_qty; } public String getSmp_position_code() { return smp_position_code; } public void setSmp_position_code(String smp_position_code) { this.smp_position_code = smp_position_code; } public String getSmp_position_desc() { return smp_position_desc; } public void setSmp_position_desc(String smp_position_desc) { this.smp_position_desc = smp_position_desc; } 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 getSteel_name() { return steel_name; } public void setSteel_name(String steel_name) { this.steel_name = steel_name; } public String getStd_code() { return std_code; } public void setStd_code(String std_code) { this.std_code = std_code; } public String getStd_name() { return std_name; } public void setStd_name(String std_name) { this.std_name = std_name; } public BigDecimal getSmp_count() { return smp_count; } public void setSmp_count(BigDecimal smp_count) { this.smp_count = smp_count; } 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; } public String getPhy_unit() { return phy_unit; } public void setPhy_unit(String phy_unit) { this.phy_unit = phy_unit; } public String getCreate_id() { return create_id; } public void setCreate_id(String create_id) { this.create_id = create_id; } public String getCreate_name() { return create_name; } public void setCreate_name(String create_name) { this.create_name = create_name; } public Date getCreate_time() { return create_time; } public void setCreate_time(Date create_time) { this.create_time = create_time; } public String getRetest_yn() { return retest_yn; } public void setRetest_yn(String retest_yn) { this.retest_yn = retest_yn; } public BigDecimal getRetest_qty() { return retest_qty; } public void setRetest_qty(BigDecimal retest_qty) { this.retest_qty = retest_qty; } public String getSpecl_fl() { return specl_fl; } public void setSpecl_fl(String specl_fl) { this.specl_fl = specl_fl; } public String getIs_qtly() { return is_qtly; } public void setIs_qtly(String is_qtly) { this.is_qtly = is_qtly; } public String getHeat_no() { return heat_no; } public void setHeat_no(String heat_no) { this.heat_no = heat_no; } public String getBatch_no() { return batch_no; } public void setBatch_no(String batch_no) { this.batch_no = batch_no; } public String getGrade_code() { return grade_code; } public void setGrade_code(String grade_code) { this.grade_code = grade_code; } public String getGrade_name() { return grade_name; } public void setGrade_name(String grade_name) { this.grade_name = grade_name; } public String getPline_abbr() { return pline_abbr; } public void setPline_abbr(String pline_abbr) { this.pline_abbr = pline_abbr; } public String getPline_code() { return pline_code; } public void setPline_code(String pline_code) { this.pline_code = pline_code; } public String getPline_name() { return pline_name; } public void setPline_name(String pline_name) { this.pline_name = pline_name; } public String getInspection_lot() { return inspection_lot; } public void setInspection_lot(String inspection_lot) { this.inspection_lot = inspection_lot; } public String getMain_psc() { return main_psc; } public void setMain_psc(String main_psc) { this.main_psc = main_psc; } public String getMain_psc_desc() { return main_psc_desc; } public void setMain_psc_desc(String main_psc_desc) { this.main_psc_desc = main_psc_desc; } public String getFreq_code() { return freq_code; } public void setFreq_code(String freq_code) { this.freq_code = freq_code; } public String getFreq_name() { return freq_name; } public void setFreq_name(String freq_name) { this.freq_name = freq_name; } 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; } 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; } public String getMaterial_no() { return material_no; } public void setMaterial_no(String material_no) { this.material_no = material_no; } public String getBoard_no() { return board_no; } public void setBoard_no(String board_no) { this.board_no = board_no; } public String getQlty_smp_no() { return qlty_smp_no; } public void setQlty_smp_no(String qlty_smp_no) { this.qlty_smp_no = qlty_smp_no; } public List getOld_results() { return old_results; } public void setOld_results(List old_results) { this.old_results = old_results; } 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; } 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; } public String getSource() { return source; } public void setSource(String source) { this.source = source; } public String getMemo() { return memo; } public void setMemo(String memo) { this.memo = memo; } public String getChemItems() { return chemItems; } public void setChemItems(String chemItems) { this.chemItems = chemItems; } public String getJudge_basis() { return judge_basis; } public void setJudge_basis(String judge_basis) { this.judge_basis = judge_basis; } public String getQuote_specimen_no() { return quote_specimen_no; } public void setQuote_specimen_no(String quote_specimen_no) { this.quote_specimen_no = quote_specimen_no; } public Integer getQuote_seq() { return quote_seq; } public void setQuote_seq(Integer quote_seq) { this.quote_seq = quote_seq; } public BigDecimal getProduct_cnt() { return product_cnt; } public void setProduct_cnt(BigDecimal product_cnt) { this.product_cnt = product_cnt; } public String getStdmin_sign() { return stdmin_sign; } public void setStdmin_sign(String stdmin_sign) { this.stdmin_sign = stdmin_sign; } public String getStdmin() { return stdmin; } public void setStdmin(String stdmin) { this.stdmin = stdmin; } public String getStdmax_sign() { return stdmax_sign; } public void setStdmax_sign(String stdmax_sign) { this.stdmax_sign = stdmax_sign; } public String getStdmax() { return stdmax; } public void setStdmax(String stdmax) { this.stdmax = stdmax; } public String getStdmemo() { return stdmemo; } public void setStdmemo(String stdmemo) { this.stdmemo = stdmemo; } public HashMap> getJhyResults() { return jhyResults; } public void setJhyResults(HashMap> jhyResults) { this.jhyResults = jhyResults; } public List getQuoteSpecLists() { return quoteSpecLists; } public void setQuoteSpecLists(List quoteSpecLists) { this.quoteSpecLists = quoteSpecLists; } public HashMap> getQuoteItem() { return quoteItem; } public void setQuoteItem(HashMap> quoteItem) { this.quoteItem = quoteItem; } public Integer getTimes() { return times; } public void setTimes(Integer times) { this.times = times; } 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; } public String getOrderMemo() { return orderMemo; } public void setOrderMemo(String orderMemo) { this.orderMemo = orderMemo; } }