created api to update the call
This commit is contained in:
@@ -3,9 +3,7 @@ package net.gepafin.tendermanagement.model.request;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class EvaluationCriteriaReq {
|
||||
public class EvaluationCriteriaReq extends LookUpDataReq{
|
||||
|
||||
private String name;
|
||||
private String value;
|
||||
private Integer score;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user