Commit 009bdf80 by fudahua

gic 企业过期停用

parent 681018bd
......@@ -19,8 +19,25 @@ public class StoreListQo extends BasePageInfo {
private String countyId;
private Integer storeType;
private List<String> storeIdList;
private List<String> notStoreIdList;
private String storeId;
public List<String> getStoreIdList() {
return storeIdList;
}
public void setStoreIdList(List<String> storeIdList) {
this.storeIdList = storeIdList;
}
public List<String> getNotStoreIdList() {
return notStoreIdList;
}
public void setNotStoreIdList(List<String> notStoreIdList) {
this.notStoreIdList = notStoreIdList;
}
public String getStoreGroupId() {
return storeGroupId;
}
......
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 to comment