This commit is contained in:
DDIsFriend
2023-08-30 11:10:38 +08:00
parent dfcdee023c
commit b846be8803
17 changed files with 644 additions and 392 deletions

View File

@@ -69,6 +69,7 @@ class OrderListDataModel: Decodable {
var environmentPic : String?
var userOrderId : Int
var taskOrderId : Int
var taskFlowId : Int
var userPhone : String
var auditFailReason : String?
var isSupplierSettle : SupplierSettleModel?