created api to update the call

This commit is contained in:
rajesh
2024-08-27 11:30:32 +05:30
parent c55ca10d03
commit f561695db0
22 changed files with 458 additions and 285 deletions

View File

@@ -5,17 +5,7 @@ import lombok.Data;
import java.time.LocalDateTime;
@Data
public class EvaluationCriteriaResponseBean {
private Long id;
private String name;
private String description;
public class EvaluationCriteriaResponseBean extends LookUpDataResponse{
private Integer score;
private LocalDateTime createdDate;
private LocalDateTime updatedDate;
}