This commit is contained in:
2021-05-22 00:15:26 +00:00
parent a318137900
commit d229642fa2
2 changed files with 7 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ namespace AyaNova.Models
[Required]
public long CustomerId { get; set; }
[NotMapped]
public string CustomerViz { get; set; }
public long? ProjectId { get; set; }
[NotMapped]
public string ProjectViz { get; set; }