dev add tariff and temp flag for files
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-01-30 17:39:19 +07:00
parent 3cd6b5396c
commit de8c53784b
3 changed files with 4 additions and 6 deletions
@@ -19,6 +19,7 @@ public class FileEntityResponse {
private String originalFileName;
private String storedFileName;
private String filePath;
private String protectedFilePath;
private Long fileSize;
private String mimeType;
private String fileExtension;