|
|
@ -54,7 +54,7 @@ public interface BusArrearsCarryVehicleApplyFeign { |
|
|
|
@GetMapping("/fetchSid/{sid}") |
|
|
|
public ResultBean<BusArrearsCarryVehicleApplyVo> fetchSid(@PathVariable("sid") String sid); |
|
|
|
*/ |
|
|
|
@ApiOperation("欠款提车-车辆列表") |
|
|
|
/* @ApiOperation("欠款提车-车辆列表") |
|
|
|
@PostMapping("/getArrearsVehicleList") |
|
|
|
public ResultBean<PagerVo<ArrearsCarryVehicleVo>> getArrearsVehicleList(@RequestBody PagerQuery<ArrearsCarryVehicleQuery> pq); |
|
|
|
|
|
|
@ -68,7 +68,7 @@ public interface BusArrearsCarryVehicleApplyFeign { |
|
|
|
|
|
|
|
@ApiOperation("欠款提车单附件保存接口") |
|
|
|
@PostMapping("/saveArrearsAppendix") |
|
|
|
public ResultBean saveArrearsAppendix(@RequestBody List<ArrearsAppendixDto> dto); |
|
|
|
public ResultBean saveArrearsAppendix(@RequestBody List<ArrearsAppendixDto> dto);*/ |
|
|
|
|
|
|
|
|
|
|
|
/********************************App接口************************************/ |
|
|
|