Commit ec3eec91 by guojuxing

完善状态字段筛选添加

parent cef69d1b
......@@ -25,6 +25,7 @@ public class StoreSearchDTO implements Serializable {
private Integer currentPage=1;
private Integer pageSize=20;
private Integer storeTagId;
private Integer completeStatus;
public Integer getStoreGroupId() {
return storeGroupId;
......@@ -202,4 +203,13 @@ public class StoreSearchDTO implements Serializable {
this.storeIdsOfNot = storeIdsOfNot;
return this;
}
public Integer getCompleteStatus() {
return completeStatus;
}
public StoreSearchDTO setCompleteStatus(Integer completeStatus) {
this.completeStatus = completeStatus;
return this;
}
}
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