Commit 9f23c2c3 authored by hanfeng's avatar hanfeng

Merge branch 'master-bug-vehiclemodel-hf' into dev

parents be6d0f66 5140a845
...@@ -18,8 +18,11 @@ public class VehicleExcelVo { ...@@ -18,8 +18,11 @@ public class VehicleExcelVo {
static { static {
map.put(1, "正常运行"); map.put(1, "正常运行");
map.put(2, "维修");
map.put(3, "报废"); map.put(3, "报废");
map.put(4, "出车");
map.put(6, "维修");
map.put(7, "保养");
map.put(8, "上牌");
} }
/** /**
......
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