dev add additional info user
Test Workflow / test (push) Waiting to run

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