| | |
| | | package com.doumee.service.business.third; |
| | | |
| | | import com.doumee.core.haikang.model.cars.response.CarsAlarmResultListResponse; |
| | | import com.doumee.core.haikang.model.param.request.RegionDataRankingTypeRequest; |
| | | import com.doumee.core.haikang.model.param.respose.*; |
| | | 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.*; |
| | | |
| | |
| | | List<CarsAlarmResultListResponse> carsEventList(); |
| | | |
| | | List<RegionDataRankingDataResponse> getRegionDataRanking(Integer type); |
| | | |
| | | WholeProvinceZXTVO inventoryUseRate(); |
| | | WholeProvinceZXTVO outAbilityUseRate(); |
| | | WholeProvinceZXTVO tranportAbilityUseRate(); |
| | | |
| | | List<TmsFactoryParam> factoryList(); |
| | | |
| | | List<WholeProvinceMapVO> mapYearAndMonthOutList(); |
| | | |
| | | TotalOutQtyNumVO totalOutQtyNum(); |
| | | } |