From e2c245035a515bb7f623706b66f05e8dfc2c2fef Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期五, 14 六月 2024 17:39:07 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Models/CommonModel.swift | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Models/CommonModel.swift b/DolphinEnglishLearnStudent/Models/CommonModel.swift index 6145abb..3319ed7 100644 --- a/DolphinEnglishLearnStudent/Models/CommonModel.swift +++ b/DolphinEnglishLearnStudent/Models/CommonModel.swift @@ -318,10 +318,14 @@ var updateTime: String = "" + //学习类型四专用 + var isQuestion:Int = 0 + //游戏类型2专用 var isOpen:Bool = false } +@available(*,deprecated,message: "废弃") struct Listen4Model:HandyJSON{ var data = [Listen4DataModel]() } -- Gitblit v1.7.1