diff --git a/Demo/Data/LocalData/Entity/User.cs b/Demo/Data/LocalData/Entity/User.cs index 5af4881..826f406 100644 --- a/Demo/Data/LocalData/Entity/User.cs +++ b/Demo/Data/LocalData/Entity/User.cs @@ -10,6 +10,7 @@ namespace Demo.domain.Models { public required string FIO { get; set; } public Guid Guid { get; set; } + public Guid Guid2 { get; set; } public required int GroupID { get; set; }