phone可以为空
This commit is contained in:
@@ -36,7 +36,7 @@ class LoginDataModel : Decodable {
|
||||
}
|
||||
public class LoginDataAdditionalUserModel: Decodable {
|
||||
var userId : Int
|
||||
var phone : String
|
||||
var phone : String?
|
||||
var name : String
|
||||
var supplierName : String
|
||||
var supplierType : Int
|
||||
@@ -228,7 +228,7 @@ public class OrderPhotoListDataModel : Decodable {
|
||||
public class GeneralInfoDataModel : Decodable {
|
||||
var userId : Int
|
||||
var icon : String
|
||||
var phone : String
|
||||
var phone : String?
|
||||
var supplierId : Int
|
||||
var supplierName : String
|
||||
var vehicleCount : Int
|
||||
|
||||
Reference in New Issue
Block a user