| | |
| | | package com.ycl.platform.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ycl.platform.domain.entity.CheckIndexFace; |
| | | import com.ycl.platform.domain.entity.CheckIndexVideo; |
| | | import com.ycl.platform.mapper.CheckIndexFaceMapper; |
| | | import com.ycl.platform.domain.query.DashboardQuery; |
| | | import com.ycl.platform.mapper.CheckIndexVideoMapper; |
| | | import com.ycl.platform.service.ICheckIndexVideoService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | { |
| | | return checkIndexVideoMapper.deleteCheckIndexVideoById(id); |
| | | } |
| | | |
| | | @Override |
| | | public CheckIndexVideo dashboard(DashboardQuery dashboardQuery) { |
| | | return checkIndexVideoMapper.dashboard(dashboardQuery); |
| | | } |
| | | } |