package com.landy.gum.base.query;
|
|
import com.landy.framework.core.query.BaseQueryCondition;
|
|
public class ProductOutExitOrKuCunItemListQueryCondition extends BaseQueryCondition {
|
|
private String oueiOuedId;
|
private String bbitBbprId;
|
private String locationid;
|
private String bbitIsExit;
|
private String bbitBbwhId;
|
private String bbitIsEntry;
|
private String bbitBbbpId;
|
private Integer bbwhIsNull;
|
public String getBbitBbwhId() {
|
return bbitBbwhId;
|
}
|
|
public void setBbitBbwhId(String bbitBbwhId) {
|
this.bbitBbwhId = bbitBbwhId;
|
}
|
|
public String getOueiOuedId() {
|
return oueiOuedId;
|
}
|
|
public void setOueiOuedId(String oueiOuedId) {
|
this.oueiOuedId = oueiOuedId;
|
}
|
|
public String getBbitBbprId() {
|
return bbitBbprId;
|
}
|
|
public void setBbitBbprId(String bbitBbprId) {
|
this.bbitBbprId = bbitBbprId;
|
}
|
|
public String getLocationid() {
|
return locationid;
|
}
|
|
public void setLocationid(String locationid) {
|
this.locationid = locationid;
|
}
|
|
public String getBbitIsExit() {
|
return bbitIsExit;
|
}
|
|
public void setBbitIsExit(String bbitIsExit) {
|
this.bbitIsExit = bbitIsExit;
|
}
|
|
public String getBbitBbbpId() {
|
return bbitBbbpId;
|
}
|
|
public void setBbitBbbpId(String bbitBbbpId) {
|
this.bbitBbbpId = bbitBbbpId;
|
}
|
|
public String getBbitIsEntry() {
|
return bbitIsEntry;
|
}
|
|
public void setBbitIsEntry(String bbitIsEntry) {
|
this.bbitIsEntry = bbitIsEntry;
|
}
|
|
public Integer getBbwhIsNull() {
|
return bbwhIsNull;
|
}
|
|
public void setBbwhIsNull(Integer bbwhIsNull) {
|
this.bbwhIsNull = bbwhIsNull;
|
}
|
|
|
|
|
}
|