Commit e91bac17 authored by libin's avatar libin

行驶证副本添加

parent 94cb9fda
...@@ -121,6 +121,11 @@ public class Vehicle { ...@@ -121,6 +121,11 @@ public class Vehicle {
*/ */
private String drivingLicensePath; private String drivingLicensePath;
/**
*行驶证副本
*/
private String drivingLicenseDuplicatePath;
/** /**
* 发动机号 * 发动机号
*/ */
......
...@@ -118,6 +118,11 @@ public class AddOrUpdateVehicleVo { ...@@ -118,6 +118,11 @@ public class AddOrUpdateVehicleVo {
*/ */
private String drivingLicensePath; private String drivingLicensePath;
/**
* 行驶副本
*/
private String drivingLicenseDuplicatePath;
/** /**
* 发动机号 * 发动机号
*/ */
......
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