Amendment document changes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
@Data
|
||||
public class AmendmentDetailsResponseBean {
|
||||
private String amendmentDocuments;
|
||||
private String amendmentNotes;
|
||||
private Boolean valid;
|
||||
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class AmendmentDocumentResponse {
|
||||
|
||||
private String fieldId;
|
||||
private String nameValue;
|
||||
private List<DocumentResponseBean> fileValue;
|
||||
private Boolean valid = false;
|
||||
}
|
||||
@@ -9,7 +9,11 @@ public class AmendmentDocumentResponseBean {
|
||||
|
||||
Long amendmentId;
|
||||
|
||||
List<AmendmentDocumentResponse> amendmentDocuments;
|
||||
List<DocumentResponseBean> amendmentDocuments;
|
||||
|
||||
Boolean valid;
|
||||
|
||||
String amendmentNotes;
|
||||
|
||||
List<FieldResponse> formFieldDocuments;
|
||||
}
|
||||
|
||||
@@ -21,7 +21,9 @@ public class ApplicationAmendmentRequestResponse {
|
||||
private String beneficiaryName;
|
||||
private List<AmendmentFormFieldResponse> formFields;
|
||||
private List<ApplicationFormFieldResponseBean> applicationFormFields;
|
||||
private List<AmendmentDocumentResponse> amendmentDocuments;
|
||||
private List<DocumentResponseBean> amendmentDocuments;
|
||||
private String amendmentNotes;
|
||||
private Boolean valid;
|
||||
private Long applicationId;
|
||||
private Long applicationEvaluationId;
|
||||
private LocalDateTime evaluationEndDate;
|
||||
|
||||
Reference in New Issue
Block a user