可选数据处理

This commit is contained in:
DDIsFriend
2023-10-08 16:56:02 +08:00
parent 1bf8dc733a
commit 21e2c42621
3 changed files with 6 additions and 6 deletions

View File

@@ -227,12 +227,12 @@ public class OrderPhotoListDataModel : Decodable {
public class GeneralInfoDataModel : Decodable {
var userId : Int
var icon : String
var icon : String?
var phone : String?
var supplierId : Int
var supplierName : String
var vehicleCount : Int
var driverCount : Int
var vehicleCount : Int?
var driverCount : Int?
}
public class DispatchAppH5UrlDataModel : Decodable {