Commit 0e046247 authored by unset's avatar unset

Merge branch 'master-vehicle-price' into dev-tiande

parents 4ac7b241 def414b8
...@@ -189,4 +189,9 @@ public class AddOrUpdateVehicleVo { ...@@ -189,4 +189,9 @@ public class AddOrUpdateVehicleVo {
* 内饰:1、全新,2、9成新,3、8成新,4、7成新 * 内饰:1、全新,2、9成新,3、8成新,4、7成新
*/ */
private Integer vehicleInnerStatus; private Integer vehicleInnerStatus;
/**
* 上牌日期
*/
private Date vehicleRegisterDate;
} }
\ 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