Added SupplierId in DeliveryNote

This commit is contained in:
2026-05-25 16:21:58 +01:00
parent c0ac9f7a65
commit 48b9db6e1c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -15,5 +15,6 @@ public class Supplier
public List<Price>? Prices { get; set; }
public List<Quotation>? Quotations { get; set; }
public List<DeliveryNote>? DeliveryNotes { get; set; }
public List<PurchaseOrder>? PurchaseOrders { get; set; }
}