|
@ -30,7 +30,7 @@ namespace CK.SCP.Models.ScpEntity |
|
|
public decimal Qty { get; set; } |
|
|
public decimal Qty { get; set; } |
|
|
public string PoUnit { get; set; } |
|
|
public string PoUnit { get; set; } |
|
|
public decimal Price { get; set; } |
|
|
public decimal Price { get; set; } |
|
|
public decimal OldPrice { get; set; } |
|
|
public decimal? OldPrice { get; set; } |
|
|
public string Currency { get; set; } |
|
|
public string Currency { get; set; } |
|
|
public Nullable<decimal> PackQty { get; set; } |
|
|
public Nullable<decimal> PackQty { get; set; } |
|
|
public Nullable<int> State { get; set; } |
|
|
public Nullable<int> State { get; set; } |
|
|