|
|
@ -93,9 +93,9 @@ public interface FinKingDeeFeign { |
|
|
|
@ResponseBody |
|
|
|
ResultBean<String> draftBdCustomer(@RequestBody @Valid BdCustomer bdCustomer); |
|
|
|
@ApiOperation("新增客户信息的接口 适用客户查询的批量推送财务客户数据 批量") |
|
|
|
@PostMapping("/draftBdCustomer") |
|
|
|
@PostMapping("/draftBdCustomers") |
|
|
|
@ResponseBody |
|
|
|
ResultBean<String> draftBdCustomers(@RequestBody @Valid List<BdCustomer> bdCustomers); |
|
|
|
ResultBean<String> draftBdCustomers(@RequestBody List<BdCustomer> bdCustomers); |
|
|
|
@ApiOperation("修改客户信息的接口") |
|
|
|
@PostMapping("/saveBdCustomers") |
|
|
|
@ResponseBody |
|
|
|