| | |
| | | import com.gkhy.fourierSpecialGasMonitor.entity.GasWarnUser; |
| | | import com.gkhy.fourierSpecialGasMonitor.entity.query.GasAtmospherePageQuery; |
| | | import com.gkhy.fourierSpecialGasMonitor.entity.query.GasPageQuery; |
| | | import com.gkhy.fourierSpecialGasMonitor.entity.req.GasConcentrationExportBO; |
| | | import org.springframework.data.domain.Page; |
| | | |
| | | import java.time.LocalDateTime; |
| | |
| | | Page<GasConcentration> gasAtmospherePage(PageQuery<GasAtmospherePageQuery> pageQuery); |
| | | |
| | | List<GasConcentration> listDatabyTimeSlotAndPosition(LocalDateTime startTime, LocalDateTime endTime, Integer position); |
| | | |
| | | List<GasConcentration> gasConcentrationExport(GasConcentrationExportBO gasConcentrationExportBO); |
| | | } |