Changeset 73b69b2 for ChapterX.Domain/Entities/Notification.cs
- Timestamp:
- 03/24/26 22:13:36 (3 months ago)
- Branches:
- main
- Children:
- 7fbb91c
- Parents:
- acf690c
- File:
-
- 1 edited
-
ChapterX.Domain/Entities/Notification.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Entities/Notification.cs
racf690c r73b69b2 14 14 public bool IsRead { get; set; } 15 15 public DateTime CreatedAt { get; set; } 16 public int? RecipientUserId { get; set; } 17 public string? Type { get; set; } 18 public string? Link { get; set; } 16 19 17 20 public ICollection<ContentType> ContentTypes { get; set; } = [];
Note:
See TracChangeset
for help on using the changeset viewer.
