dev add new status fo file
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-25 16:31:21 +07:00
parent a3e6e0091a
commit 95ebcf0241
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,8 @@
package ru.soune.nocopy.entity.tarif;
import lombok.Getter;
@Getter
public enum TariffTimeTerm {
MONTHLY(30),YEAR(365);
@@ -9,7 +12,4 @@ public enum TariffTimeTerm {
this.days = days;
}
public Integer getDays() {
return days;
}
}