| | |
| | | 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.mapper.CheckIndexVideoMapper; |
| | | import com.ycl.platform.service.ICheckIndexVideoService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | * @date 2024-04-29 |
| | | */ |
| | | @Service |
| | | public class CheckIndexVideoServiceImpl implements ICheckIndexVideoService |
| | | public class CheckIndexVideoServiceImpl extends ServiceImpl<CheckIndexVideoMapper, CheckIndexVideo> implements ICheckIndexVideoService |
| | | { |
| | | @Autowired |
| | | private CheckIndexVideoMapper checkIndexVideoMapper; |