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; @@ -89,4 +90,6 @@ BoardStockListVO stockList(); List<GeneralVO> todayTotalInList(); List<CarsAlarmResultListResponse> carsEventList(); }