dev add violation notion
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-18 15:27:43 +07:00
parent 41bc26ee94
commit 9f3430adf2
14 changed files with 726 additions and 9 deletions
@@ -37,4 +37,10 @@ public class TariffInfo {
@ManyToOne
@JoinColumn(name = "tariff_id")
private Tariff tariff;
@Column(name = "auto_renewal")
private boolean autoRenewal = false;
@Column(name = "payment_method_id")
private String paymentMethodId;
}