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

This commit is contained in:
vladp
2026-03-17 22:23:19 +07:00
parent 2d8f904bfd
commit 921d439e0a
7 changed files with 74 additions and 92 deletions
@@ -34,6 +34,11 @@ public class ViolationNotion {
@JsonIgnore
private FileEntity file;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "violation_id", nullable = false)
@JsonIgnore
private Violation violation;
@CreatedDate
@Column(name = "created_at", updatable = false, nullable = false)
private LocalDateTime createdAt;