Amendment document changes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package net.gepafin.tendermanagement.model.request;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.model.response.AmendmentDocumentResponse;
|
||||
import net.gepafin.tendermanagement.model.response.FieldResponse;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -11,7 +9,9 @@ public class AmendmentDetailsRequest {
|
||||
|
||||
Long amendmentId;
|
||||
|
||||
List<AmendmentFieldRequest> amendmentDocuments;
|
||||
String amendmentDocuments;
|
||||
|
||||
Boolean valid;
|
||||
|
||||
List<AmendmentFormFieldRequest> formFieldDocuments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user