无故事王国
3 天以前 fe460485972623f9ffcd4d29cb956bfddf9c97e3
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