Done ticket GEPAFINBE-38
This commit is contained in:
@@ -24,6 +24,8 @@ public class ApplicationGetResponseBean {
|
||||
|
||||
private String companyName;
|
||||
|
||||
private Long protocolNumber;
|
||||
|
||||
private List<FormApplicationResponse> form;
|
||||
|
||||
}
|
||||
|
||||
@@ -31,4 +31,6 @@ public class ApplicationResponse{
|
||||
|
||||
private String companyName;
|
||||
|
||||
private Long protocolNumber;
|
||||
|
||||
}
|
||||
@@ -17,6 +17,8 @@ public class ApplicationResponseBean extends BaseBean {
|
||||
|
||||
private String comments;
|
||||
|
||||
private Long protocolNumber;
|
||||
|
||||
private List<ApplicationFormFieldResponseBean> formFields;
|
||||
|
||||
}
|
||||
|
||||
@@ -22,6 +22,8 @@ public class NextOrPreviousFormResponse {
|
||||
|
||||
private String companyName;
|
||||
|
||||
private Long protocolNumber;
|
||||
|
||||
private ApplicationStatusTypeEnum applicationStatus;
|
||||
|
||||
private FormApplicationResponse applicationFormResponse;
|
||||
|
||||
Reference in New Issue
Block a user