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
!504
Feature/zhouquan/dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/zhouquan/dev
feature/zhouquan/dev
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
7
Merged
周全
requested to merge
feature/zhouquan/dev
into
develop
2 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
167dcbf1
2 commits,
2 years ago
7 files
+
328
−
0
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/projectlibrary/ProjectLibraryOut.java
+
3
−
0
Options
@@ -71,6 +71,9 @@ public class ProjectLibraryOut extends BaseDto implements Serializable {
@ApiModelProperty
(
"一上预算金额"
)
private
BigDecimal
oneUPTotalMoney
=
BigDecimal
.
valueOf
(
0
);
@ApiModelProperty
(
"二上预算金额"
)
private
BigDecimal
twoUPTotalMoney
=
BigDecimal
.
valueOf
(
0
);
@ApiModelProperty
(
"二上状态"
)
private
Integer
twoUPState
=
0
;