This commit is contained in:
2021-08-14 00:35:06 +00:00
parent 71c9b775ba
commit cf264c13ae

View File

@@ -35,8 +35,8 @@ namespace AyaNova.Models
public long? ProjectId { get; set; }
[NotMapped]
public string ProjectViz { get; set; }
public string Text1 { get; set; }
public string Text2 { get; set; }
public string Text1 { get; set; }//was in poreceipt in v7
public string Text2 { get; set; }//was in poreceipt in v7
public List<PurchaseOrderItem> Items { get; set; } = new List<PurchaseOrderItem>();