Updated code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user