You've already forked FrameTour-BE
逻辑
This commit is contained in:
@ -55,4 +55,8 @@ public interface SourceMapper {
|
||||
int updateRelation(MemberSourceEntity memberSourceEntity);
|
||||
|
||||
List<SourceRespVO> queryByRelation(SourceReqQuery sourceReqQuery);
|
||||
|
||||
SourceEntity querySameVideo(Long faceSampleId, Long deviceId);
|
||||
|
||||
int hasRelationTo(Long memberId, Long sourceId, int type);
|
||||
}
|
||||
|
@ -33,5 +33,5 @@ public interface TemplateMapper {
|
||||
int deleteConfigById(Long id);
|
||||
List<TemplateEntity> listEnabledByScenicId(Long scenicId);
|
||||
|
||||
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId, @Param("faceId") Long faceId);
|
||||
List<ContentPageVO> listFor(@Param("scenicId") Long scenicId);
|
||||
}
|
||||
|
@ -30,4 +30,6 @@ public interface VideoMapper {
|
||||
int updateRelation(MemberVideoEntity memberVideoEntity);
|
||||
|
||||
List<VideoRespVO> queryByRelation(VideoReqQuery videoReqQuery);
|
||||
|
||||
List<MemberVideoEntity> userFaceTemplateVideo(Long userId, Long faceId, Long templateId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user