This commit is contained in:
2022-04-28 17:47:07 +08:00
parent 07d9afdd29
commit e5ace5652c
4 changed files with 13 additions and 17 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ namespace IRaCIS.Core.Domain.Models
public string KeyName { get; set; } = string.Empty;
// [NotMapped]
//public string MappedValue { get; set; }
[NotMapped]
public string MappedValue { get; set; }
}