Created call api's in 2 steps and for update call
This commit is contained in:
@@ -7,5 +7,5 @@ import java.time.LocalDateTime;
|
||||
@Data
|
||||
public class EvaluationCriteriaResponseBean extends LookUpDataResponse{
|
||||
|
||||
private Integer score;
|
||||
private Long score;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ public class FaqResponseBean {
|
||||
|
||||
private Long id;
|
||||
|
||||
private Long userId;
|
||||
private Long userId;
|
||||
|
||||
private Boolean isVisible;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user