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
!459
Draft: Feature/wxj/develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Feature/wxj/develop
feature/wxj/develop
into
develop
Overview
0
Commits
2
Pipelines
3
Changes
6
Closed
王星君
requested to merge
feature/wxj/develop
into
develop
2 years ago
Overview
0
Commits
2
Pipelines
3
Changes
6
Expand
0
0
Merge request reports
Compare
develop
version 1
16c96da7
2 years ago
develop (base)
and
latest version
latest version
7e9d52b3
2 commits,
2 years ago
version 1
16c96da7
1 commit,
2 years ago
6 files
+
80
−
10
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/projectplan/dto/welink/PushInfo.java
0 → 100644
+
20
−
0
Options
package
com.seasky.projectplan.dto.welink
;
import
com.fasterxml.jackson.annotation.JsonInclude
;
import
lombok.AllArgsConstructor
;
import
lombok.Data
;
import
lombok.NoArgsConstructor
;
/**
* @author wangxingjun
* @since 2023/3/1 9:54
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
@JsonInclude
(
JsonInclude
.
Include
.
ALWAYS
)
public
class
PushInfo
{
private
String
pushUserCode
;
private
String
pushRulesType
=
"预算编制-流程提交"
;
private
String
extend1
;
}