This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
package ru.soune.nocopy.entity.tarif;
|
package ru.soune.nocopy.entity.tarif;
|
||||||
|
|
||||||
|
import lombok.Getter;
|
||||||
|
|
||||||
|
@Getter
|
||||||
public enum TariffTimeTerm {
|
public enum TariffTimeTerm {
|
||||||
MONTHLY(30),YEAR(365);
|
MONTHLY(30),YEAR(365);
|
||||||
|
|
||||||
@@ -9,7 +12,4 @@ public enum TariffTimeTerm {
|
|||||||
this.days = days;
|
this.days = days;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Integer getDays() {
|
|
||||||
return days;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ public interface ImageSimilarityRepository
|
|||||||
f.created_at AS uploadDate,
|
f.created_at AS uploadDate,
|
||||||
f.protection_status AS protectionStatus,
|
f.protection_status AS protectionStatus,
|
||||||
f.file_extension AS extension,
|
f.file_extension AS extension,
|
||||||
f.status AS status,
|
f.status AS fileStatus,
|
||||||
h.hash64_hi AS hash64Hi,
|
h.hash64_hi AS hash64Hi,
|
||||||
h.hash64_lo AS hash64Lo
|
h.hash64_lo AS hash64Lo
|
||||||
FROM image_hashes ref
|
FROM image_hashes ref
|
||||||
|
|||||||
Reference in New Issue
Block a user