This commit is contained in:
2021-02-19 19:30:44 +00:00
parent b34b2d10b5
commit cd1db15fa0
3 changed files with 14 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ namespace AyaNova.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public long Serial { get; set; }//WAS PO NUMBER
public string Notes { get; set; }
public string Wiki { get; set; }
@@ -42,10 +42,12 @@ namespace AyaNova.Models
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.PurchaseOrder; }
[NotMapped]
[NotMapped]
public bool DisplayWarehouses { get; set; }
[NotMapped]
[NotMapped]
public bool DisplayPartRequest { get; set; }
[NotMapped]
public bool DisplayTaxes { get; set; }
}//eoc