Commit 1a8e995b by 陶光胜

门店状态变更

parent 3d35bff3
......@@ -17,7 +17,7 @@ public class StoreSearchDbDTO implements Serializable {
private Integer createType;
private Integer storeGroupId;
private Integer status;
private Integer erpStatus;
private Integer realStatus;
private Integer regionId;
private Integer storeInfoId;
private Integer storeId;
......@@ -172,12 +172,12 @@ public class StoreSearchDbDTO implements Serializable {
this.pageSize = pageSize;
}
public Integer getErpStatus() {
return erpStatus;
public Integer getRealStatus() {
return realStatus;
}
public void setErpStatus(Integer erpStatus) {
this.erpStatus = erpStatus;
public void setRealStatus(Integer realStatus) {
this.realStatus = realStatus;
}
public List<Integer> getStatusList() {
......@@ -237,7 +237,7 @@ public class StoreSearchDbDTO implements Serializable {
", createType=" + createType +
", storeGroupId=" + storeGroupId +
", status=" + status +
", erpStatus=" + erpStatus +
", realStatus=" + realStatus +
", regionId=" + regionId +
", storeInfoId=" + storeInfoId +
", storeId=" + storeId +
......
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