Commit e315800c authored by hanfeng's avatar hanfeng

修改车辆订单详情

parent 426a4b32
...@@ -151,4 +151,19 @@ public class AddOrUpdateVehicleVo { ...@@ -151,4 +151,19 @@ public class AddOrUpdateVehicleVo {
* 车辆状态 * 车辆状态
*/ */
private Integer travelStatus; private Integer travelStatus;
/**
* 终端号
*/
private String terminalNumber;
/**
* SIM卡号
*/
private String simNumber;
/**
* 通讯类型
*/
private String communicationType;
} }
\ 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