新版车辆监控
This commit is contained in:
@@ -204,6 +204,7 @@ public class VehicleMonitorListDataModel : Decodable {
|
||||
return false
|
||||
}
|
||||
var vehicleTypeStr : String?
|
||||
var taskList : [TaskModel]?
|
||||
var isSelected : Bool? = false
|
||||
var zIndex : Int? = 0
|
||||
|
||||
@@ -223,6 +224,24 @@ public class VehicleMonitorListDataModel : Decodable {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public class TaskModel : Decodable {
|
||||
var userOrderId : Int
|
||||
var orderCode : String
|
||||
var serviceId : Int
|
||||
var serviceName : String
|
||||
var taskOrderId : Int
|
||||
var taskVehicleId : Int
|
||||
var taskStatus : Int
|
||||
var taskStatusString : String
|
||||
var flowId : Int
|
||||
var vehiclePointLongitude : Double
|
||||
var vehiclePointLatitude : Double
|
||||
var vehiclePointAddress : String
|
||||
var destinationLongitude : Double?
|
||||
var destinationLatitude : Double?
|
||||
var destinationAddress : String?
|
||||
}
|
||||
}
|
||||
|
||||
public class OrderPhotoListDataModel : Decodable {
|
||||
|
||||
Reference in New Issue
Block a user