| | |
| | | import com.doumee.core.haikang.model.param.respose.PageFireChannelInfoResponse; |
| | | import com.doumee.core.haikang.model.param.respose.PageRegionInfoResponse; |
| | | import com.doumee.core.haikang.model.param.respose.PageSensorStatusResponse; |
| | | import com.doumee.core.haikang.model.param.respose.RegionEnergyListResponse; |
| | | import com.doumee.core.tms.model.request.TmsLockStatusQueryRequest; |
| | | import com.doumee.core.tms.model.request.TmsOrderInfoRequest; |
| | | import com.doumee.core.tms.model.request.TmsOrderListRequest; |
| | |
| | | |
| | | List<SecurityDeviceDataVO> securityDeviceData(); |
| | | |
| | | List<WaningEventDataVO> warningEventData(Integer type); |
| | | WaningEventDataVO warningEventData(Integer type); |
| | | |
| | | String getCarmeraPreviemUrl(CarmeraListVO param); |
| | | |
| | | SecurityBoardVO centerSecurityData(); |
| | | |
| | | VisitDataVO visitSecurityData(); |
| | | |
| | | List<EnergyDataVO> loadEnergyCurve(); |
| | | |
| | | List<OilDataVO> energyLastMonthOilSort(); |
| | | |
| | | List<EnergyDataVO> energyDataList(Integer type); |
| | | |
| | | RegionEnergyListResponse energyRegionData(); |
| | | |
| | | EnergyBoardVO centerEnergyData(); |
| | | } |