This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user