Commit be3f2a32 by 陶光胜

Merge branch 'developer' into 'master'

areaId countyId

See merge request !27
parents 017b3f35 23e4be6f
......@@ -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