| | |
| | | @GetMapping("/timer/sms/sendWaitingSmsNotice") |
| | | ApiResponse sendWaitingSmsNotice(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时处理合同账单编码") |
| | | @GetMapping("/timer/yw/ywDealContractBillCodeTimer") |
| | | ApiResponse ywDealContractBillCodeTimer(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时处理合同过期") |
| | | @GetMapping("/timer/yw/ywDealContractTimeOutTimer") |
| | | ApiResponse ywDealContractTimeOutTimer(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时生成今日巡检任务") |
| | | @GetMapping("/timer/yw/ywPatrolSchemeTaskTimer") |
| | | ApiResponse ywPatrolSchemeTaskTimer(); |
| | | |
| | | @ApiOperation("【阜宁运维】定时更新房源租赁状态") |
| | | @GetMapping("/timer/yw/ywRoomStatusTimer") |
| | | ApiResponse ywRoomStatusTimer(); |
| | | |
| | | |
| | | |
| | | |
| | | } |