This commit is contained in:
@@ -20,6 +20,7 @@ public class TariffInfo {
|
||||
private String id;
|
||||
|
||||
@Column(name = "status", nullable = false)
|
||||
@Enumerated(EnumType.STRING)
|
||||
private TariffStatus status;
|
||||
|
||||
@Column(name = "start_tariff")
|
||||
|
||||
Reference in New Issue
Block a user