resolved conflicts

This commit is contained in:
harish
2024-09-13 18:42:25 +05:30
9 changed files with 56 additions and 34 deletions

View File

@@ -25,4 +25,7 @@ public class FlowEdgesEntity extends BaseEntity {
@Column(name="CALL_ID")
private Long callId;
@Column(name="TRACKING_ID")
private String trackingId;
}