Updated notification code.

This commit is contained in:
piyushkag
2024-12-23 13:15:56 +05:30
parent 288fde0a88
commit d7e2e35746
2 changed files with 20 additions and 0 deletions

View File

@@ -28,4 +28,6 @@ public class NotificationEntity extends BaseEntity {
@Column(name = "REDIRECT_LINK")
String redirectLink;
@Column(name = "USER_WITH_COMPANY_ID")
Long userWithCompanyId;
}