部分需求修改

This commit is contained in:
DDIsFriend
2023-10-24 10:09:59 +08:00
parent 529d44d51d
commit c11aab7e05
45 changed files with 8039 additions and 8542 deletions

View File

@@ -53,6 +53,11 @@ class OrderListDataModel: Decodable {
var vehiclePointLongitude : Double
var vehiclePointLatitude : Double
var vehiclePointRemark : String?
var juheVehicleId : Int?
var juheVehcileName : String?
var juheStaffName : String?
var juheStaffPhone : String?
var juheSupplierId : Int?
var destinationAddress : String?
var positionEnvironment : PositionEnvironmentModel?
var destinationLongitude : Double?