| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007 |
- 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<HashMap> 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<String,List<QcmJhyPhyresult>> jhyResults;
-
- private List<JhyQuoteModel> quoteSpecLists;
-
- private HashMap<String,List<QcmJhySampleConsignDItem>> 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<HashMap> getOld_results() {
- return old_results;
- }
- public void setOld_results(List<HashMap> 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<String, List<QcmJhyPhyresult>> getJhyResults() {
- return jhyResults;
- }
- public void setJhyResults(HashMap<String, List<QcmJhyPhyresult>> jhyResults) {
- this.jhyResults = jhyResults;
- }
- public List<JhyQuoteModel> getQuoteSpecLists() {
- return quoteSpecLists;
- }
- public void setQuoteSpecLists(List<JhyQuoteModel> quoteSpecLists) {
- this.quoteSpecLists = quoteSpecLists;
- }
- public HashMap<String, List<QcmJhySampleConsignDItem>> getQuoteItem() {
- return quoteItem;
- }
- public void setQuoteItem(HashMap<String, List<QcmJhySampleConsignDItem>> 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;
- }
-
-
-
-
-
-
-
-
-
-
- }
|