You've already forked FrameTour-BE
获取人脸对应视频流程,自动删除源视频流程,自动创建任务渲染流程,自动删除人脸数据逻辑
This commit is contained in:
@ -21,4 +21,6 @@ public interface FaceSampleMapper {
|
||||
int deleteById(Long id);
|
||||
int deleteByIds(@Param("list") List<Long> ids);
|
||||
int update(FaceSampleEntity faceSample);
|
||||
|
||||
List<FaceSampleRespVO> listByIds(List<Long> list);
|
||||
}
|
||||
|
Reference in New Issue
Block a user