dev add new status fo file
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-26 14:34:34 +07:00
parent a21eb899b3
commit 8965ffdd1f
6 changed files with 38 additions and 2 deletions
@@ -1,6 +1,5 @@
package ru.soune.nocopy.entity.complaint;
public enum ComplaintStatus {
//NEW , SHOWED, LEGAL_IN_WORK, ЖАЛОБА, 3 + 4 , САНКЦАНИРОВАННОЕ ИСПОЛЬЗОВАНИЕ
CREATED, SHOWED, IN_WORK, COMPLETED, CANCELLED
}