This commit is contained in:
2020-07-17 00:15:33 +00:00
parent 7019464a04
commit 338f61628e

View File

@@ -52,8 +52,15 @@ namespace AyaNova.Models
public List<WorkOrderItem> Items { get; set; }
// [NotMapped]
// public string NotPersistedExample { get; set; }
[NotMapped]
public string Name
{
//Used by notification processor
get
{
return this.Serial.ToString();
}
}
}//eoc
}//eons