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
0322bb0d
Commit
0322bb0d
authored
Jan 04, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
99bbc8e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
CostApiController.java
...m/blt/other/module/cost/controller/CostApiController.java
+10
-1
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/controller/CostApiController.java
View file @
0322bb0d
...
...
@@ -6,6 +6,7 @@ import com.bailuntec.cost.api.dto.LogisticsCostDto;
import
com.bailuntec.cost.api.dto.ManageCostDto
;
import
com.bailuntec.cost.api.dto.WageCostDto
;
import
com.bailuntec.cost.api.response.CostResult
;
import
com.blt.other.common.annotation.LoginIgnore
;
import
com.blt.other.module.cost.model.CostDomain
;
import
com.blt.other.module.cost.service.CostApiService
;
import
io.swagger.annotations.Api
;
...
...
@@ -13,7 +14,6 @@ import io.swagger.annotations.ApiOperation;
import
lombok.SneakyThrows
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.util.StringUtils
;
import
org.springframework.web.bind.annotation.*
;
...
...
@@ -37,6 +37,7 @@ public class CostApiController implements CostApi {
private
static
Logger
logger
=
LoggerFactory
.
getLogger
(
CostApiController
.
class
);
@LoginIgnore
@Override
@ApiOperation
(
"接受工资单,自动生成付款费用单到财务审核"
)
@PostMapping
(
"/pushWageCost"
)
...
...
@@ -51,6 +52,7 @@ public class CostApiController implements CostApi {
}
}
@LoginIgnore
@ApiOperation
(
"接收物流单,自动生成付款费用单到财务审核"
)
@Override
@PostMapping
(
"/pushLogisticsCost"
)
...
...
@@ -66,6 +68,7 @@ public class CostApiController implements CostApi {
}
}
@LoginIgnore
@ApiOperation
(
"吴通接收物流单,自动生成收款费用单到财务审核"
)
@Override
@PostMapping
(
"/pushLogisticsReceipt"
)
...
...
@@ -81,6 +84,7 @@ public class CostApiController implements CostApi {
}
@LoginIgnore
@SneakyThrows
@ApiOperation
(
"查询所有的费用单和采购单"
)
@Override
...
...
@@ -108,6 +112,7 @@ public class CostApiController implements CostApi {
}
@LoginIgnore
@SneakyThrows
@ApiOperation
(
"查询所有的物流费用单和采购单"
)
@Override
...
...
@@ -135,6 +140,7 @@ public class CostApiController implements CostApi {
}
@LoginIgnore
@ApiOperation
(
"根据最后更新时间查询费用单"
)
@Override
@GetMapping
({
"/getCostList"
})
...
...
@@ -147,6 +153,7 @@ public class CostApiController implements CostApi {
}
@LoginIgnore
@ApiOperation
(
"获取资产负债表相关费用单"
)
@Override
@GetMapping
(
"/balanceSheetCost"
)
...
...
@@ -167,6 +174,7 @@ public class CostApiController implements CostApi {
}
@LoginIgnore
@Override
@ApiOperation
(
"查询原来传输到数据中心时为待支付状态 变成 已支付状态后的费用单"
)
@GetMapping
(
"/noPayCost"
)
...
...
@@ -176,6 +184,7 @@ public class CostApiController implements CostApi {
}
@LoginIgnore
@Override
@ApiOperation
(
"吴通新增 根据费用单号获取费用单大类"
)
@GetMapping
(
"/type/{costNo}"
)
...
...
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