younger_times
2023-08-15 84c2c8a6365b312823f1f73443c536ad0c3dc2f5
BrokerDriver/Models/UserModel.swift
@@ -92,8 +92,8 @@
    var dateOfBrith: String = ""
    var driverEmployeeNumber: String = ""
    var driverName: String = ""
    var driverType: String = ""
    var driverType: DriverType = .none
    var id: Int = 0
    var notes: String = ""
    var status: String = ""
    var status: DriverInfoStatus = .none
}