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

@@ -9,7 +9,7 @@ namespace PyroFetes.DTO.Product.Request
public int Id { get; set; }
// Référence interne du produit
public int References { get; set; }
public string? Reference { get; set; }
// Nom du produit
public string? Name { get; set; }
@@ -21,7 +21,7 @@ namespace PyroFetes.DTO.Product.Request
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; }