| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- package QCM.COMMUNAL.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJudgePhysicalTemp implements Serializable{
- /**
- * 材质结果集ID(编码规则:PIC+2位年/月/日+4位流水号)
- */
- private String phy_id;
- public String getPhy_id() {
- return this.phy_id;
- }
- public void setPhy_id(String phy_id) {
- this.phy_id = phy_id;
- }
- /**
- * GUID(取QCM_PHY_RESULT.GUID)
- */
- private String guid;
- public String getGuid() {
- return this.guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- /**
- * 试样号
- */
- 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;
- }
- /**
- * 母板号----2019.4.1
- */
- private String board_no;
- public String getBoard_no() {
- return board_no;
- }
- public void setBoard_no(String board_no) {
- this.board_no = board_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 material_no;
- public String getMaterial_no() {
- return this.material_no;
- }
- public void setMaterial_no(String material_no) {
- this.material_no = material_no;
- }
- /**
- * 牌号代码
- */
- private String steel_code;
- public String getSteel_code() {
- return this.steel_code;
- }
- public void setSteel_code(String steel_code) {
- this.steel_code = steel_code;
- }
- /**
- * 牌号名称
- */
- private String steel_name;
- public String getSteel_name() {
- return this.steel_name;
- }
- public void setSteel_name(String steel_name) {
- this.steel_name = steel_name;
- }
- /**
- * 产线代码
- */
- 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_code_l;
- public String getPhy_code_l() {
- return this.phy_code_l;
- }
- public void setPhy_code_l(String phy_code_l) {
- this.phy_code_l = phy_code_l;
- }
- /**
- * 材质检验项名称(大类)
- */
- private String phy_name_l;
- public String getPhy_name_l() {
- return this.phy_name_l;
- }
- public void setPhy_name_l(String phy_name_l) {
- this.phy_name_l = phy_name_l;
- }
- /**
- * 试样组代码
- */
- private String phy_code_m;
- public String getPhy_code_m() {
- return this.phy_code_m;
- }
- public void setPhy_code_m(String phy_code_m) {
- this.phy_code_m = phy_code_m;
- }
- /**
- * 试样组描述
- */
- private String phy_name_m;
- public String getPhy_name_m() {
- return this.phy_name_m;
- }
- public void setPhy_name_m(String phy_name_m) {
- this.phy_name_m = phy_name_m;
- }
- /**
- * 材质检验项代码
- */
- private String phy_code_s;
- public String getPhy_code_s() {
- return this.phy_code_s;
- }
- public void setPhy_code_s(String phy_code_s) {
- this.phy_code_s = phy_code_s;
- }
- /**
- * 材质检验项名称
- */
- private String phy_name_s;
- public String getPhy_name_s() {
- return this.phy_name_s;
- }
- public void setPhy_name_s(String phy_name_s) {
- this.phy_name_s = phy_name_s;
- }
- /**
- * 试验方向代码
- */
- private String item_code_d;
- public String getItem_code_d() {
- return this.item_code_d;
- }
- public void setItem_code_d(String item_code_d) {
- this.item_code_d = item_code_d;
- }
- /**
- * 试验方向描述
- */
- private String item_name_d;
- public String getItem_name_d() {
- return this.item_name_d;
- }
- public void setItem_name_d(String item_name_d) {
- this.item_name_d = item_name_d;
- }
- /**
- * 试验温度代码
- */
- private String item_code_t;
- public String getItem_code_t() {
- return this.item_code_t;
- }
- public void setItem_code_t(String item_code_t) {
- this.item_code_t = item_code_t;
- }
- /**
- * 试验温度描述
- */
- private String item_name_t;
- public String getItem_name_t() {
- return this.item_name_t;
- }
- public void setItem_name_t(String item_name_t) {
- this.item_name_t = item_name_t;
- }
- /**
- * 试样尺寸代码
- */
- private String item_code_s;
- public String getItem_code_s() {
- return this.item_code_s;
- }
- public void setItem_code_s(String item_code_s) {
- this.item_code_s = item_code_s;
- }
- /**
- * 试样尺寸描述
- */
- private String item_name_s;
- public String getItem_name_s() {
- return this.item_name_s;
- }
- public void setItem_name_s(String item_name_s) {
- this.item_name_s = item_name_s;
- }
- /**
- * 值1
- */
- private String val1;
- public String getVal1() {
- return this.val1;
- }
- public void setVal1(String val1) {
- this.val1 = val1;
- }
- /**
- * 值2
- */
- private String val2;
- public String getVal2() {
- return this.val2;
- }
- public void setVal2(String val2) {
- this.val2 = val2;
- }
- /**
- * 值3
- */
- private String val3;
- public String getVal3() {
- return this.val3;
- }
- public void setVal3(String val3) {
- this.val3 = val3;
- }
- /**
- * 优先级
- */
- private Long pri;
- public Long getPri() {
- return this.pri;
- }
- public void setPri(Long pri) {
- this.pri = pri;
- }
- /**
- * 创建人
- */
- private String create_name;
- public String getCreate_name() {
- return this.create_name;
- }
- public void setCreate_name(String create_name) {
- this.create_name = create_name;
- }
- /**
- * 创建时间
- */
- private Date create_time;
- public Date getCreate_time() {
- return this.create_time;
- }
- public void setCreate_time(Date create_time) {
- this.create_time = create_time;
- }
- /**
- * 材质判定记录号(P+两位年月日+4位流水号,P1711100001)
- */
- private String pic_id;
- public String getPic_id() {
- return this.pic_id;
- }
- public void setPic_id(String pic_id) {
- this.pic_id = pic_id;
- }
- /**
- * 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 pic_result_code;
- public String getPic_result_code() {
- return this.pic_result_code;
- }
- public void setPic_result_code(String pic_result_code) {
- this.pic_result_code = pic_result_code;
- }
- /**
- * 判定结果描述
- */
- private String pic_result_desc;
- public String getPic_result_desc() {
- return this.pic_result_desc;
- }
- public void setPic_result_desc(String pic_result_desc) {
- this.pic_result_desc = pic_result_desc;
- }
- /**
- * 判定备注
- */
- private String pic_memo;
- public String getPic_memo() {
- return this.pic_memo;
- }
- public void setPic_memo(String pic_memo) {
- this.pic_memo = pic_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 order_no;
- public String getOrder_no() {
- return order_no;
- }
- public void setOrder_no(String order_no) {
- this.order_no = order_no;
- }
-
- private String lists;
- public String getLists() {
- return lists;
- }
- public void setLists(String lists) {
- this.lists = lists;
- }
- }
|