Done ticket GEPAFINBE-149

This commit is contained in:
rajesh
2025-01-27 18:00:50 +05:30
parent f452de7594
commit 8aeb6b0524
11 changed files with 64 additions and 16 deletions

View File

@@ -5,6 +5,9 @@ import com.fasterxml.jackson.annotation.JsonValue;
public enum AssignedApplicationEnum {
OPEN ("OPEN"),
SOCCORSO("SOCCORSO"),
AWAITING("AWAITING"),
CLOSE("CLOSE");