From a4a30347df295a77657a4b87ee3293ef38ece503 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 04 七月 2024 14:09:56 +0800 Subject: [PATCH] fix bug --- DolphinEnglishLearnStudent/Models/CommonModel.swift | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Models/CommonModel.swift b/DolphinEnglishLearnStudent/Models/CommonModel.swift index 195a981..b4ed463 100644 --- a/DolphinEnglishLearnStudent/Models/CommonModel.swift +++ b/DolphinEnglishLearnStudent/Models/CommonModel.swift @@ -268,6 +268,15 @@ required init(){} } + +struct TeamScheduleModel:HandyJSON{ + var answerNumber = 0 + var correctNumber = 0 + var teamIds = [Int]() //题组ids + var topicIds = [Int]() //已回答正确的题目Id +} + + struct Listen1DataModel:HandyJSON{ var createBy: String = "" var createTime: String = "" -- Gitblit v1.7.1