Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
西
西政收入系统项目
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
Package Registry
Operate
Environments
Terraform modules
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
JAVA
西政收入系统项目
Merge requests
!116
事务代码块
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
事务代码块
dev_jiangxiaoming
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
jiangxiaoming
requested to merge
dev_jiangxiaoming
into
dev
2 months ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
45c47a32
1 commit,
2 months ago
4 files
+
122
−
31
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
ServiceSiteCommon/src/main/java/com/seasky/template/annotation/ExecInvoker.java
0 → 100644
+
10
−
0
Options
package
com.seasky.template.annotation
;
/**
* 无返回值执行
*/
@FunctionalInterface
public
interface
ExecInvoker
{
void
exec
();
}