可选数据处理
This commit is contained in:
Binary file not shown.
@@ -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 {
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000162">
|
||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000339">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="1: gym" time="73.34405">
|
||||
<testcase classname="fastlane.lanes" name="1: gym" time="70.27658">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="2: pgyer" time="21.412533">
|
||||
<testcase classname="fastlane.lanes" name="2: pgyer" time="10.406596">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user