This commit is contained in:
@@ -40,11 +40,19 @@ namespace AyaNova.Models
|
||||
public string Text2 { get; set; }
|
||||
public List<PurchaseOrderItem> Items { get; set; } = new List<PurchaseOrderItem>();
|
||||
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
public PurchaseOrder()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
public AyaType AyaType { get => AyaType.PurchaseOrder; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user