Commit 99c16025 authored by hanfeng's avatar hanfeng

修改订单统计

parent 76aa7b35
......@@ -151,6 +151,24 @@ public class Vehicle {
@Column(name = "travel_status")
private Integer travelStatus;
/**
* 终端号
*/
@Column(name = "terminal_number")
private String terminalNumber;
/**
* SIM卡号
*/
@Column(name = "sim_number")
private String simNumber;
/**
* 通讯类型
*/
@Column(name = "communication_type")
private String communicationType;
/**
* 是否删除;0-正常;1-删除
*/
......
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