车辆监控地图部分

This commit is contained in:
DDIsFriend
2023-12-22 17:59:33 +08:00
parent 11d838906f
commit 652f3145a8
71 changed files with 9317 additions and 8464 deletions

View File

@@ -196,8 +196,16 @@ public class VehicleMonitorListDataModel : Decodable {
var orderCode : String?
var serviceName : String?
var taskStatusString : String?
var workingCount : Int?
var workingCount : Int? = 0
var shouldShowWorkingCount : Bool {
if let workingCount, workingCount > 0 {
return true
}
return false
}
var vehicleTypeStr : String?
var isSelected : Bool? = false
var zIndex : Int? = 0
public enum TerminalTypeEnum : String,Decodable {
case APP = "APP"