This commit is contained in:
@@ -35,8 +35,8 @@ namespace AyaNova.Models
|
|||||||
public long? ProjectId { get; set; }
|
public long? ProjectId { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string ProjectViz { get; set; }
|
public string ProjectViz { get; set; }
|
||||||
public string Text1 { get; set; }
|
public string Text1 { get; set; }//was in poreceipt in v7
|
||||||
public string Text2 { get; set; }
|
public string Text2 { get; set; }//was in poreceipt in v7
|
||||||
public List<PurchaseOrderItem> Items { get; set; } = new List<PurchaseOrderItem>();
|
public List<PurchaseOrderItem> Items { get; set; } = new List<PurchaseOrderItem>();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user