You've already forked FrameTour-BE
2
This commit is contained in:
@ -62,6 +62,7 @@ public interface SourceMapper {
|
||||
int hasRelationTo(Long memberId, Long sourceId, int type);
|
||||
|
||||
List<SourceEntity> listVideoByScenicFaceRelation(Long scenicId, Long faceId);
|
||||
List<SourceEntity> listVideoByFaceRelation(Long faceId);
|
||||
List<SourceEntity> listVideoByFaceRelation(Long memberId, Long faceId);
|
||||
|
||||
List<SourceEntity> listImageByFaceRelation(Long memberId, Long faceId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user