This commit is contained in:
2023-06-23 09:03:00 +03:00
parent d549877567
commit 4bac59f322
27 changed files with 376 additions and 126 deletions
+3
View File
@@ -9,6 +9,9 @@ using MyOffice.Data.Models.Accounts;
public class Item
{
public int Id { get; set; }
/// <summary>
/// UnCategorized category is CategoryId = UserId
/// </summary>
public Guid CategoryId { get; set; }
public ItemCategory Category { get; set; } = null!;
public Guid ItemGlobalId { get; set; }