Merge pull request #28 from Kitzanos/application-flow

Updated the existing flow of Application form.
This commit is contained in:
nishainnogent
2024-09-28 17:34:42 +05:30
committed by GitHub
5 changed files with 151 additions and 41 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;