@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user