| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ycl.platform.domain.entity.CheckIndexCar; |
| | | import com.ycl.platform.domain.query.DashboardQuery; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return 车辆指标概率数据集合 |
| | | */ |
| | | public List<CheckIndexCar> selectCheckIndexCarList(CheckIndexCar checkIndexCar); |
| | | /** |
| | | * 考核模板定时任务查询车辆指标概率数据列表 |
| | | * |
| | | * @param checkIndexCar 车辆指标概率数据 |
| | | * @return 车辆指标概率数据集合 |
| | | */ |
| | | List<CheckIndexCar> getCheckIndexCarList(CheckIndexCar checkIndexCar); |
| | | |
| | | /** |
| | | * 新增车辆指标概率数据 |
| | |
| | | |
| | | public List<CheckIndexCar> selectToday(String today); |
| | | |
| | | /** |
| | | * 大屏车辆考核 |
| | | * @param dashboardQuery 查询条件 |
| | | * @return 数据 |
| | | */ |
| | | CheckIndexCar dashboard(DashboardQuery dashboardQuery); |
| | | |
| | | |
| | | } |