Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
dc-cost-system
Commits
df88a30f
Commit
df88a30f
authored
Sep 16, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不知道改了什么
parent
0ed72e63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ManageCostDto.java
...main/java/com/blt/other/other_cost/dto/ManageCostDto.java
+5
-1
Cost.xml
cost-core/src/main/resources/mapper/Cost.xml
+0
-0
No files found.
cost-core/src/main/java/com/blt/other/other_cost/dto/ManageCostDto.java
View file @
df88a30f
...
...
@@ -13,7 +13,7 @@ public class ManageCostDto {
private
String
no
;
// 费用单号或采购单号
private
String
receiveUnit
;
// 收款单位
private
String
reason
;
// 理由/用途
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
@JSONField
(
name
=
"cashier_time"
,
format
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
payTime
;
// 付款时间
private
Integer
manageCostType
;
// 费用付款单同cost_form=1,费用借还单同cost_form=3,采购单为0
...
...
@@ -28,4 +28,8 @@ public class ManageCostDto {
private
String
currency
;
// 币种
@JSONField
(
name
=
"cashier_paymoneyrmb"
)
private
BigDecimal
amountRmb
;
// 人民币金额
//费用单Id
private
Integer
costId
;
//费用单详情Id
private
Integer
costId1
;
}
cost-core/src/main/resources/mapper/Cost.xml
View file @
df88a30f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment