“djh”
2025-11-11 63486c527b01c459110a88930d9cda1ded633aee
src/main/java/com/gkhy/fourierSpecialGasMonitor/service/MonitorDataService.java
@@ -5,9 +5,7 @@
import com.gkhy.fourierSpecialGasMonitor.entity.query.GasAtmospherePageQuery;
import com.gkhy.fourierSpecialGasMonitor.entity.query.GasFluxPageQuery;
import com.gkhy.fourierSpecialGasMonitor.entity.query.GasPageQuery;
import com.gkhy.fourierSpecialGasMonitor.entity.req.GasAtmosphereLineChartReqDTO;
import com.gkhy.fourierSpecialGasMonitor.entity.req.GasFluxLineChartReqDTO;
import com.gkhy.fourierSpecialGasMonitor.entity.req.GasLineChartReqDTO;
import com.gkhy.fourierSpecialGasMonitor.entity.req.*;
/**
 * @author Mr.huang
@@ -27,4 +25,9 @@
    Result gasAtmospherePage(PageQuery<GasAtmospherePageQuery> pageQuery);
    Result gasFluxExport(GasFluxExportBO gasFluxExportBO);
    Result gasConcentrationExport(GasConcentrationExportBO gasConcentrationExportBO);
    Result gasAtmosphereExtremum(SummaryStatsReqDTO reqDTO);
}