You've already forked FrameTour-BE
修改
This commit is contained in:
@ -41,4 +41,6 @@ public interface SourceMapper {
|
||||
int countByMemberId(String userId);
|
||||
|
||||
List<SourceEntity> listVideoBySampleIds(List<Long> sampleId);
|
||||
|
||||
SourceEntity findBySampleId(Long faceSampleId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user