case 3992

This commit is contained in:
2021-09-29 20:33:25 +00:00
parent 45449a2ff3
commit 5b4fb23498
2 changed files with 4 additions and 4 deletions

View File

@@ -11,11 +11,11 @@ namespace AyaNova.Models
public bool PartActive { get; set; }
public decimal PartCost { get; set; }
public decimal PartRetail { get; set; }
public long PartWarehouseId { get; set; }
public long? PartWarehouseId { get; set; }
public string PartWarehouseName { get; set; }
public long WholesalerId { get; set; }
public long? WholesalerId { get; set; }
public string WholesalerName { get; set; }
public long AltWholesalerId { get; set; }
public long? AltWholesalerId { get; set; }
public string AltWholesalerName { get; set; }
public decimal OnHandQty { get; set; }
public decimal OnOrderQty { get; set; }