Merge pull request #83 from Kitzanos/feature/GEPAFINBE-82
GEPFINBE-82 (Changes in get evaluation api -Updated the response for criteria mapped fields)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CriteriaMappedField {
|
||||
private String id;
|
||||
private String fieldLabel;
|
||||
private String fieldValue;
|
||||
private Object fieldValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user