| | |
| | | import com.doumee.core.tms.model.response.TmsOrderInfoResponse; |
| | | import com.doumee.core.tms.model.response.TmsOrderListResponse; |
| | | import com.doumee.dao.business.model.PlatformWarnEvent; |
| | | import com.doumee.dao.web.reqeust.CarsJobAndContractDTO; |
| | | import com.doumee.dao.web.response.platformReport.*; |
| | | |
| | | import java.util.List; |
| | |
| | | List<AlarmDataVO> fightingAlarmHandleData(); |
| | | |
| | | List<MonitorDataVO> monitorDataList(); |
| | | |
| | | BoardCarsListVO platformJobCarsList(); |
| | | |
| | | PlatformJobRunBoardNewVO platformJobCenterData(); |
| | | |
| | | CarsJobAndContractVO getCarsJobDetails(CarsJobAndContractDTO param); |
| | | |
| | | List<TransportMeasureVO> transportMeasure(Integer queryType); |
| | | } |