package com.landy.gum.out.query;
|
|
import com.landy.framework.core.query.BaseQueryCondition;
|
|
public class ProductExitJieShouLeftQueryCondition extends BaseQueryCondition {
|
|
private String locationid;
|
private String ouqdOuqlId;
|
|
public String getLocationid() {
|
return locationid;
|
}
|
|
public void setLocationid(String locationid) {
|
this.locationid = locationid;
|
}
|
|
public String getOuqdOuqlId() {
|
return ouqdOuqlId;
|
}
|
|
public void setOuqdOuqlId(String ouqdOuqlId) {
|
this.ouqdOuqlId = ouqdOuqlId;
|
}
|
|
}
|