réparation des models et corrections du type caliber

This commit is contained in:
2025-11-27 15:00:53 +01:00
parent cd7bfe618a
commit f60d3443ca
24 changed files with 9 additions and 333 deletions

View File

@@ -15,7 +15,7 @@ namespace PyroFetes.DTO.Product.Request
public decimal Duration { get; set; }
// Calibre du produit
public decimal Caliber { get; set; }
public int Caliber { get; set; }
// Numéro dhomologation
public string? ApprovalNumber { get; set; }

View File

@@ -18,7 +18,7 @@ namespace PyroFetes.DTO.Product.Request
public decimal Duration { get; set; }
// Calibre du produit
public decimal Caliber { get; set; }
public int Caliber { get; set; }
// Numéro dhomologation
public string? ApprovalNumber { get; set; }

View File

@@ -19,7 +19,7 @@ namespace PyroFetes.DTO.Product.Response
public decimal Duration { get; set; }
// Calibre du produit
public decimal Caliber { get; set; }
public int Caliber { get; set; }
// Numéro dhomologation
public string? ApprovalNumber { get; set; }