dev add check tokens for monitoring
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-06 12:15:39 +07:00
parent 120408e488
commit 4c3558dcfa
2 changed files with 15 additions and 0 deletions
@@ -40,4 +40,5 @@ public class FileEntityResponse {
private String fileFormat;
private Integer checksCount;
private LocalDateTime fileUploadDate;
private String monitoring;
}