You've already forked FrameTour-BE
删除人脸逻辑
This commit is contained in:
@ -72,4 +72,6 @@ public interface SourceMapper {
|
||||
int deleteNotRelateSource(int type, Date endDate);
|
||||
|
||||
int deleteNotBuyRelations(Long scenicId, Date endDate);
|
||||
|
||||
int deleteNotBuyFaceRelation(Long userId, Long faceId);
|
||||
}
|
||||
|
@ -52,4 +52,6 @@ public interface VideoMapper {
|
||||
VideoEntity getEntity(Long videoId);
|
||||
|
||||
int deleteNotBuyRelations(Long scenicId, Date endDate);
|
||||
|
||||
int deleteNotBuyFaceRelations(Long userId, Long faceId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user