Fix Type errors

This commit is contained in:
Cristiano
2025-11-20 16:45:44 +01:00
parent 3ad506f869
commit d537051bea
8 changed files with 2053 additions and 16 deletions

View File

@@ -6,8 +6,8 @@ public class UpdateProductDto
public string? References { get; set; }
public string? Name { get; set; }
public decimal Duration {get; set;}
public decimal Caliber { get; set; }
public int ApprovalNumber { get; set; }
public int Caliber { get; set; }
public string? ApprovalNumber { get; set; }
public decimal Weight { get; set; }
public decimal Nec { get; set; }
public string? Image { get; set; }