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

This commit is contained in:
vladp
2026-03-17 16:35:27 +07:00
parent 15d1824757
commit f1e0f9594e
10 changed files with 549 additions and 2 deletions
@@ -0,0 +1,12 @@
package ru.soune.nocopy.dto.violation;
import lombok.Data;
@Data
public class ViolationNotionRequest {
private String token;
private String fileId;
private String message;
private String action;
private Long notionId;
}