Commit 23e4be6f by zhiwj

areaId countyId

parent d56e7580
......@@ -58,7 +58,7 @@ public class StoreInfoDTO implements Serializable {
*/
private String areaId;
private String countyId;
// private String countyId;
/**
* 经度
......@@ -476,10 +476,10 @@ public class StoreInfoDTO implements Serializable {
}
public String getCountyId() {
return countyId;
return areaId;
}
public void setCountyId(String countyId) {
this.countyId = countyId;
this.areaId = countyId;
}
}
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