updated code

This commit is contained in:
rajesh
2025-02-11 18:24:55 +05:30
parent 6bb531789a
commit 8a08fd6b3e
8 changed files with 19 additions and 14 deletions

View File

@@ -44,8 +44,8 @@ public class ApplicationEvaluationResponse {
private BigDecimal amountAccepted;
private LocalDateTime dateAccepted;
private LocalDateTime dateRejected;
private BigDecimal numberOfCheck;
private BigDecimal productId;
private Long numberOfCheck;
private Long productId;
private EvaluationVersionEnum evaluationVersion;
}

View File

@@ -24,8 +24,8 @@ public class AssignedApplicationsResponse extends BaseBean {
private LocalDateTime callEndDate;
private String companyName;
private LocalDateTime evaluationEndDate;
private BigDecimal numberOfCheck;
private BigDecimal productId;
private Long numberOfCheck;
private Long productId;
private EvaluationVersionEnum evaluationVersion;
}

View File

@@ -57,9 +57,9 @@ public class CallDetailsResponseBean {
private Long preferredCallId;
private BigDecimal numberOfCheck;
private Long numberOfCheck;
private BigDecimal productId;
private Long productId;
private EvaluationVersionEnum evaluationVersion;
}

View File

@@ -50,9 +50,9 @@ public class CallResponse {
private String phoneNumber;
private BigDecimal numberOfCheck;
private Long numberOfCheck;
private BigDecimal productId;
private Long productId;
@JsonSerialize(using = DynamicLocalTimeSerializer.class)
private LocalTime startTime;