created call api in 2 steps

This commit is contained in:
rajesh
2024-08-26 11:44:52 +05:30
parent b6692e206d
commit 1b9ddc30fa
23 changed files with 254 additions and 126 deletions

View File

@@ -52,10 +52,10 @@ public class CallEntity extends BaseEntity {
private String submissionMethod;
@Column(name = "THRESHOLD", nullable = false)
private Integer threshold;
private Long threshold;
@Column(name="DOCUMENTATION_REQUESTED",columnDefinition = "TEXT")
private String documentation_requested;
private String documentationRequested;
@Column(name = "PRIORITY_AREA", columnDefinition = "TEXT")
private String priorityArea;