Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into create-beneficiary-and-company-crud

This commit is contained in:
rajesh
2024-09-29 15:00:41 +05:30
7 changed files with 154 additions and 43 deletions

View File

@@ -1,6 +1,7 @@
package net.gepafin.tendermanagement.model.response;
import lombok.Data;
import net.gepafin.tendermanagement.enums.ApplicationStatusTypeEnum;
@Data
public class NextOrPreviousFormResponse {
@@ -16,6 +17,8 @@ public class NextOrPreviousFormResponse {
private Long completedSteps;
private Long currentStep;
private ApplicationStatusTypeEnum applicationStatus;
private FormApplicationResponse applicationFormResponse;