@@ -1,4 +1,5 @@
|
||||
package ru.soune.nocopy.dto.violation;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import java.time.LocalDateTime;
|
||||
@@ -11,6 +12,7 @@ public class ViolationNotionResponse {
|
||||
private LocalDateTime createdAt;
|
||||
private LocalDateTime updatedAt;
|
||||
private UserInfo user;
|
||||
@JsonIgnore
|
||||
private FileInfo file;
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user