dev add tarriff description
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-15 14:44:54 +07:00
parent 7c7ad61397
commit a4928395b9
5 changed files with 13 additions and 3 deletions
@@ -41,6 +41,9 @@ public class Tariff {
@Column(name = "tariffAccountType")
private String tariffAccountType;
@Column(name = "description", columnDefinition = "TEXT")
private String description;
@Column(name = "tariff_term")
@Enumerated(EnumType.STRING)
private TariffTimeTerm tariffTerm;