dev add inn check for company
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-02-13 16:25:04 +07:00
parent 03a330b570
commit 12aecff5c9
4 changed files with 14 additions and 2 deletions
@@ -32,6 +32,9 @@ public class Company {
@Column(name = "phone")
private String phone;
@Column(name = "inn", unique = true)
private String inn;
@CreatedDate
@Column(name = "register_date", updatable = false, nullable = false)
private LocalDateTime registerDate = LocalDateTime.now();