Updated code

This commit is contained in:
nisha
2024-11-18 12:25:13 +05:30
parent c29935c66f
commit dac9610b0f
4 changed files with 7 additions and 2 deletions

View File

@@ -50,5 +50,8 @@ public class EmailLogEntity extends BaseEntity{
@Column(name = "entity_type")
private String entityType;
@Column(name = "is_deleted")
private Boolean isDeleted;
}