| | |
| | | package com.ycl.platform.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ycl.platform.domain.entity.CheckIndexCar; |
| | | import com.ycl.platform.domain.entity.CheckIndexFace; |
| | | import com.ycl.platform.domain.result.HK.SnapshotDataMonitorResult; |
| | | import com.ycl.platform.domain.query.DashboardQuery; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | public int deleteCheckIndexFaceById(Long id); |
| | | |
| | | /** |
| | | * 大屏人脸考核 |
| | | * @param dashboardQuery 查询条件 |
| | | * @return 数据 |
| | | */ |
| | | CheckIndexFace dashboard(DashboardQuery dashboardQuery); |
| | | } |