rk
2025-09-29 218e84d2264e413f31a2f3957f05bb7b8ad42d5d
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/third/BoardService.java
@@ -2,6 +2,10 @@
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;
@@ -71,7 +75,7 @@
    List<AlarmEventDataVO> fightingAdminAlertList();
    AlarmDataVO alarmDataSumByCate();
    AlarmDataVO alarmDataSumByCate(Integer type);
    List<AlarmDataVO> fightingAlarmHandleData();
@@ -82,6 +86,7 @@
    PlatformJobRunBoardNewVO platformJobCenterData();
    CarsJobAndContractVO getCarsJobDetails(CarsJobAndContractDTO param);
    CarsJobAndContractVO getJobDetailsById(CarsJobAndContractByJobIdDTO param);
    List<TransportMeasureVO> transportMeasure(Integer queryType);
@@ -99,7 +104,14 @@
    List<TmsFactoryParam> factoryList();
    List<WholeProvinceMapVO> mapYearAndMonthOutList();
    List<WholeProvinceMapVO> mapYearAndMonthOutList(String factoryId);
    TotalOutQtyNumVO totalOutQtyNum(int queryType);
    TotalOutQtyNumVO totalOutQtyNum(int queryType,String factoryId);
    WholeProvinceBoardVO centerProvinceData(String factoryId);
    WholeProvinceBoardVO centerProvinceDataNew(String  factoryCode);
    List<LastSevenDaysOrderVo> arriveGoodsList(String factoryid);
    TmsBasePageResponse<TmsOrderNoFinishListResponse> orderNoFinishList(TmsOrderNoFinishListRequest param);
}