zmc
2023-08-29 1eecc1f678668ba11b15198be4f0057cf886e7f6
src/main/java/com/job/zsc/service/FugitiveDustService.java
@@ -1,9 +1,6 @@
package com.job.zsc.service;
import com.job.zsc.pojo.AnalysisDustData;
import com.job.zsc.pojo.DustExceptionType;
import com.job.zsc.pojo.DustSiteData;
import com.job.zsc.pojo.PageBean;
import com.job.zsc.pojo.*;
import java.util.List;
@@ -22,4 +19,17 @@
    PageBean pageAnalysisTime(Integer page, Integer pageSize, String siteName, String beginTime, String endTime);
    List<DustExceptionType> getExceptionType();
    PageBean getExceptionData(Integer page, Integer pageSize, String siteName, String[] exceptionType, String beginTime, String endTime);
    List<DustExceptionData> getExceptionSitenameAndCode(String exceptionType, String beginTime, String endTime);
    Integer exceptionNum(String exceptionType, String beginTime, String endTime);
    List<DustSiteData> conditonQueryHistoryData(String siteName, String beginTime, String endTime);
    List<DustExceptionData> getExceptionAllData(String siteName, String[] exceptionType, String beginTime, String endTime);
    List<DustExceptionData> exceptionSiteNum();
}