Changes in application evaluation
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user