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
!239
Feature/fengguangyu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feature/fengguangyu
feature/fengguangyu
into
develop
Overview
0
Commits
3
Pipelines
2
Changes
2
Closed
冯光宇
requested to merge
feature/fengguangyu
into
develop
3 years ago
Overview
0
Commits
3
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
develop
version 1
df23c0d7
3 years ago
develop (base)
and
latest version
latest version
d7737026
3 commits,
3 years ago
version 1
df23c0d7
2 commits,
3 years ago
2 files
+
4
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/projectplan/dto/incomeplan/InComePlanCmd.java
+
3
−
0
Options
@@ -40,4 +40,7 @@ public class InComePlanCmd extends BaseDto {
@ApiModelProperty
(
"一上二上"
)
private
String
inComePlanType
;
@ApiModelProperty
(
"总金额"
)
private
BigDecimal
totalMoney
=
new
BigDecimal
(
0
);
}