|  |  | 
 |  |  |     @GetMapping("/timer/empower/syncEmpowerResultData") | 
 |  |  |     ApiResponse syncEmpowerResultData(); | 
 |  |  |     @ApiOperation("【访客系统】定时重新下发失败的授权数据") | 
 |  |  |     @GetMapping("/timer/empower/syncEmpowerFailData") | 
 |  |  |     @GetMapping("/timeempowerr//syncEmpowerFailData") | 
 |  |  |      ApiResponse syncEmpowerFailData(); | 
 |  |  |     @ApiOperation("【访客系统】定时刷新人员设备授权") | 
 |  |  |     @GetMapping("/timer/empower/syncEmpowerData") | 
 |  |  | 
 |  |  |     @ApiOperation("【访客系统】访客数据即将超时预警") | 
 |  |  |     @GetMapping("/timer/visit/visitTimeOut") | 
 |  |  |     ApiResponse visitTimeOut() ; | 
 |  |  |     @ApiOperation("【访客系统】访客申请待审批记录截止时间已过自动取消预约") | 
 |  |  |     @GetMapping("/timer/visit/visitNoCheckCancel") | 
 |  |  |     ApiResponse visitNoCheckCancel() ; | 
 |  |  |     @ApiOperation("【数字化月台】月台停靠超时报警业务") | 
 |  |  |     @GetMapping("/timer/platformJob/platformJobTimer") | 
 |  |  |     ApiResponse platformJobTimer(); | 
 |  |  |     @ApiOperation("【数字化月台】月台检查电子锁上锁状态") | 
 |  |  |     @GetMapping("/timer/platformJob/platformCheckWmsLockStatus") | 
 |  |  |     ApiResponse platformCheckWmsLockStatusTimer(); | 
 |  |  |     @ApiOperation("【数字化月台】月台作业超时报警业务") | 
 |  |  |     @GetMapping("/timer/platformJob/platformJobWorkTimeOut") | 
 |  |  |     ApiResponse platformJobWorkTimeOut(); |