Updated flow for amendment start date

This commit is contained in:
rajesh
2026-03-17 15:12:48 +05:30
parent 9b21791f9f
commit 0c23722c75
6 changed files with 82 additions and 23 deletions

View File

@@ -3,6 +3,9 @@ package net.gepafin.tendermanagement.enums;
import com.fasterxml.jackson.annotation.JsonValue;
public enum ApplicationAmendmentRequestEnum {
/** Created but not yet approved (PEC not sent by director). */
DRAFT("DRAFT"),
/** Director sent PEC (approved); amendment is active and awaiting beneficiary response. */
AWAITING("AWAITING"),
RESPONSE_RECEIVED("RESPONSE_RECEIVED"),
CLOSE("CLOSE"),