| | |
| | | |
| | | import com.ruoyi.alarm.tubeAlarm.domain.ArdAlarmTube; |
| | | import com.ruoyi.alarm.tubeAlarm.service.IArdAlarmTubeService; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.security.access.prepost.PreAuthorize; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('alarm:tubeAlarm:list')") |
| | | @GetMapping("/list") |
| | | @ApiOperation("查询管线泄露报警列表") |
| | | public TableDataInfo list(ArdAlarmTube ardAlarmTube) |
| | | { |
| | | startPage(); |