Updated code

This commit is contained in:
nisha
2024-11-18 16:49:01 +05:30
parent dac9610b0f
commit 0342d1b2eb
10 changed files with 46 additions and 37 deletions

View File

@@ -45,11 +45,14 @@ public class EmailLogEntity extends BaseEntity{
@Column(name = "user_id")
private Long userId;
@Column(name = "entity_id")
private Long entityId;
@Column(name = "application_id")
private Long applicationId;
@Column(name = "entity_type")
private String entityType;
@Column(name = "amendment_id")
private Long amendmentId;
@Column(name = "call_id")
private Long callId;
@Column(name = "is_deleted")
private Boolean isDeleted;