| | |
| | | @GetMapping("/timer/yw/syncElectricalMeterData") |
| | | ApiResponse syncElectricalMeterData(); |
| | | |
| | | @ApiOperation("【阜宁运维】清理三个月前电表接口日志") |
| | | @GetMapping("/timer/yw/cleanElectricalLog") |
| | | ApiResponse cleanElectricalLog(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时同步智精灵网关在线状态") |
| | | @GetMapping("/timer/yw/syncConditionerGatewayStatus") |
| | | ApiResponse syncConditionerGatewayStatus(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时同步智精灵空调内机运行态") |
| | | @GetMapping("/timer/yw/syncConditionerIndoorUnits") |
| | | ApiResponse syncConditionerIndoorUnits(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时同步前一日空调多联机用量") |
| | | @GetMapping("/timer/yw/syncConditionerUsagePreviousDay") |
| | | ApiResponse syncConditionerUsagePreviousDay(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时处理合同过期") |
| | | @GetMapping("/timer/yw/ywDealContractTimeOutTimer") |
| | | ApiResponse ywDealContractTimeOutTimer(); |