From 0c89e362069e2f97d18a01a3a82835ef37a34d18 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 20 六月 2024 14:23:59 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Models/CommonModel.swift | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DolphinEnglishLearnStudent/Models/CommonModel.swift b/DolphinEnglishLearnStudent/Models/CommonModel.swift index 934de98..abf036d 100644 --- a/DolphinEnglishLearnStudent/Models/CommonModel.swift +++ b/DolphinEnglishLearnStudent/Models/CommonModel.swift @@ -92,13 +92,13 @@ var isDelete: Int = 0 var name: String = "" var price: Int = 0 - var surplus: Int = 0 + var surplus: Int? var total: Int = 0 var type: Int = 0 var typeIds: String = "" var updateBy: String = "" var updateTime: String = "" - var userCount: Int = 0 + var userCount: Int? } struct MarketTypeModel:HandyJSON,Hashable{ -- Gitblit v1.7.1