Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java_seaskyflowportal
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
java_seaskyflowportal
Merge requests
!92
Feature/chenmin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/chenmin
feature/chenmin
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
11
Merged
chenmin
requested to merge
feature/chenmin
into
develop
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
11
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
9f37dd9f
2 commits,
1 year ago
11 files
+
539
−
27
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/flowportal/dto/personInfo/PersonInfoOut.java
+
1
−
1
Options
@@ -38,7 +38,7 @@ public class PersonInfoOut implements Serializable {
@ApiModelProperty
(
value
=
"年龄"
,
example
=
""
)
private
Integer
age
;
@ApiModelProperty
(
value
=
"证件类型"
,
example
=
""
)
private
String
icType
Name
;
private
String
icType
;
@ApiModelProperty
(
value
=
"证件号"
,
example
=
""
)
private
String
icNo
;
@ApiModelProperty
(
value
=
"手机号"
,
example
=
""
)