From c5579d0cb660bc6490fc932ad8e86248f57899d2 Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期四, 13 七月 2023 18:21:59 +0800
Subject: [PATCH] 新增

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

diff --git a/WanPai/Model/CommonModels.swift b/WanPai/Model/CommonModels.swift
index ed9b71c..88672c5 100644
--- a/WanPai/Model/CommonModels.swift
+++ b/WanPai/Model/CommonModels.swift
@@ -57,6 +57,17 @@
     var phone: String = ""
 }
 
+struct StudentProfileModel:HandyJSON{
+    var birthday = ""
+    var headImg = ""
+    var height:Double = 0
+    var idCard:String?
+    var name = ""
+    var phone:String?
+    var sex:GenderType = .man
+    var weight:Double = 0
+}
+
 struct CouponInfoModel:HandyJSON{
     ///有效时间
     var effectiveTime: String = ""

--
Gitblit v1.7.1