无故事王国
2023-10-12 1c1af90c0a80fe60477de9d0141aa79957cd7e38
WanPai/Model/CommonModels.swift
@@ -97,6 +97,8 @@
    var phone:String?
    var sex:GenderType = .man
    var weight:Double = 0
   var stuId:Int?
}
struct StudentProfile1Model:HandyJSON{
@@ -107,6 +109,9 @@
    var stuId = 0
    var stuName:String = ""
    var stuWeight:Double = 0
   var idCard:String = ""
   var stuPhone:String = ""
   var stuHeadImg:String = ""
}
struct StudentSimpleProfileModel:HandyJSON{
@@ -345,7 +350,7 @@
}
struct StartClouseHomeModel:HandyJSON{
    var bmi: Int = 0
    var bmi: Double = 0
    var courseList = [StartClouseListModel]()
    var deductedNums: Int = 0
    var exerciseVideoList = [StartClouseVideoListModel]()
@@ -505,7 +510,7 @@
struct CouponModelRuleModel:HandyJSON{
      /// 满X元 条件
    var conditionalAmount: Double = 0
      /// 抵扣金额
      /// (减)抵扣金额
    var deductionAmount: Double = 0
      /// 名称
@@ -703,7 +708,7 @@
   var cash: Float = 0.0
   var city: String = ""
   var cityCode: String = ""
   var content:CouponModelRuleModel?
   var content:String = ""
   var distributionMethod: Int = 0
   var endTime: String = ""
   var id: Int = 0