Created call api's in 2 steps and for update call

This commit is contained in:
rajesh
2024-08-28 01:52:25 +05:30
parent e7fa11f35e
commit 22e72f6cd4
20 changed files with 287 additions and 119 deletions

View File

@@ -7,5 +7,5 @@ import java.time.LocalDateTime;
@Data
public class EvaluationCriteriaResponseBean extends LookUpDataResponse{
private Integer score;
private Long score;
}

View File

@@ -10,7 +10,7 @@ public class FaqResponseBean {
private Long id;
private Long userId;
private Long userId;
private Boolean isVisible;