无故事王国
2023-10-26 152da0e2d8cd3bd522fb04d1114f0930c33c9fdf
WanPai/Model/CommonModels.swift
@@ -528,7 +528,7 @@
    var detailsType:DetailType = .positive //1扣减 2增加
}
struct CouponModel:HandyJSON{
class CouponModel:HandyJSON{
    var available: String = ""
    var cityOrStore: String = ""
    var effectiveTime: String = ""
@@ -539,6 +539,10 @@
    var type:CouponType = .discount
    var useCondition: CouponConditionType = .nationwide
    var useStatus: CouponUseType = .overdue
   var showAll = false
   required init(){}
}
struct CouponModelRuleModel:HandyJSON{
@@ -657,7 +661,7 @@
    var coverImage: String = ""
    var integral:Int = 0
    var packageName: String = ""
    var studyStatus: Int = 0
    var studyStatus: Int = 1
    var synopsis: String = ""
    var videoId: Int = 0
    var videoName: String = ""