Commit d43ad0be by Huang Linyu

add notlabels

parent 8fec253b
......@@ -26,7 +26,10 @@ public class CommuneAdmQuery extends AbstractPagedQuery<CommuneAdmQuery> {
private Date communeAgainTimeEnd;
private String bindedAdm;
private String drawer;
//已有标签
private String labels;
//没有的标签
private String notlabels;
private Integer communeExtId;
/**
......@@ -111,6 +114,12 @@ public class CommuneAdmQuery extends AbstractPagedQuery<CommuneAdmQuery> {
public void setCustomerRegion(Integer customerRegion) {
this.customerRegion = customerRegion;
}
public String getNotlabels() {
return notlabels;
}
public void setNotlabels(String notlabels) {
this.notlabels = notlabels;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment