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
!310
file表增加入账申请单号
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
file表增加入账申请单号
jiangxiaoming
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
9
Merged
jiangxiaoming
requested to merge
jiangxiaoming
into
dev
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
4fb47860
1 commit,
9 months ago
9 files
+
23
−
16
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/src/main/java/com/seasky/ledgerincome/application/command/api/FileCommandService.java
+
1
−
1
Options
@@ -8,7 +8,7 @@ import java.util.List;
public
interface
FileCommandService
{
void
SaveFileInfo
(
Long
incomeId
,
Long
invoiceId
,
String
incomeBillNo
,
String
businessCode
,
String
fileType
,
byte
[]
bytes
,
String
fileExtension
,
String
fileName
,
String
code
);
byte
[]
bytes
,
String
fileExtension
,
String
fileName
,
String
code
,
Long
batchId
);
void
SaveFiltRelateBusiness
(
FileFiltBusinessCmd
cmd
);
void
deleteFile
(
RemoveFileCmd
cmd
,
String
code
);
void
downFile
(
List
<
String
>
fileId
,
String
code
)
throws
Exception
;