Commit def414b8 authored by unset's avatar unset

添加车辆上牌日期字段

parent 38dfa57c
...@@ -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