This commit is contained in:
@@ -40,4 +40,8 @@ public class Tariff {
|
||||
|
||||
@Column(name = "tariffAccountType")
|
||||
private String tariffAccountType;
|
||||
|
||||
@Column(name = "tariff_term")
|
||||
@Enumerated(EnumType.STRING)
|
||||
private TariffTimeTerm tariffTerm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user