Commit c45113c9 authored by libin's avatar libin

Merge branch '2019-11-15-vehicle'

parents e3fa0422 7bd29df6
...@@ -82,6 +82,6 @@ FROM ...@@ -82,6 +82,6 @@ FROM
and `waiting`= #{wating} and <![CDATA[ and `waiting`= #{wating} and <![CDATA[
o.`type`<>1 ]]> o.`type`<>1 ]]>
</if> </if>
ORDER BY `crt_time` ORDER BY `crt_time` DESC
</select> </select>
</mapper> </mapper>
\ No newline at end of file
...@@ -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