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
@@ -5,8 +5,8 @@ import lombok.Data;
@Data
public class ViolationNotionRequest {
private String token;
private String fileId;
private String message;
private String action;
private Long violationId;
private Long notionId;
private String message;
}