This commit is contained in:
@@ -6,7 +6,14 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace AyaNovaQBI
|
||||
{
|
||||
internal class PartStockLevel
|
||||
public class PartStockLevel
|
||||
{
|
||||
}
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
public long PartWarehouseId { get; set; }
|
||||
public long PartId { get; set; }
|
||||
public decimal MinimumQuantity { get; set; }
|
||||
public string PartWarehouseDisplay { get; set; }//to display name in UI, not relevant to db or biz object
|
||||
|
||||
}//eoc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user