This commit is contained in:
2021-05-27 14:08:13 +00:00
parent 9f7b167fab
commit bc81c7b060
7 changed files with 94 additions and 6 deletions

View File

@@ -17,7 +17,8 @@ namespace AyaNova.Models
public List<string> Tags { get; set; } = new List<string>();
[Required]
public long UnitId { get; set; }
[NotMapped]
public string UnitViz { get; set; }
//UTILITY FIELDS
[NotMapped]