younger_times
2023-07-13 c5579d0cb660bc6490fc932ad8e86248f57899d2
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 = ""