forked from sanchezvem/PyroFetes
réparation des models et corrections du type caliber
This commit is contained in:
@@ -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 d’homologation
|
||||
public string? ApprovalNumber { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user