diff --git a/Demo/Data/LocalData/Entity/Group.cs b/Demo/Data/LocalData/Entity/Group.cs index 6041311..3afdaae 100644 --- a/Demo/Data/LocalData/Entity/Group.cs +++ b/Demo/Data/LocalData/Entity/Group.cs @@ -9,6 +9,7 @@ namespace Demo.domain.Models public class GroupLocalEntity { public required int Id { get; set; } + public required int NewId { get; set; } public required string Name { get; set; } }