Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into feature/GEPAFINBE-126

This commit is contained in:
piyushkag
2025-02-11 19:09:43 +05:30
17 changed files with 167 additions and 97 deletions

View File

@@ -24,9 +24,9 @@ public class CreateCallRequestStep1 {
private BigDecimal amountMax;
private BigDecimal numberOfCheck;
private Long numberOfCheck;
private BigDecimal productId;
private Long productId;
private List<LookUpDataReq> aimedTo;

View File

@@ -41,9 +41,9 @@ public class UpdateCallRequestStep1 {
private List<FaqReq> faq;
private BigDecimal numberOfCheck;
private Long numberOfCheck;
private BigDecimal productId;
private Long productId;
private EvaluationVersionEnum evaluationVersion;

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;