correction types warehouses, products et suppliers

This commit is contained in:
2025-11-27 14:52:09 +01:00
parent 038b0aa26d
commit cd7bfe618a
17 changed files with 47 additions and 47 deletions

View File

@@ -10,7 +10,7 @@ namespace PyroFetes.DTO.Product.Response
public int Id { get; set; }
// Référence interne du produit
public int Reference { get; set; }
public string? Reference { get; set; }
// Nom du produit
public string? Name { get; set; }
@@ -22,7 +22,7 @@ namespace PyroFetes.DTO.Product.Response
public decimal Caliber { get; set; }
// Numéro dhomologation
public int ApprovalNumber { get; set; }
public string? ApprovalNumber { get; set; }
// Poids du produit
public decimal Weight { get; set; }