Updated response of application form data

This commit is contained in:
nisha
2024-09-24 13:09:29 +05:30
parent bd88ac091f
commit 98fc120cff
4 changed files with 99 additions and 12 deletions

View File

@@ -12,5 +12,5 @@ public class ApplicationFormFieldResponseBean extends BaseBean {
private String fieldId;
private String fieldValue;
private Object fieldValue;
}