Commit 420c77c2 authored by jiaorz's avatar jiaorz

车辆添加保单pdf字段

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