jiangping
2024-12-20 53b6400ec10c8ca61ccec91c82c358d2488eead8
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/third/BoardService.java
@@ -1,10 +1,9 @@
package com.doumee.service.business.third;
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.haikang.model.cars.response.CarsAlarmResultListResponse;
import com.doumee.core.haikang.model.param.respose.*;
import com.doumee.dao.business.model.PlatformWarnEvent;
import com.doumee.dao.business.model.TmsFactoryParam;
import com.doumee.dao.web.reqeust.CarsJobAndContractDTO;
import com.doumee.dao.web.response.platformReport.*;
@@ -66,6 +65,8 @@
    FightingAdminCenterDataVO centerFightingAdminData();
    List<TemperatureHumidityDataVO> getTemperatureHumidityData();
    YearDeviceDataVO yearFightingAdminDeviceData();
    List<AlarmEventDataVO> fightingAdminAlertList();
@@ -85,4 +86,20 @@
    List<TransportMeasureVO> transportMeasure(Integer queryType);
    BoardStockListVO stockList();
    List<GeneralVO> todayTotalInList();
    List<CarsAlarmResultListResponse> carsEventList();
    List<RegionDataRankingDataResponse> getRegionDataRanking(Integer type);
    WholeProvinceZXTVO inventoryUseRate();
    WholeProvinceZXTVO outAbilityUseRate();
    WholeProvinceZXTVO tranportAbilityUseRate();
    List<TmsFactoryParam> factoryList();
    List<WholeProvinceMapVO> mapYearAndMonthOutList();
    TotalOutQtyNumVO totalOutQtyNum();
}