From ee4954eb4dc84e0a6c0a784da717f9cc648b106b Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期三, 19 六月 2024 16:37:16 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Models/CommonModel.swift | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Models/CommonModel.swift b/DolphinEnglishLearnStudent/Models/CommonModel.swift index 5d57ffd..934de98 100644 --- a/DolphinEnglishLearnStudent/Models/CommonModel.swift +++ b/DolphinEnglishLearnStudent/Models/CommonModel.swift @@ -364,6 +364,7 @@ var userId: Int = 0 var week: Int = 0 var weekStudy: Int = 0 + var gameDifficulty:Int = 0 } class SimpleListenDataModel:HandyJSON,Hashable{ -- Gitblit v1.7.1