事故等级描述字段
This commit is contained in:
@@ -17,6 +17,7 @@ public class NoticeTrafficStyleInfo extends BaseData {
|
||||
private String operaStatus;//事故处理状态
|
||||
private String troubleReasonName;//事故原因
|
||||
private String uploadAddress;//事故地点名称
|
||||
private String troubleTypeName;//事故等级描述
|
||||
private double lat;//纬度
|
||||
private double lon;//经度
|
||||
|
||||
@@ -92,6 +93,14 @@ public class NoticeTrafficStyleInfo extends BaseData {
|
||||
this.lon = lon;
|
||||
}
|
||||
|
||||
public String getTroubleTypeName() {
|
||||
return troubleTypeName;
|
||||
}
|
||||
|
||||
public void setTroubleTypeName(String troubleTypeName) {
|
||||
this.troubleTypeName = troubleTypeName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "NoticeTrafficStyleInfo{" +
|
||||
@@ -102,6 +111,7 @@ public class NoticeTrafficStyleInfo extends BaseData {
|
||||
", operaStatus='" + operaStatus + '\'' +
|
||||
", troubleReasonName='" + troubleReasonName + '\'' +
|
||||
", uploadAddress='" + uploadAddress + '\'' +
|
||||
", troubleTypeName='" + troubleTypeName + '\'' +
|
||||
", lat=" + lat +
|
||||
", lon=" + lon +
|
||||
'}';
|
||||
|
||||
Reference in New Issue
Block a user