added current step in next/pervious api

This commit is contained in:
rajesh
2024-09-17 15:54:58 +05:30
parent 6959ac0a65
commit 021b7c3269
2 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ public class NextOrPreviousFormResponse {
private Long completedSteps;
private Long currentStep;
private FormApplicationResponse applicationFormResponse;
}