package com.slcf.bean;
|
|
/**
|
* 盘点通知档实体传参
|
* @author admin
|
* @date 2020年1月14日
|
*/
|
public class WaitCheckCondition {
|
private String lgnum; //仓库号
|
private int tbnum; //转储请求编号
|
private int tbpos; //行项目
|
private String zmatid; //物料标签ID
|
|
private String matnr; //物料
|
private String maktx; //物料描述
|
private String werks; //工厂
|
private double anfme; //数量
|
private String altme; //单位
|
private String zpallet; //托盘条码
|
private String bname; //用户ID
|
|
private String sheet_no; //单号
|
private String mat_no; //物料编码
|
private Long ctns; //箱数
|
private Long qty; //数量
|
private double wt; //重量
|
private String memo; //备注
|
private Long in_qty; //已入库量
|
|
private String loc_no; //库位号
|
private String sta_no; //站点
|
private String type; //类型:自动仓下发还是接口来源
|
private String status; //状态
|
private String io_status; //入出完成状态
|
private String log_memo; //入出结果备注
|
|
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 double num1;
|
private double num2;
|
private double num3;
|
private double num4;
|
private double num5;
|
private int pageNumber;
|
private int pageSize;
|
|
public String getLgnum() {
|
return lgnum;
|
}
|
public void setLgnum(String lgnum) {
|
this.lgnum = lgnum;
|
}
|
public int getTbnum() {
|
return tbnum;
|
}
|
public void setTbnum(int tbnum) {
|
this.tbnum = tbnum;
|
}
|
public int getTbpos() {
|
return tbpos;
|
}
|
public void setTbpos(int tbpos) {
|
this.tbpos = tbpos;
|
}
|
public String getZmatid() {
|
return zmatid;
|
}
|
public void setZmatid(String zmatid) {
|
this.zmatid = zmatid;
|
}
|
public String getMatnr() {
|
return matnr;
|
}
|
public void setMatnr(String matnr) {
|
this.matnr = matnr;
|
}
|
public String getMaktx() {
|
return maktx;
|
}
|
public void setMaktx(String maktx) {
|
this.maktx = maktx;
|
}
|
public String getWerks() {
|
return werks;
|
}
|
public void setWerks(String werks) {
|
this.werks = werks;
|
}
|
public double getAnfme() {
|
return anfme;
|
}
|
public void setAnfme(double anfme) {
|
this.anfme = anfme;
|
}
|
public String getAltme() {
|
return altme;
|
}
|
public void setAltme(String altme) {
|
this.altme = altme;
|
}
|
public String getZpallet() {
|
return zpallet;
|
}
|
public void setZpallet(String zpallet) {
|
this.zpallet = zpallet;
|
}
|
public String getBname() {
|
return bname;
|
}
|
public void setBname(String bname) {
|
this.bname = bname;
|
}
|
/**
|
* @return the sheet_no
|
*/
|
public String getSheet_no() {
|
return sheet_no;
|
}
|
/**
|
* @param sheet_no the sheet_no to set
|
*/
|
public void setSheet_no(String sheet_no) {
|
this.sheet_no = sheet_no;
|
}
|
/**
|
* @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 ctns
|
*/
|
public Long getCtns() {
|
return ctns;
|
}
|
/**
|
* @param ctns the ctns to set
|
*/
|
public void setCtns(Long ctns) {
|
this.ctns = ctns;
|
}
|
/**
|
* @return the qty
|
*/
|
public Long getQty() {
|
return qty;
|
}
|
/**
|
* @param qty the qty to set
|
*/
|
public void setQty(Long qty) {
|
this.qty = qty;
|
}
|
/**
|
* @return the wt
|
*/
|
public double getWt() {
|
return wt;
|
}
|
/**
|
* @param wt the wt to set
|
*/
|
public void setWt(double wt) {
|
this.wt = wt;
|
}
|
/**
|
* @return the memo
|
*/
|
public String getMemo() {
|
return memo;
|
}
|
/**
|
* @param memo the memo to set
|
*/
|
public void setMemo(String memo) {
|
this.memo = memo;
|
}
|
/**
|
* @return the in_qty
|
*/
|
public Long getIn_qty() {
|
return in_qty;
|
}
|
/**
|
* @param in_qty the in_qty to set
|
*/
|
public void setIn_qty(Long in_qty) {
|
this.in_qty = in_qty;
|
}
|
/**
|
* @return the loc_no
|
*/
|
public String getLoc_no() {
|
return loc_no;
|
}
|
/**
|
* @param loc_no the loc_no to set
|
*/
|
public void setLoc_no(String loc_no) {
|
this.loc_no = loc_no;
|
}
|
/**
|
* @return the sta_no
|
*/
|
public String getSta_no() {
|
return sta_no;
|
}
|
/**
|
* @param sta_no the sta_no to set
|
*/
|
public void setSta_no(String sta_no) {
|
this.sta_no = sta_no;
|
}
|
/**
|
* @return the type
|
*/
|
public String getType() {
|
return type;
|
}
|
/**
|
* @param type the type to set
|
*/
|
public void setType(String type) {
|
this.type = type;
|
}
|
/**
|
* @return the status
|
*/
|
public String getStatus() {
|
return status;
|
}
|
/**
|
* @param status the status to set
|
*/
|
public void setStatus(String status) {
|
this.status = status;
|
}
|
/**
|
* @return the io_status
|
*/
|
public String getIo_status() {
|
return io_status;
|
}
|
/**
|
* @param io_status the io_status to set
|
*/
|
public void setIo_status(String io_status) {
|
this.io_status = io_status;
|
}
|
/**
|
* @return the log_memo
|
*/
|
public String getLog_memo() {
|
return log_memo;
|
}
|
/**
|
* @param log_memo the log_memo to set
|
*/
|
public void setLog_memo(String log_memo) {
|
this.log_memo = log_memo;
|
}
|
/**
|
* @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 pageNumber
|
*/
|
public int getPageNumber() {
|
return pageNumber;
|
}
|
/**
|
* @param pageNumber the pageNumber to set
|
*/
|
public void setPageNumber(int pageNumber) {
|
this.pageNumber = pageNumber;
|
}
|
/**
|
* @return the pageSize
|
*/
|
public int getPageSize() {
|
return pageSize;
|
}
|
/**
|
* @param pageSize the pageSize to set
|
*/
|
public void setPageSize(int pageSize) {
|
this.pageSize = pageSize;
|
}
|
|
}
|