Done ticket BE-24,25
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.model.response.ApplicationResponseBean;
|
||||
import net.gepafin.tendermanagement.model.response.FormResponseBean;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
@@ -17,6 +15,10 @@ public class ApplicationGetResponseBean {
|
||||
private String status;
|
||||
|
||||
private String comments;
|
||||
|
||||
private Long callId;
|
||||
|
||||
private String callTitle;
|
||||
|
||||
private List<FormApplicationResponse> form;
|
||||
|
||||
|
||||
@@ -19,7 +19,4 @@ public class ApplicationResponseBean extends BaseBean {
|
||||
|
||||
private List<ApplicationFormFieldResponseBean> formFields;
|
||||
|
||||
private Long currentFormId;
|
||||
|
||||
private Long nextFormId;
|
||||
}
|
||||
|
||||
@@ -5,8 +5,16 @@ import lombok.Data;
|
||||
@Data
|
||||
public class NextOrPreviousFormResponse {
|
||||
|
||||
Long formId;
|
||||
private Long formId;
|
||||
|
||||
FormApplicationResponse applicationFormResponse;
|
||||
private Long callId;
|
||||
|
||||
private String callTitle;
|
||||
|
||||
private Long totalFormSteps;
|
||||
|
||||
private Long completedSteps;
|
||||
|
||||
private FormApplicationResponse applicationFormResponse;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user