| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- package QCM.JHY01.VO;
- import java.io.Serializable;
- import java.util.Date;
- public class QcmJhyPhyresult implements Serializable{
- /**
- * 取样编号
- */
- private String specimen_no;
- /**
- * 检验项目流水号
- */
- private Long seq;
- /**
- * 试验次数
- */
- private Long test_qty;
- /**
- * 材质检验项代码(大类)
- */
- 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;
- /**
- * 值1
- */
- private String val1;
- /**
- * 值2
- */
- private String val2;
- /**
- * 值3
- */
- private String val3;
- private String val4;
- private String val5;
- private String val6;
- private String val7;
- private String val8;
- private String val9;
- private String val10;
- private String val11;
- private String val12;
- private String val13;
- private String val14;
- private String val15;
- private String group_seq;
- private String max_val;
- private String min_val;
- private String memo;
- /**
- * GUID唯一标识
- */
- private String guid;
- /**
- * 创建人
- */
- private String create_name;
- /**
- * 创建时间
- */
- private Date create_time;
- /**
- * 平均值
- */
- private String avg_val;
- private String item_code_l;
- private String item_desc_l;
- private String phy_unit;
- private String defect_flag;
- public String getSpecimen_no() {
- return specimen_no;
- }
- public void setSpecimen_no(String specimen_no) {
- this.specimen_no = specimen_no;
- }
- public Long getSeq() {
- return seq;
- }
- public void setSeq(Long seq) {
- this.seq = seq;
- }
- public Long getTest_qty() {
- return test_qty;
- }
- public void setTest_qty(Long test_qty) {
- this.test_qty = test_qty;
- }
- 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 getVal1() {
- return val1;
- }
- public void setVal1(String val1) {
- this.val1 = val1;
- }
- public String getVal2() {
- return val2;
- }
- public void setVal2(String val2) {
- this.val2 = val2;
- }
- public String getVal3() {
- return val3;
- }
- public void setVal3(String val3) {
- this.val3 = val3;
- }
- public String getVal4() {
- return val4;
- }
- public void setVal4(String val4) {
- this.val4 = val4;
- }
- public String getVal5() {
- return val5;
- }
- public void setVal5(String val5) {
- this.val5 = val5;
- }
- public String getVal6() {
- return val6;
- }
- public void setVal6(String val6) {
- this.val6 = val6;
- }
- public String getVal7() {
- return val7;
- }
- public void setVal7(String val7) {
- this.val7 = val7;
- }
- public String getVal8() {
- return val8;
- }
- public void setVal8(String val8) {
- this.val8 = val8;
- }
- public String getVal9() {
- return val9;
- }
- public void setVal9(String val9) {
- this.val9 = val9;
- }
- public String getVal10() {
- return val10;
- }
- public void setVal10(String val10) {
- this.val10 = val10;
- }
- public String getVal11() {
- return val11;
- }
- public void setVal11(String val11) {
- this.val11 = val11;
- }
- public String getVal12() {
- return val12;
- }
- public void setVal12(String val12) {
- this.val12 = val12;
- }
- public String getVal13() {
- return val13;
- }
- public void setVal13(String val13) {
- this.val13 = val13;
- }
- public String getVal14() {
- return val14;
- }
- public void setVal14(String val14) {
- this.val14 = val14;
- }
- public String getVal15() {
- return val15;
- }
- public void setVal15(String val15) {
- this.val15 = val15;
- }
- public String getGroup_seq() {
- return group_seq;
- }
- public void setGroup_seq(String group_seq) {
- this.group_seq = group_seq;
- }
- public String getMax_val() {
- return max_val;
- }
- public void setMax_val(String max_val) {
- this.max_val = max_val;
- }
- public String getMin_val() {
- return min_val;
- }
- public void setMin_val(String min_val) {
- this.min_val = min_val;
- }
- public String getMemo() {
- return memo;
- }
- public void setMemo(String memo) {
- this.memo = memo;
- }
- public String getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- 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 getAvg_val() {
- return avg_val;
- }
- public void setAvg_val(String avg_val) {
- this.avg_val = avg_val;
- }
- 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 getDefect_flag() {
- return defect_flag;
- }
- public void setDefect_flag(String defect_flag) {
- this.defect_flag = defect_flag;
- }
-
-
-
- }
|