updated code for next of previous api
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ import lombok.Data;
|
||||
@Data
|
||||
public class NextOrPreviousFormResponse {
|
||||
|
||||
Long nextFormId;
|
||||
Long formId;
|
||||
|
||||
Long previousFormId;
|
||||
FormApplicationResponse applicationFormResponse;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user