CheckStatus + UI fejlesztése

This commit is contained in:
2025-03-31 15:20:16 +02:00
parent 7996f887ba
commit a7e913b3ee
7 changed files with 117 additions and 42 deletions
@@ -10,8 +10,10 @@ namespace WorkFlowCheck.Common.Enums
{
Open = 0,
InProgress = 1,
Blocked = 3,
Storno = 4,
Sent = 5
Blocked = 2,
Storno = 3,
Sent = 4,
Signed = 5,
Closed = 6
}
}