Added Status in Amendment
This commit is contained in:
@@ -9,4 +9,6 @@ public class ApplicationAmendmentRequest {
|
||||
private String note;
|
||||
private List<AmendmentFormFieldResponse> formFields;
|
||||
private Long responseDays;
|
||||
private Boolean isSendNotification;
|
||||
private Boolean isSendEmail;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CloseAmendmentRequest {
|
||||
private String InternalNote;
|
||||
}
|
||||
@@ -23,5 +23,6 @@ public class ApplicationAmendmentRequestResponse {
|
||||
private Long applicationEvaluationId;
|
||||
private LocalDateTime expirationDate;
|
||||
private List<CommunicationResponseBean> commentsList;
|
||||
private String internalNote;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user