@@ -13,13 +13,10 @@ public class FileViolationSummaryDTO {
|
||||
private String fileId;
|
||||
private Integer supportId;
|
||||
private String fileName;
|
||||
private String storedFileName;
|
||||
private String filePath;
|
||||
private Long fileSize;
|
||||
private String mimeType;
|
||||
private FileStatus status;
|
||||
private LocalDateTime createdAt;
|
||||
private long violationCount;
|
||||
private LocalDateTime latestViolationDate;
|
||||
private List<ViolationInfoDTO> violations;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user