You've already forked FrameTour-BE
修改
This commit is contained in:
@ -29,4 +29,6 @@ public interface FaceMapper {
|
||||
int finishedJourney(Long faceId);
|
||||
|
||||
FaceRespVO findLastFaceByUserId(String userId);
|
||||
|
||||
List<FaceRespVO> listByScenicAndUserId(String scenicId, Long userId);
|
||||
}
|
||||
|
@ -65,4 +65,6 @@ public interface SourceMapper {
|
||||
List<SourceEntity> listVideoByFaceRelation(Long memberId, Long faceId);
|
||||
|
||||
List<SourceEntity> listImageByFaceRelation(Long memberId, Long faceId);
|
||||
|
||||
SourceEntity getEntity(Long id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user