Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
2ea552a2
Commit
2ea552a2
authored
Jan 03, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
college_id字段添加
parent
a9e42128
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
YHEducationInfo.swift
...Education&Qualification(学历专业资格填写)/M/YHEducationInfo.swift
+2
-1
YHAcademicPreviewModel.swift
...流程)/PersonInfoList(个人信息预览)/M/YHAcademicPreviewModel.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/M/YHEducationInfo.swift
View file @
2ea552a2
...
@@ -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
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/PersonInfoList(个人信息预览)/M/YHAcademicPreviewModel.swift
View file @
2ea552a2
...
@@ -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
()
{
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment