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

This commit is contained in:
vladp
2026-03-27 13:37:37 +07:00
parent a01adfc848
commit 57dcc12cf2
17 changed files with 932 additions and 6 deletions
@@ -0,0 +1,9 @@
package ru.soune.nocopy.entity.file;
public enum AppealStatus {
PENDING,
IN_REVIEW,
APPROVED,
REJECTED,
EXPIRED
}