@@ -28,6 +28,9 @@ public class TariffInfo {
|
||||
@Column(name = "end_tariff")
|
||||
private LocalDateTime endTariff;
|
||||
|
||||
@Column(name = "tokens")
|
||||
private Integer tokens;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "tariff_id")
|
||||
private Tariff tariff;
|
||||
|
||||
Reference in New Issue
Block a user