Ver código fonte

Merge remote-tracking branch 'origin/dev' into dev

czh 2 anos atrás
pai
commit
8f0fb60309

+ 5 - 0
sckw-modules-api/sckw-fleet-api/src/main/java/com/sckw/fleet/api/model/vo/RTruckVo.java

@@ -51,4 +51,9 @@ public class RTruckVo implements Serializable {
      * 车辆业务状态
      */
     private Integer businessStatus;
+
+    /**
+     * 车辆类型
+     */
+    private String truckType;
 }