From c86ac49db2969495ec21fae2a27956cad9499752 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 26 九月 2023 19:04:02 +0800
Subject: [PATCH] 修改

---
 WanPai/Model/CommonModels.swift |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/WanPai/Model/CommonModels.swift b/WanPai/Model/CommonModels.swift
index d6fa493..6e07f0d 100644
--- a/WanPai/Model/CommonModels.swift
+++ b/WanPai/Model/CommonModels.swift
@@ -47,6 +47,7 @@
 	var vipAmount: Int = 0
 	var weeks: String?
 	var wpGold: Int = 0
+	var paymentPrice:Double = 0
 }
 
 struct CourseDetailModel:HandyJSON {
@@ -357,6 +358,7 @@
     var stuSex: GenderType = .man
     var totalNums: Int = 0
     var weight: Int = 0
+	var bodyStatus = ""
 }
 
 struct StartClouseListModel:HandyJSON{
@@ -379,6 +381,7 @@
     var height:Int = 0
     var url = ""
     var weight:Int = 0
+	var bodyStatus = ""
 }
 
 class StartClouseExploreModel:HandyJSON{
@@ -420,7 +423,7 @@
 struct SearchStoreDetailCourseModel:HandyJSON{
     var applicantsNumber: Int = 0
     var classHours: Int = 0
-    var classStartTime = [String]()
+	var classStartTime:String?
     var courseId: Int = 0
     var coverDrawing: String = ""
     var name: String = ""

--
Gitblit v1.7.1