Commit 2de31de3 authored by Steven杜宇's avatar Steven杜宇

// UI

parent 5dc36fe5
......@@ -12,7 +12,7 @@ import SmartCodable
class YHTravelDocsPreparationDetailModel: SmartCodable {
var ttl : Int = -1 //电子签证有效期
var latest_validaty_date : String = "" //有效期最晚时间
var china_travel_latest_validate_date: String = "" // 中国居留许可签证有效期最晚时间
var china_travel_latest_validaty_date: String = "" // 中国居留许可签证有效期最晚时间
var age: Int = 0
var list : [YHTravelDocsPreparationDetailItemModel?] = [] //电子签证有效期
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment