| | |
| | | List<AlarmGetVO> getAlarmDetail(@RequestBody AlarmGetVO alarmGet); |
| | | |
| | | @PostMapping(GET_ALARM_DETAIL_PAGE) |
| | | PageVO<AlarmGetVO> getAlarmDetailPage(@RequestParam("current") Integer current, @RequestParam("size") Integer size,@RequestBody AlarmGetVO alarmGet); |
| | | PageVO<AlarmGetVO> getAlarmDetailPage(@RequestParam("current") Integer current, |
| | | @RequestParam("size") Integer size, |
| | | @RequestBody AlarmGetVO alarmGet, |
| | | @RequestParam("ascs") String ascs, |
| | | @RequestParam("desc") String descs); |
| | | |
| | | @PostMapping(UPDATE_ALARM_GET) |
| | | Boolean updateAlarmGet(@RequestBody AlarmGetVO alarmGet); |