This commit is contained in:
2021-09-08 17:57:17 +00:00
parent a6be3b9bc2
commit 32720cf808
5 changed files with 32 additions and 9 deletions

View File

@@ -31,10 +31,14 @@ namespace AyaNova.Models
public bool WarrantyService { get; set; } = false;
public int Sequence { get; set; }
public long? FromCSRId { get; set; }
[NotMapped]
public string FromCSRViz { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]
public string Name { get; set; }
//Principle
[JsonIgnore]
public WorkOrder WorkOrder { get; set; }