| | |
| | | package com.job.zsc.service; |
| | | |
| | | import com.job.zsc.pojo.AnalysisDustData; |
| | | import com.job.zsc.pojo.DustSiteData; |
| | | import com.job.zsc.pojo.PageBean; |
| | | import com.job.zsc.pojo.*; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | List<DustSiteData> allSiteName(); |
| | | |
| | | List<AnalysisDustData> analysisdata( String siteName,String beginTime, String endTime); |
| | | |
| | | List<AnalysisDustData> analysisByTime(String siteName, String beginTime, String endTime); |
| | | |
| | | 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(); |
| | | } |