Implemented company in application
This commit is contained in:
@@ -19,6 +19,10 @@ public class ApplicationGetResponseBean {
|
||||
private Long callId;
|
||||
|
||||
private String callTitle;
|
||||
|
||||
private Long companyId;
|
||||
|
||||
private String companyName;
|
||||
|
||||
private List<FormApplicationResponse> form;
|
||||
|
||||
|
||||
@@ -26,5 +26,9 @@ public class ApplicationResponse{
|
||||
private String status;
|
||||
|
||||
private String comments;
|
||||
|
||||
private Long companyId;
|
||||
|
||||
private String companyName;
|
||||
|
||||
}
|
||||
@@ -17,6 +17,10 @@ public class NextOrPreviousFormResponse {
|
||||
private Long completedSteps;
|
||||
|
||||
private Long currentStep;
|
||||
|
||||
private Long companyId;
|
||||
|
||||
private String companyName;
|
||||
|
||||
private ApplicationStatusTypeEnum applicationStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user