无故事王国
2023-10-10 a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d
WanPai/Model/CommonModels.swift
@@ -68,6 +68,7 @@
    var weeks = [String]()
   var type:CourseType = .normal
   var time = ""
   var isVip = 0 //是否是会员:1:是 0:否
}
struct CourseDetailListModel:HandyJSON {
@@ -77,7 +78,7 @@
    var paymentPrice:Double = 0
    var payType: PaymentType = .cash
    var playPaiCoin:Int?
    var vipPrice:Double?
    var vipPrice:Double = 0
}
struct CourseDetailStudentModel:HandyJSON {
@@ -272,6 +273,7 @@
    var wanpaiGold:Int = 0
    var weekTime: String = ""
    var vipPrice:Double = 0
   var detailDrawing = ""
}
struct SiteItemModel:HandyJSON{
@@ -405,6 +407,11 @@
    var noticeId = 0
    var noticeTitle = ""
    var noticeTime = ""
   var quesId = 0
   var quesTitle = ""
   var quesContents = ""
   var quesTime = ""
}
struct SearchStoreDetailModel:HandyJSON{