Fixed bug of login attempt

This commit is contained in:
nisha
2024-11-06 11:17:06 +05:30
parent 699fcc2301
commit 82a879cf2d
8 changed files with 52 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ package net.gepafin.tendermanagement.enums;
import com.fasterxml.jackson.annotation.JsonValue;
public enum ApplicationAmendmentRequestEnum {
AWATING("AWATING"),
AWAITING("AWAITING"),
RESPONSE_RECEIVED("RESPONSE_RECEIVED"),
CLOSE("CLOSE"),
EXPIRED("EXPIRED");