You've already forked FrameTour-BE
改bug
This commit is contained in:
@ -49,6 +49,7 @@ public interface SourceMapper {
|
||||
int addRelation(MemberSourceEntity source);
|
||||
|
||||
List<SourceRespVO> listUser(SourceReqQuery sourceReqQuery);
|
||||
SourceRespVO listUserOne(Long userId, Long sourceId);
|
||||
|
||||
int addRelations(List<MemberSourceEntity> list);
|
||||
|
||||
@ -61,4 +62,5 @@ public interface SourceMapper {
|
||||
int hasRelationTo(Long memberId, Long sourceId, int type);
|
||||
|
||||
List<SourceEntity> listVideoByFaceRelation(Long faceId);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user