调度页修改

This commit is contained in:
DDIsFriend
2024-01-10 15:05:58 +08:00
parent 5dfbdef91b
commit d7108d3367
8 changed files with 798 additions and 263 deletions

View File

@@ -151,9 +151,12 @@ class DispatchVehicleListDataModel : Decodable {
var driverPhone : String?
var lon : String?
var lat : String?
var vehicleStatus : VehicleStatusModel
var onlineStatus : OnlineStatusModel
var vehicleStatus : VehicleStatusModel?
var onlineStatus : OnlineStatusModel?
var distance : Double?
var vehicleTypeStr : String?
var zIndex : Int? = 0
var isSelected : Bool? = false
}
class ToDoMessageCountDataModel : Decodable {