|
|
@@ -76,6 +76,11 @@ public class VehicleDataResp {
|
|
|
*/
|
|
|
private Integer alarmCode;
|
|
|
|
|
|
+ /**
|
|
|
+ * 车牌
|
|
|
+ */
|
|
|
+ private String carNo;
|
|
|
+
|
|
|
|
|
|
private static VehicleDataResp getInstance(){
|
|
|
return new VehicleDataResp();
|
|
|
@@ -98,6 +103,7 @@ public class VehicleDataResp {
|
|
|
devicePageResp.setStatus(getInstance().getStatus());
|
|
|
devicePageResp.setWOrderNo(getInstance().getWOrderNo());
|
|
|
devicePageResp.setAlarmCode(getInstance().getAlarmCode());
|
|
|
+ devicePageResp.setCarNo(getInstance().getCarNo());
|
|
|
return devicePageResp;
|
|
|
}
|
|
|
}
|