| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- package QCM.JHY01.VO;
- import java.util.Date;
- public class JhySampleMMdoel {
-
-
- private String smp_no;
-
- private String heat_no;
-
- private String batch_no;
-
- private String inspection_lot;
-
- private String board_no;
-
- private String material_no;
-
- private String psc;
-
- private String psc_desc;
-
- private String smp_catg;
-
- private String cert_inst_code;
-
- private String cert_inst_name;
-
- private String smp_type_code;
-
- private String smp_type_name;
-
- private String grade_code;
-
- private String grade_name;
-
- private String pline_code;
-
- private String pline_name;
-
- private String validflag;
-
- private String memo;
-
- private String create_id;
-
- private String create_name;
-
- private Date create_time;
-
- private String update_id;
-
- private String update_name;
-
- private Date update_time;
-
- private String item_flag;
-
-
- public String getItem_flag() {
- return item_flag;
- }
- public void setItem_flag(String item_flag) {
- this.item_flag = item_flag;
- }
- public String getSmp_no() {
- return smp_no;
- }
- public void setSmp_no(String smp_no) {
- this.smp_no = smp_no;
- }
- 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 getInspection_lot() {
- return inspection_lot;
- }
- public void setInspection_lot(String inspection_lot) {
- this.inspection_lot = inspection_lot;
- }
- public String getBoard_no() {
- return board_no;
- }
- public void setBoard_no(String board_no) {
- this.board_no = board_no;
- }
- public String getMaterial_no() {
- return material_no;
- }
- public void setMaterial_no(String material_no) {
- this.material_no = material_no;
- }
- 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 getSmp_catg() {
- return smp_catg;
- }
- public void setSmp_catg(String smp_catg) {
- this.smp_catg = smp_catg;
- }
- 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;
- }
- 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;
- }
- 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 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_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 getValidflag() {
- return validflag;
- }
- public void setValidflag(String validflag) {
- this.validflag = validflag;
- }
- public String getMemo() {
- return memo;
- }
- public void setMemo(String memo) {
- this.memo = memo;
- }
- 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 getUpdate_id() {
- return update_id;
- }
- public void setUpdate_id(String update_id) {
- this.update_id = update_id;
- }
- public String getUpdate_name() {
- return update_name;
- }
- public void setUpdate_name(String update_name) {
- this.update_name = update_name;
- }
- public Date getUpdate_time() {
- return update_time;
- }
- public void setUpdate_time(Date update_time) {
- this.update_time = update_time;
- }
-
-
-
- }
|