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

This commit is contained in:
vladp
2026-01-30 12:52:16 +07:00
parent fb5642db9e
commit 49dc19cd04
21 changed files with 612 additions and 24 deletions
@@ -6,5 +6,6 @@ public enum FileStatus {
PROCESSING,
VIOLATION,
CHECKED,
ERROR
ERROR,
TEMP
}