Updated code for appointment creation flow and productId field to appointmentTemplateId.
This commit is contained in:
@@ -44,7 +44,5 @@ public class ApplicationEvaluationFormResponse {
|
||||
private LocalDateTime dateAccepted;
|
||||
private LocalDateTime dateRejected;
|
||||
private EvaluationVersionEnum evaluationVersion;
|
||||
private BigDecimal numberOfCheck;
|
||||
private BigDecimal productId;
|
||||
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ public class ApplicationEvaluationResponse {
|
||||
private LocalDateTime dateAccepted;
|
||||
private LocalDateTime dateRejected;
|
||||
private Long numberOfCheck;
|
||||
private Long productId;
|
||||
private Long appointmentTemplateId;
|
||||
private EvaluationVersionEnum evaluationVersion;
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ import net.gepafin.tendermanagement.enums.AssignedApplicationEnum;
|
||||
import net.gepafin.tendermanagement.enums.EvaluationVersionEnum;
|
||||
import net.gepafin.tendermanagement.model.BaseBean;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@Data
|
||||
@@ -25,7 +24,7 @@ public class AssignedApplicationsResponse extends BaseBean {
|
||||
private String companyName;
|
||||
private LocalDateTime evaluationEndDate;
|
||||
private Long numberOfCheck;
|
||||
private Long productId;
|
||||
private Long appointmentTemplateId;
|
||||
private EvaluationVersionEnum evaluationVersion;
|
||||
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ public class CallDetailsResponseBean {
|
||||
|
||||
private Long numberOfCheck;
|
||||
|
||||
private Long productId;
|
||||
private Long appointmentTemplateId;
|
||||
|
||||
private EvaluationVersionEnum evaluationVersion;
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ public class CallResponse {
|
||||
|
||||
private Long numberOfCheck;
|
||||
|
||||
private Long productId;
|
||||
private Long appointmentTemplateId;
|
||||
|
||||
@JsonSerialize(using = DynamicLocalTimeSerializer.class)
|
||||
private LocalTime startTime;
|
||||
|
||||
Reference in New Issue
Block a user