Amendment document changes

This commit is contained in:
rajesh
2024-12-18 15:58:17 +05:30
parent 94086428e8
commit 47f67975c1
8 changed files with 167 additions and 80 deletions

View File

@@ -9,7 +9,11 @@ public class AmendmentDocumentResponseBean {
Long amendmentId;
List<AmendmentDocumentResponse> amendmentDocuments;
List<DocumentResponseBean> amendmentDocuments;
Boolean valid;
String amendmentNotes;
List<FieldResponse> formFieldDocuments;
}