package com.landy.gum.out.query;
|
|
import com.landy.framework.core.query.BaseQueryCondition;
|
|
public class SaomiaofenjianListQueryCondition extends BaseQueryCondition {
|
|
private String locationid;
|
private String ouqdPeiHuoAuthor;
|
|
public String getLocationid() {
|
return locationid;
|
}
|
|
public void setLocationid(String locationid) {
|
this.locationid = locationid;
|
}
|
|
public String getOuqdPeiHuoAuthor() {
|
return ouqdPeiHuoAuthor;
|
}
|
|
public void setOuqdPeiHuoAuthor(String ouqdPeiHuoAuthor) {
|
this.ouqdPeiHuoAuthor = ouqdPeiHuoAuthor;
|
}
|
|
}
|