Commit 24602bfc by 陶光胜

返回结果转化

parent b1390b94
......@@ -27,15 +27,6 @@ public class CityVO implements Serializable {
*/
private String cityPy;
/**
*
*/
private Date createTime;
/**
*
*/
private Date updateTime;
public String getCityId() {
return cityId;
......@@ -69,19 +60,4 @@ public class CityVO implements Serializable {
this.cityPy = cityPy;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}
\ No newline at end of file
......@@ -32,15 +32,6 @@ public class CountyVO implements Serializable {
*/
private String fullName;
/**
*
*/
private Date createTime;
/**
*
*/
private Date updateTime;
/**
* 拼音
......@@ -87,21 +78,6 @@ public class CountyVO implements Serializable {
this.fullName = fullName;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public String getCountyPy() {
return countyPy;
......
......@@ -22,15 +22,6 @@ public class ProvinceVO implements Serializable {
*/
private String provincePy;
/**
*
*/
private Date createTime;
/**
*
*/
private Date updateTime;
public String getProvinceId() {
return provinceId;
......@@ -56,19 +47,4 @@ public class ProvinceVO implements Serializable {
this.provincePy = provincePy;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
}
\ No newline at end of file
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