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
7d5713d3
Commit
7d5713d3
authored
Sep 28, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工资系统推送费用单
parent
b4c173a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
WageCostDto.java
...c/main/java/com/blt/other/other_cost/dto/WageCostDto.java
+12
-0
CostApiServiceImpl.java
...blt/other/other_cost/service/impl/CostApiServiceImpl.java
+5
-0
No files found.
cost-core/src/main/java/com/blt/other/other_cost/dto/WageCostDto.java
View file @
7d5713d3
...
@@ -40,6 +40,18 @@ public class WageCostDto {
...
@@ -40,6 +40,18 @@ public class WageCostDto {
private
Integer
companyValue
;
private
Integer
companyValue
;
//收款/付款银行(或支付宝)
private
String
bankName
;
//收款/付款账号
private
String
bankCard
;
//收款/付款人(创建人)
private
String
bankCardUser
;
//收款/付款单位
private
String
bankCompany
;
//附件外链地址
//附件外链地址
private
String
fileUrl
;
private
String
fileUrl
;
...
...
cost-core/src/main/java/com/blt/other/other_cost/service/impl/CostApiServiceImpl.java
View file @
7d5713d3
...
@@ -288,6 +288,11 @@ public class CostApiServiceImpl implements CostApiService {
...
@@ -288,6 +288,11 @@ public class CostApiServiceImpl implements CostApiService {
costDomain
.
setCompanyName
(
wageCostDto
.
getCompanyName
());
//dy
costDomain
.
setCompanyName
(
wageCostDto
.
getCompanyName
());
//dy
costDomain
.
setCompanyValue
(
wageCostDto
.
getCompanyValue
());
costDomain
.
setCompanyValue
(
wageCostDto
.
getCompanyValue
());
costDomain
.
setBankCard
(
wageCostDto
.
getBankCard
());
costDomain
.
setBankCardUser
(
wageCostDto
.
getBankCardUser
());
costDomain
.
setBankCompany
(
wageCostDto
.
getBankCompany
());
costDomain
.
setBankName
(
wageCostDto
.
getBankName
());
costDomain
.
setKindNo
(
costTypeKindDomain
.
getKindNo
());
costDomain
.
setKindNo
(
costTypeKindDomain
.
getKindNo
());
costDomain
.
setKindName
(
costTypeKindDomain
.
getKindName
());
costDomain
.
setKindName
(
costTypeKindDomain
.
getKindName
());
...
...
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