Commit 2ea552a2 authored by pete谢兆麟's avatar pete谢兆麟

college_id字段添加

parent a9e42128
...@@ -46,7 +46,7 @@ class YHEducationInfo: SmartCodable { ...@@ -46,7 +46,7 @@ class YHEducationInfo: SmartCodable {
var vacantNum: Int = 0 var vacantNum: Int = 0
var majorOther: String? var majorOther: String?
var hasBachelorDegree: Int = 0 var hasBachelorDegree: Int = 0
var college_id: Int = 0
enum CodingKeys: String, CodingKey { enum CodingKeys: String, CodingKey {
case id = "id" case id = "id"
case college = "college" case college = "college"
...@@ -112,6 +112,7 @@ class YHEducationDetailInfo: SmartCodable { ...@@ -112,6 +112,7 @@ class YHEducationDetailInfo: SmartCodable {
var isAboardSchool: Bool = false var isAboardSchool: Bool = false
var majorOther: String = "" var majorOther: String = ""
var hasBachelorDegree: Int = 0 var hasBachelorDegree: Int = 0
var college_id: Int = 0
// 证件提供确认 0 未选择 1 是 2 否 // 证件提供确认 0 未选择 1 是 2 否
var certConfirm: Int = 0 var certConfirm: Int = 0
......
...@@ -40,7 +40,7 @@ class eduListModel: SmartCodable { ...@@ -40,7 +40,7 @@ class eduListModel: SmartCodable {
var school_address: schoolAddressModel? var school_address: schoolAddressModel?
var major_other: String = "" var major_other: String = ""
var has_bachelor_degree: Int = 0 var has_bachelor_degree: Int = 0
var college_id: Int = 0
required init() { required init() {
} }
......
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