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
!452
金融查询接口修改
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
金融查询接口修改
feature/jinrong-1.0.0.0
into
release/jinrong-1.0.0.0
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
王星君
requested to merge
feature/jinrong-1.0.0.0
into
release/jinrong-1.0.0.0
2 years ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
0
0
Merge request reports
Compare
release/jinrong-1.0.0.0
version 2
d4cbe5dc
2 years ago
version 1
fc4728c0
2 years ago
release/jinrong-1.0.0.0 (base)
and
latest version
latest version
a84a7777
3 commits,
2 years ago
version 2
d4cbe5dc
2 commits,
2 years ago
version 1
fc4728c0
1 commit,
2 years ago
3 files
+
7
−
6
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/projectplan/dto/projectplan/ProjectDailyPlanQry.java
+
3
−
0
Options
@@ -70,4 +70,7 @@ public class ProjectDailyPlanQry extends BaseDto {
@NotNull
(
message
=
"分页大小不能为空"
)
@ApiModelProperty
(
value
=
"分页大小"
,
example
=
"10"
)
private
Integer
pageSize
;
@ApiModelProperty
(
value
=
"审核状态"
,
example
=
""
)
private
String
state
;
}