Commit 377a736b authored by jiaorz's avatar jiaorz

Merge branch 'master-vehicle-bug' into dev

parents dfa2d642 420c77c2
...@@ -66,6 +66,11 @@ public class Vehicle { ...@@ -66,6 +66,11 @@ public class Vehicle {
private Integer strongInsuranceCompany; private Integer strongInsuranceCompany;
/**
* 电子保单
*/
private String insurancePDF;
/** /**
* 保险单号 * 保险单号
......
...@@ -166,4 +166,9 @@ public class AddOrUpdateVehicleVo { ...@@ -166,4 +166,9 @@ public class AddOrUpdateVehicleVo {
* 通讯类型 * 通讯类型
*/ */
private String communicationType; private String communicationType;
/**
* 电子保单
*/
private String insurancePDF;
} }
\ 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