Changes in application evaluation
This commit is contained in:
@@ -7,11 +7,9 @@ import java.util.List;
|
||||
@Data
|
||||
public class AmendmentDetailsRequest {
|
||||
|
||||
Long amendmentId;
|
||||
private String fieldId;
|
||||
|
||||
String amendmentDocuments;
|
||||
private Long amendmentId;
|
||||
|
||||
Boolean valid;
|
||||
|
||||
List<AmendmentFormFieldRequest> formFieldDocuments;
|
||||
private Boolean valid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user