jiangping
2024-12-17 e7c299f748ba6077ff9037ddfb16b0718d80a6ec
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/third/BoardService.java
@@ -1,5 +1,6 @@
package com.doumee.service.business.third;
import com.doumee.core.haikang.model.cars.response.CarsAlarmResultListResponse;
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;
@@ -66,6 +67,8 @@
    FightingAdminCenterDataVO centerFightingAdminData();
    List<TemperatureHumidityDataVO> getTemperatureHumidityData();
    YearDeviceDataVO yearFightingAdminDeviceData();
    List<AlarmEventDataVO> fightingAdminAlertList();
@@ -85,4 +88,8 @@
    List<TransportMeasureVO> transportMeasure(Integer queryType);
    BoardStockListVO stockList();
    List<GeneralVO> todayTotalInList();
    List<CarsAlarmResultListResponse> carsEventList();
}