16639036659
2024-07-16 19514ff362a94a611888f371ffc43a00ec21a38a
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,7 @@
    Result gasAtmospherePage(PageQuery<GasAtmospherePageQuery> pageQuery);
    Result gasFluxExport(GasFluxExportBO gasFluxExportBO);
    Result gasConcentrationExport(GasConcentrationExportBO gasConcentrationExportBO);
}