Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Cristiano
2026-03-26 15:36:28 +01:00

View File

@@ -3,11 +3,11 @@ namespace PyroFetes.DTO.ProductDelivery.Response;
public class GetProductDeliveryDto public class GetProductDeliveryDto
{ {
public int ProductId { get; set; } public int ProductId { get; set; }
public int ProductReference { get; set; } public string? ProductReference { get; set; }
public string? ProductName { get; set; } public string? ProductName { get; set; }
public decimal ProductDuration {get; set;} public decimal ProductDuration {get; set;}
public decimal ProductCaliber { get; set; } public int ProductCaliber { get; set; }
public int ProductApprovalNumber { get; set; } public string? ProductApprovalNumber { get; set; }
public decimal ProductWeight { get; set; } public decimal ProductWeight { get; set; }
public decimal ProductNec { get; set; } public decimal ProductNec { get; set; }
public string? ProductImage { get; set; } public string? ProductImage { get; set; }