Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into feature/GEPAFINBE-126
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user