Updated code
This commit is contained in:
@@ -2,11 +2,13 @@ package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class EvaluationDocumentResponse {
|
||||
private String fieldId;
|
||||
private String nameValue;
|
||||
private Boolean valid;
|
||||
private DocumentResponseBean fileValue ;
|
||||
private List<DocumentResponseBean> fileValue ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user