dev add info for files
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-01-28 19:26:40 +07:00
parent c019f23777
commit a32f089989
2 changed files with 18 additions and 2 deletions
@@ -32,4 +32,11 @@ public class FileEntityResponse {
private boolean existsOnDisk;
private Integer supportId;
private String protectStatus;
private String ownerName;
private String ownerEmail;
private String ownerCompany;
private String fileName;
private String fileFormat;
private Integer checksCount;
private LocalDateTime fileUploadDate;
}