This commit is contained in:
Loretta 2025-12-19 07:16:15 +01:00
commit ed99db3238
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.