Commit 262d8c52 by huluobin

# 更新

parent ed17a825
......@@ -39,6 +39,7 @@ public interface CostApi {
CostResult<List<CostDto>> getNoPayCost(@RequestParam(name = "costNoList") List<String> costNoList);
@ApiOperation("吴通新增 根据费用单号获取费用单大类")
@GetMapping("/cost/api/type/{costNo}")
CostResult<String> getTypeName(@PathVariable("costNo") String costNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment