This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
package ru.soune.nocopy.repository;
|
||||
|
||||
public interface SimilarImageProjection {
|
||||
|
||||
String getSimilarFileId();
|
||||
|
||||
String getOriginalFileName();
|
||||
|
||||
Long getFileSize();
|
||||
|
||||
Integer getHash64Hi();
|
||||
|
||||
Integer getHash64Lo();
|
||||
String getFileId();
|
||||
Long getUserId();
|
||||
String getOriginalFileName();
|
||||
Long getFileSize();
|
||||
}
|
||||
Reference in New Issue
Block a user