This commit is contained in:
2021-02-23 15:37:49 +00:00
parent a1e00e0363
commit ad91edb05d
3 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ namespace AyaNova.Models
public bool HasReceipt { get; set; }
[NotMapped]
public bool HasVendorNumber { get; set; }
[NotMapped]
public bool HasUnreceived { get; set; }
}//eoc