Some fixes

This commit is contained in:
Cristiano
2026-03-26 15:35:11 +01:00
parent 3487baad87
commit 0312f02028
6 changed files with 10 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ public class GetPurchaseProductDto
public string? ProductImage { get; set; }
public string? ProductLink { get; set; }
public int ProductMinimalQuantity { get; set; }
public decimal ProductPrice { get; set; }
public int PurchaseOrderId { get; set; }
public string? PurchaseOrderPurchaseConditions { get; set; }