Added contract object to response of assigned application pagination API

This commit is contained in:
rajesh
2025-11-05 17:46:58 +05:30
parent 2bb63cd90a
commit 38fb338cb2
4 changed files with 32 additions and 10 deletions

View File

@@ -8,7 +8,11 @@ public enum AssignedApplicationEnum {
AWAITING("AWAITING"),
CLOSE("CLOSE");
CLOSE("CLOSE"),
AWAITING_CONTRACT("AWAITING_CONTRACT"),
CONTRACT_SIGNED("CONTRACT_SIGNED");
private final String value;