| | |
| | | @PostMapping("/autoPlatformCallCar") |
| | | public ApiResponse autoPlatformCallCar() { |
| | | platformJobService.autoPlatformCallCar(wmsService); |
| | | platformJobService.autoCallInParkCar(wmsService); |
| | | return ApiResponse.success("月台自动叫号"); |
| | | } |
| | | |
| | | |
| | | @ApiOperation("月台自动叫号入园") |
| | | @PostMapping("/autoCallInParkCar") |
| | | public ApiResponse autoCallInParkCar() { |
| | | platformJobService.autoCallInParkCar(wmsService); |
| | | return ApiResponse.success("月台自动叫号入园"); |
| | | } |
| | | // @ApiOperation("月台自动叫号入园") |
| | | // @PostMapping("/autoCallInParkCar") |
| | | // public ApiResponse autoCallInParkCar() { |
| | | // platformJobService.autoCallInParkCar(wmsService); |
| | | // return ApiResponse.success("月台自动叫号入园"); |
| | | // } |
| | | |
| | | |
| | | } |