Updated code for evaluation response
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class AmendmentDocumentResponseBean {
|
||||
|
||||
Long amendmentId;
|
||||
|
||||
List<AmendmentDocumentResponse> amendmentDocuments;
|
||||
|
||||
List<FieldResponse> formFieldDocuments;
|
||||
}
|
||||
Reference in New Issue
Block a user