Commit c45113c9 authored by libin's avatar libin

Merge branch '2019-11-15-vehicle'

parents e3fa0422 7bd29df6
......@@ -82,6 +82,6 @@ FROM
and `waiting`= #{wating} and <![CDATA[
o.`type`<>1 ]]>
</if>
ORDER BY `crt_time`
ORDER BY `crt_time` DESC
</select>
</mapper>
\ No newline at end of file
......@@ -121,6 +121,11 @@ public class Vehicle {
*/
private String drivingLicensePath;
/**
*行驶证副本
*/
private String drivingLicenseDuplicatePath;
/**
* 发动机号
*/
......
......@@ -118,6 +118,11 @@ public class AddOrUpdateVehicleVo {
*/
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