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
!305
开票日期问题
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
开票日期问题
jiangxiaoming
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
10
Merged
jiangxiaoming
requested to merge
jiangxiaoming
into
dev
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
19db7654
1 commit,
9 months ago
10 files
+
49
−
15
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/ledgerincome/application/command/dto/CreateInvoiceCmd.java
+
1
−
3
Options
@@ -28,13 +28,11 @@ public class CreateInvoiceCmd {
public
String
invoiceNo
;
@ApiModelProperty
(
value
=
"发票代码"
)
public
String
invoiceCode
;
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@ApiModelProperty
(
value
=
"开票日期"
)
public
Date
invoiceDate
;
public
String
invoiceDate
;
@ApiModelProperty
(
value
=
"凭证号"
)
public
String
voucherCode
;
@ApiModelProperty
(
value
=
"凭证日期"
)
@JsonFormat
(
shape
=
JsonFormat
.
Shape
.
STRING
,
pattern
=
"yyyy-MM-dd"
)
public
String
voucherDate
;
@ApiModelProperty
(
value
=
"接收人工号"
)
public
String
acceptCode
;