Commit 8277a8de authored by dengjh's avatar dengjh

车辆信息增加最后更新里程数字段

parent 39521a8d
...@@ -123,6 +123,9 @@ public class Vehicle { ...@@ -123,6 +123,9 @@ public class Vehicle {
*/ */
private Date receiveTime; private Date receiveTime;
/**
* 最后更新里程数
*/
private Integer mileageLastUpdate;
} }
\ 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