zmc
2023-11-23 3ba74e7692143fd6dcf4dd885f80f95dfef8387e
src/main/java/com/flightfeather/monitor/service/FugitiveDustService.java
@@ -1,6 +1,7 @@
package com.flightfeather.monitor.service;
import com.flightfeather.monitor.pojo.*;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@@ -16,7 +17,8 @@
    List<AnalysisDustData> analysisByTime(String siteName, String beginTime, String endTime);
    PageBean pageAnalysisTime(Integer page, Integer pageSize, String siteName, String beginTime, String endTime);
    PageBean pageAnalysisTime(Integer page, Integer pageSize, String siteName, String beginTime, String endTime, String orderProp,
                              Boolean asc);
    List<DustExceptionType> getExceptionType();
@@ -36,6 +38,7 @@
    List<AnalysisDustData> analysisAll(String siteName, String beginTime, String endTime);
    List<DustSiteData> conditonQueryhistoryallData(String siteName, String mnCode, String beginTime, String endTime, String[] scenarioType);
    /*新增审计信息*/
    void addAuditNotes(AuditInfo auditInfo);