| | |
| | | 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 |
| | |
| | | |
| | | Result gasAtmospherePage(PageQuery<GasAtmospherePageQuery> pageQuery); |
| | | |
| | | Result gasFluxExport(GasFluxExportBO gasFluxExportBO); |
| | | |
| | | Result gasConcentrationExport(GasConcentrationExportBO gasConcentrationExportBO); |
| | | } |