DolphinEnglishLearnStudent/Models/CommonModel.swift
@@ -390,8 +390,12 @@ var week: Int = 0 } struct StudyScheduleModel:HandyJSON,Hashable{ init() {} class StudyScheduleModel:HandyJSON,Hashable{ static func == (lhs: StudyScheduleModel, rhs: StudyScheduleModel) -> Bool { return lhs.id == rhs.id } required init() {} var answer: Int = 0 var day: Int = 0