From 8eee8cb7f7451983d1b40c4cd33ef511735e16a4 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 26 十月 2023 18:18:05 +0800 Subject: [PATCH] fix BUG --- WanPai/Model/CommonModels.swift | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/WanPai/Model/CommonModels.swift b/WanPai/Model/CommonModels.swift index 3029eed..ac85a4d 100644 --- a/WanPai/Model/CommonModels.swift +++ b/WanPai/Model/CommonModels.swift @@ -648,9 +648,12 @@ var status:StudentAppointType = .complete var storeNameAddr: String = "" var timeFrame: String = "" - var ids = [Int]() +// var ids = [Int]() var siteId = 0 + var userId = 0 + var sid = [Int]() + var rid = [Int]() required init() {} } @@ -777,11 +780,10 @@ struct YardBookingDetailModel:HandyJSON{ var data:YardBookingDetailDataModel? - var ids = [Int]() //区域ID +// var ids = [Int]() //区域ID } struct YardBookingDetailDataModel:HandyJSON{ - var appUserId: Int = 0 var booker: String = "" var cancelTime: String = "" var cancelUserId: String = "" @@ -814,6 +816,10 @@ var userCouponId: String = "" var voucher: String = "" var typeName = "" + + var appUserId: Int = 0 + var sid = [Int]() + var rid = [Int]() } struct GameListModel:HandyJSON { -- Gitblit v1.7.1