Updated code for changes in evaluation Api

This commit is contained in:
rajesh
2025-03-04 12:32:24 +05:30
parent befad3851f
commit 7f2e44a968
3 changed files with 56 additions and 47 deletions

View File

@@ -4,7 +4,9 @@ import com.fasterxml.jackson.annotation.JsonValue;
public enum ApplicationStatusForEvaluation {
APPROVED("APPROVED"),
REJECTED("REJECTED");
REJECTED("REJECTED"),
ADMISSIBLE("ADMISSIBLE"),
TECHNICAL_EVALUATION("TECHNICAL_EVALUATION");
private String value;