双重预防项目-国泰新华二开定制版
马宇豪
2024-06-19 b2f311d02b4ce8a1dc11a782f97297b1e1fbd28b
src/main/java/com/ruoyi/doublePrevention/service/SPIDataCountService.java
@@ -1,9 +1,6 @@
package com.ruoyi.doublePrevention.service;
import com.ruoyi.doublePrevention.entity.SPI.SPIDataForPieChartRespDTO;
import com.ruoyi.doublePrevention.entity.SPI.SPIDataReqBO;
import com.ruoyi.doublePrevention.entity.SPI.SPIDataRespDTO;
import com.ruoyi.doublePrevention.entity.SPI.TroubleLevel;
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;
@@ -15,7 +12,7 @@
     */
    ResultVO<SPIDataCountRespDTO> listDangerResultCountByMonthOrYear(SPIDataCountReqDTO spiDataCountReqDTO);
    ResultVO<SPIDataRespDTO> getSPIData(SPIDataReqBO spiDataReqBO);
    ResultVO<TroubleData> getSPIData(SPIDataReqBO spiDataReqBO);
    ResultVO<TroubleLevel> getSPIDataForPieChart(SPIDataReqBO spiDataReqBO);
}