| | |
| | | */ |
| | | @RequestMapping(value = "/queryInspectionTasksCount", method = RequestMethod.POST) |
| | | int queryInspectionTasksCount(@RequestBody InspectionTaskDto inspectionTaskDto); |
| | | |
| | | @RequestMapping(value = "/queryPointInspectionTasksCount", method = RequestMethod.POST) |
| | | int queryPointInspectionTasksCount(@RequestBody InspectionTaskDto inspectionTaskDto); |
| | | |
| | | |
| | | @RequestMapping(value = "/queryPointInspectionTasks", method = RequestMethod.POST) |
| | | List<InspectionTaskDto> queryPointInspectionTasks(@RequestBody InspectionTaskDto inspectionTaskDto); |
| | | } |