package com.slcf.pojo;
|
|
/**
|
* 物料编码实体类
|
* @author admin
|
* @date 2018年11月10日
|
*/
|
public class MatCodeBean {
|
private String mat_no; //物料编码
|
private String mat_name; //物料名称
|
private String str1;
|
private String str2;
|
private String str3;
|
private String str4;
|
private String str5;
|
private String str6;
|
private String str7;
|
private String str8;
|
private String str9;
|
private String str10;
|
private String str11;
|
private String str12;
|
private String str13;
|
private String str14;
|
private String str15;
|
private String str16;
|
private String str17;
|
private String str18;
|
private String str19;
|
private String str20;
|
private String str21;
|
private String str22;
|
private String str23;
|
private double num1;
|
private double num2;
|
private double num3;
|
private double num4;
|
private double num5;
|
private double num6;
|
private String barcode;
|
private String date1;
|
private String modi_user;
|
private String modi_time;
|
private int status;
|
/**
|
* @return the mat_no
|
*/
|
public String getMat_no() {
|
return mat_no;
|
}
|
/**
|
* @param mat_no the mat_no to set
|
*/
|
public void setMat_no(String mat_no) {
|
this.mat_no = mat_no;
|
}
|
/**
|
* @return the mat_name
|
*/
|
public String getMat_name() {
|
return mat_name;
|
}
|
/**
|
* @param mat_name the mat_name to set
|
*/
|
public void setMat_name(String mat_name) {
|
this.mat_name = mat_name;
|
}
|
/**
|
* @return the str1
|
*/
|
public String getStr1() {
|
return str1;
|
}
|
/**
|
* @param str1 the str1 to set
|
*/
|
public void setStr1(String str1) {
|
this.str1 = str1;
|
}
|
/**
|
* @return the str2
|
*/
|
public String getStr2() {
|
return str2;
|
}
|
/**
|
* @param str2 the str2 to set
|
*/
|
public void setStr2(String str2) {
|
this.str2 = str2;
|
}
|
/**
|
* @return the str3
|
*/
|
public String getStr3() {
|
return str3;
|
}
|
/**
|
* @param str3 the str3 to set
|
*/
|
public void setStr3(String str3) {
|
this.str3 = str3;
|
}
|
/**
|
* @return the str4
|
*/
|
public String getStr4() {
|
return str4;
|
}
|
/**
|
* @param str4 the str4 to set
|
*/
|
public void setStr4(String str4) {
|
this.str4 = str4;
|
}
|
/**
|
* @return the str5
|
*/
|
public String getStr5() {
|
return str5;
|
}
|
/**
|
* @param str5 the str5 to set
|
*/
|
public void setStr5(String str5) {
|
this.str5 = str5;
|
}
|
/**
|
* @return the str6
|
*/
|
public String getStr6() {
|
return str6;
|
}
|
/**
|
* @param str6 the str6 to set
|
*/
|
public void setStr6(String str6) {
|
this.str6 = str6;
|
}
|
/**
|
* @return the str7
|
*/
|
public String getStr7() {
|
return str7;
|
}
|
/**
|
* @param str7 the str7 to set
|
*/
|
public void setStr7(String str7) {
|
this.str7 = str7;
|
}
|
/**
|
* @return the str8
|
*/
|
public String getStr8() {
|
return str8;
|
}
|
/**
|
* @param str8 the str8 to set
|
*/
|
public void setStr8(String str8) {
|
this.str8 = str8;
|
}
|
/**
|
* @return the str9
|
*/
|
public String getStr9() {
|
return str9;
|
}
|
/**
|
* @param str9 the str9 to set
|
*/
|
public void setStr9(String str9) {
|
this.str9 = str9;
|
}
|
/**
|
* @return the str10
|
*/
|
public String getStr10() {
|
return str10;
|
}
|
/**
|
* @param str10 the str10 to set
|
*/
|
public void setStr10(String str10) {
|
this.str10 = str10;
|
}
|
/**
|
* @return the num1
|
*/
|
public double getNum1() {
|
return num1;
|
}
|
/**
|
* @param num1 the num1 to set
|
*/
|
public void setNum1(double num1) {
|
this.num1 = num1;
|
}
|
/**
|
* @return the num2
|
*/
|
public double getNum2() {
|
return num2;
|
}
|
/**
|
* @param num2 the num2 to set
|
*/
|
public void setNum2(double num2) {
|
this.num2 = num2;
|
}
|
/**
|
* @return the num3
|
*/
|
public double getNum3() {
|
return num3;
|
}
|
/**
|
* @param num3 the num3 to set
|
*/
|
public void setNum3(double num3) {
|
this.num3 = num3;
|
}
|
/**
|
* @return the num4
|
*/
|
public double getNum4() {
|
return num4;
|
}
|
/**
|
* @param num4 the num4 to set
|
*/
|
public void setNum4(double num4) {
|
this.num4 = num4;
|
}
|
/**
|
* @return the num5
|
*/
|
public double getNum5() {
|
return num5;
|
}
|
/**
|
* @param num5 the num5 to set
|
*/
|
public void setNum5(double num5) {
|
this.num5 = num5;
|
}
|
/**
|
* @return the modi_user
|
*/
|
public String getModi_user() {
|
return modi_user;
|
}
|
/**
|
* @param modi_user the modi_user to set
|
*/
|
public void setModi_user(String modi_user) {
|
this.modi_user = modi_user;
|
}
|
/**
|
* @return the modi_time
|
*/
|
public String getModi_time() {
|
return modi_time;
|
}
|
/**
|
* @param modi_time the modi_time to set
|
*/
|
public void setModi_time(String modi_time) {
|
this.modi_time = modi_time;
|
}
|
public String getStr11() {
|
return str11;
|
}
|
public void setStr11(String str11) {
|
this.str11 = str11;
|
}
|
public String getStr12() {
|
return str12;
|
}
|
public void setStr12(String str12) {
|
this.str12 = str12;
|
}
|
public String getStr13() {
|
return str13;
|
}
|
public void setStr13(String str13) {
|
this.str13 = str13;
|
}
|
public String getStr14() {
|
return str14;
|
}
|
public void setStr14(String str14) {
|
this.str14 = str14;
|
}
|
public String getStr15() {
|
return str15;
|
}
|
public void setStr15(String str15) {
|
this.str15 = str15;
|
}
|
public String getStr16() {
|
return str16;
|
}
|
public void setStr16(String str16) {
|
this.str16 = str16;
|
}
|
public String getStr17() {
|
return str17;
|
}
|
public void setStr17(String str17) {
|
this.str17 = str17;
|
}
|
public String getStr18() {
|
return str18;
|
}
|
public void setStr18(String str18) {
|
this.str18 = str18;
|
}
|
public String getStr19() {
|
return str19;
|
}
|
public void setStr19(String str19) {
|
this.str19 = str19;
|
}
|
public String getStr20() {
|
return str20;
|
}
|
public void setStr20(String str20) {
|
this.str20 = str20;
|
}
|
public String getStr21() {
|
return str21;
|
}
|
public void setStr21(String str21) {
|
this.str21 = str21;
|
}
|
public String getStr22() {
|
return str22;
|
}
|
public void setStr22(String str22) {
|
this.str22 = str22;
|
}
|
public String getStr23() {
|
return str23;
|
}
|
public void setStr23(String str23) {
|
this.str23 = str23;
|
}
|
public double getNum6() {
|
return num6;
|
}
|
public void setNum6(double num6) {
|
this.num6 = num6;
|
}
|
public String getBarcode() {
|
return barcode;
|
}
|
public void setBarcode(String barcode) {
|
this.barcode = barcode;
|
}
|
public String getDate1() {
|
return date1;
|
}
|
public void setDate1(String date1) {
|
this.date1 = date1;
|
}
|
public int getStatus() {
|
return status;
|
}
|
public void setStatus(int status) {
|
this.status = status;
|
}
|
|
}
|