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

This commit is contained in:
vladp
2026-04-07 15:35:32 +07:00
parent 9e81b45922
commit 29ed74745f
6 changed files with 19 additions and 15 deletions
@@ -54,6 +54,9 @@ public class LawCase {
@Column(name = "lawyer")
private String lawyer;
@Column(name = "violation_id")
private Long violationId;
@PrePersist
public void prePersist() {
if (this.createdAt == null) {