updated code for next of previous api

This commit is contained in:
rajesh
2024-09-16 16:22:28 +05:30
parent 7babf437d6
commit 721451586b
5 changed files with 44 additions and 32 deletions

View File

@@ -1,8 +1,6 @@
package net.gepafin.tendermanagement.model.response;
import lombok.Data;
import net.gepafin.tendermanagement.model.response.ApplicationFormFieldResponseBean;
import net.gepafin.tendermanagement.model.response.ContentResponseBean;
import java.util.List;

View File

@@ -5,8 +5,8 @@ import lombok.Data;
@Data
public class NextOrPreviousFormResponse {
Long nextFormId;
Long formId;
Long previousFormId;
FormApplicationResponse applicationFormResponse;
}