无故事王国
2023-10-24 e9474fe95f7f6c3e1652d6406c00804910cb44ad
WanPai/Model/CommonModels.swift
@@ -74,10 +74,10 @@
struct CourseDetailListModel:HandyJSON {
    var classHours: Int = 0
    var id: Int = 0
    var originalPrice:Double?
    var originalPrice:Double = 0
    var paymentPrice:Double = 0
    var payType: PaymentType = .cash
    var playPaiCoin:Int?
    var playPaiCoin:Int = 0
    var vipPrice:Double = 0
}