新版车辆监控

This commit is contained in:
DDIsFriend
2023-12-26 17:51:57 +08:00
parent 652f3145a8
commit 5746a6ed72
51 changed files with 8986 additions and 8025 deletions

View File

@@ -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 {