dev fix sort
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-24 12:54:48 +07:00
parent d2d78b5117
commit cdaa6c7ce2
2 changed files with 6 additions and 5 deletions
@@ -1,5 +1,5 @@
package ru.soune.nocopy.service.violation;
public enum ViolationStatus {
NEW , SHOWED, LEGAL_IN_WORK, COMPLAINT_IN_WORK, COMPLAINT_AND_LEGAL_IN_WORK , AUTHORIZED_USE
NEW , SHOWED, LEGAL_IN_WORK, COMPLAINT_IN_WORK, COMPLAINT_AND_LEGAL_IN_WORK , AUTHORIZED_USE, NOT_OWNER_FILE
}