rk
2 小时以前 931e45f5f78494c7af4cab75053da49b57f22fbe
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/third/BoardService.java
@@ -1,10 +1,13 @@
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.web.reqeust.CarsJobAndContractByJobIdDTO;
import com.doumee.service.business.third.model.request.TmsOrderNoFinishListRequest;
import com.doumee.service.business.third.model.response.TmsBasePageResponse;
import com.doumee.service.business.third.model.response.TmsOrderNoFinishListResponse;
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.*;
@@ -72,7 +75,7 @@
    List<AlarmEventDataVO> fightingAdminAlertList();
    AlarmDataVO alarmDataSumByCate();
    AlarmDataVO alarmDataSumByCate(Integer type);
    List<AlarmDataVO> fightingAlarmHandleData();
@@ -83,8 +86,32 @@
    PlatformJobRunBoardNewVO platformJobCenterData();
    CarsJobAndContractVO getCarsJobDetails(CarsJobAndContractDTO param);
    CarsJobAndContractVO getJobDetailsById(CarsJobAndContractByJobIdDTO param);
    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(String factoryId);
    TotalOutQtyNumVO totalOutQtyNum(int queryType,String factoryId);
    WholeProvinceBoardVO centerProvinceData(String factoryId);
    WholeProvinceBoardVO centerProvinceDataNew(String  factoryCode);
    List<LastSevenDaysOrderVo> arriveGoodsList(String factoryid);
    TmsBasePageResponse<TmsOrderNoFinishListResponse> orderNoFinishList(TmsOrderNoFinishListRequest param);
}