Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan
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
班迪
projectplan
Merge requests
!288
Feature/shiyang dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/shiyang dev
feature/shiyang_dev
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
7
Merged
石阳
requested to merge
feature/shiyang_dev
into
develop
3 years ago
Overview
0
Commits
2
Pipelines
1
Changes
7
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
15e43aa2
2 commits,
3 years ago
7 files
+
104
−
68
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/projectplan/dto/baseconfig/personfund/ExportPersonFundOut.java
+
1
−
1
Options
@@ -34,7 +34,7 @@ public class ExportPersonFundOut extends BaseDto implements Serializable {
@ApiModelProperty
(
"是否合计项目"
)
@ExcelProperty
(
value
=
"是否合计项目"
,
index
=
2
)
private
String
isTotal
;
private
Boolean
isTotal
;
@ApiModelProperty
(
"对应父项目"
)
@ExcelProperty
(
value
=
"对应父项目"
,
index
=
3
)