Commit 574e1a02 authored by jiaorz's avatar jiaorz

修改车辆信息接口

parent 6088e6f4
...@@ -171,4 +171,7 @@ public class AddOrUpdateVehicleVo { ...@@ -171,4 +171,7 @@ public class AddOrUpdateVehicleVo {
* 电子保单 * 电子保单
*/ */
private String insurancePDF; private String insurancePDF;
//可用会员类型
private Integer memberUse;
} }
\ No newline at end of file
...@@ -181,4 +181,8 @@ public class ResultVehicleVo { ...@@ -181,4 +181,8 @@ public class ResultVehicleVo {
private Date receiveTime; private Date receiveTime;
private Integer modelId; private Integer modelId;
//可用会员类型
private Integer memberUse;
} }
\ No newline at end of file
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
v.receive_time, v.receive_time,
v.update_time, v.update_time,
v.model_id, v.model_id,
v.member_use,
v.mileage_last_update as mileage, v.mileage_last_update as mileage,
c.val as useTypeName, c.val as useTypeName,
vm.name as vehicleType vm.name as vehicleType
......
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