Changes in application evaluation

This commit is contained in:
rajesh
2024-12-19 17:02:23 +05:30
parent 54f26f5200
commit 9c0acfb831
6 changed files with 228 additions and 156 deletions

View File

@@ -7,13 +7,9 @@ import java.util.List;
@Data
public class AmendmentDocumentResponseBean {
Long amendmentId;
List<DocumentResponseBean> amendmentDocuments;
Boolean valid;
String amendmentNotes;
List<FieldResponse> formFieldDocuments;
private Long amendmentId;
private String fieldId;
private String label;
private Boolean valid;
private List<DocumentResponseBean> fileDetail ;
}