This commit is contained in:
2021-04-28 19:46:22 +00:00
parent 734f63bcc0
commit 70035a2293
3 changed files with 7 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace AyaNova.Models
public uint Concurrency { get; set; }
public string Notes { get; set; }
public long? UnitId { get; set; }
public long UnitId { get; set; }
public long? VendorSentToId { get; set; }
public long? VendorSentViaId { get; set; }
public string RMANumber { get; set; }