ShippingItem.UnitPriceOnDocument added

This commit is contained in:
Adam 2025-12-19 01:44:29 +01:00
parent 80a1ce6a44
commit ff1951ff0f
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public class ShippingItem : MgEntityBase, IShippingItem
[Column(DataType = DataType.DecFloat)] public double NetWeightOnDocument { get; set; }
[Column(DataType = DataType.DecFloat)] public double GrossWeightOnDocument { get; set; }
[Column(DataType = DataType.DecFloat)] public double UnitPriceOnDocument { get; set; }
/// <summary>
/// Általában megegyezik a PalletsOnDocument-el, de minimum 1! Ha nincs raklap, akkor is 1! Néha előfordulhat, hogy kevesebb raklap érkezik és olyankor kell tudni módosítani a mérések számát.