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
2f5b9ae2
Commit
2f5b9ae2
authored
Nov 20, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作经验步骤流程接口
parent
40479e41
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
1 deletion
+18
-1
YHWorkExperienceViewController.swift
...rkExperience(工作经验)/C/YHWorkExperienceViewController.swift
+0
-0
YHWorkExperienceDetailModel.swift
...kExperience(工作经验)/Model/YHWorkExperienceDetailModel.swift
+10
-0
YHWorkExperiencePositionModel.swift
...xperience(工作经验)/Model/YHWorkExperiencePositionModel.swift
+1
-1
YHWorkExperienceViewModel.swift
...xperience(工作经验)/ViewModel/YHWorkExperienceViewModel.swift
+0
-0
YHAllApiName.swift
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
+7
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/C/YHWorkExperienceViewController.swift
View file @
2f5b9ae2
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/Model/YHWorkExperienceDetailModel.swift
View file @
2f5b9ae2
...
...
@@ -16,6 +16,8 @@ class YHWorkExperienceDetailModel: SmartCodable {
var
professional_level
:
Int
=
0
var
work_certificate
:
String
=
""
var
has_finish_basic_question
:
Int
=
0
var
work_duty
:
String
=
""
var
work_highlights
:
String
=
""
var
is_famous_enterprise
:
Int
=
0
var
duty
:
String
=
""
...
...
@@ -73,3 +75,11 @@ class YHWorkExperienceFileModel: SmartCodable {
required
init
()
{
}
}
class
YHWorkExperienceStepModel
:
SmartCodable
{
var
step
:
Int
=
0
var
step_name
:
String
=
""
required
init
()
{
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/Model/YHWorkExperiencePositionModel.swift
View file @
2f5b9ae2
...
...
@@ -18,7 +18,7 @@ class YHWorkExperiencePositionModel: SmartCodable {
var
entry_time
:
String
=
""
var
departure_time
:
String
=
""
var
experience_scope
:
String
=
""
var
experience_sub_scope
:
String
=
""
var
experience_sub_scope
:
String
=
"
"
var
is_international_work_experience
:
Int
=
0
var
provide_certificate_type
:
Int
=
0
var
work_country
:
String
=
""
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/ViewModel/YHWorkExperienceViewModel.swift
View file @
2f5b9ae2
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Tools/NetWork/YHAllApiName.swift
View file @
2f5b9ae2
...
...
@@ -229,6 +229,7 @@ class YHAllApiName {
static
let
list
=
"infoflow/work/v1/list"
//工作经验详情
static
let
detail
=
"infoflow/work/v1/workDetail"
static
let
workStep
=
"infoflow/work/v1/WorkStep"
//工作经验保存
static
let
save
=
"infoflow/work/save"
static
let
saveAll
=
"infoflow/work/save-all"
...
...
@@ -260,6 +261,12 @@ class YHAllApiName {
static
let
workQuestionDetail
=
"infoflow/work/v1/workQuestionDetail"
static
let
saveWorkQuestion
=
"infoflow/work/v1/SaveWorkQuestion"
static
let
saveWorkData
=
"infoflow/work/v1/saveWorkData"
static
let
workDutyDetail
=
"infoflow/work/v1/workDutyDetail"
static
let
saveWorkDuty
=
"infoflow/work/v1/saveWorkDuty"
static
let
workHighlightsDetail
=
"infoflow/work/v1/workHighlightsDetail"
static
let
saveWorkHighlights
=
"infoflow/work/v1/saveWorkHighlights"
}
//登录
...
...
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