| | |
| | | package com.ruoyi.doublePrevention.service; |
| | | |
| | | import com.ruoyi.doublePrevention.entity.SPI.SPIDataReqBO; |
| | | import com.ruoyi.doublePrevention.entity.SPI.SPIDataRespDTO; |
| | | import com.ruoyi.doublePrevention.entity.SPI.*; |
| | | import com.ruoyi.doublePrevention.entity.dto.req.SPIDataCountReqDTO; |
| | | import com.ruoyi.doublePrevention.entity.dto.resp.SPIDataCountRespDTO; |
| | | import com.ruoyi.doublePrevention.vo.ResultVO; |
| | |
| | | */ |
| | | ResultVO<SPIDataCountRespDTO> listDangerResultCountByMonthOrYear(SPIDataCountReqDTO spiDataCountReqDTO); |
| | | |
| | | ResultVO<SPIDataRespDTO> getSPIData(SPIDataReqBO spiDataReqBO); |
| | | ResultVO<TroubleData> getSPIData(SPIDataReqBO spiDataReqBO); |
| | | |
| | | ResultVO<TroubleLevel> getSPIDataForPieChart(SPIDataReqBO spiDataReqBO); |
| | | } |