Commit 5aa08baa by Jbb

代码健壮性的考虑

parent 7c64eda2
......@@ -24,6 +24,7 @@ public class TbStLayerData extends PageInfo implements Serializable {
private String yStr; //保存错误的纬度
private String title; //事故提示
private Date time; //事故时间
private String timeStr; //事故时间
public String getXxzjbh() {
return xxzjbh;
......@@ -88,4 +89,12 @@ public class TbStLayerData extends PageInfo implements Serializable {
public void setTime(Date time) {
this.time = time;
}
public String getTimeStr() {
return timeStr;
}
public void setTimeStr(String timeStr) {
this.timeStr = timeStr;
}
}
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