michele: campi nullable

This commit is contained in:
michele 2025-03-07 16:57:33 +01:00
parent 8926ef7187
commit 994e4de981

View File

@ -28,7 +28,7 @@ namespace ApiPolo.Models
public string? Desc_Art { get; set; }
public string? CodImp { get; set; }
public string? Desc_Sup { get; set; }
public string? Cpccchk { get; set; }
public string? Cpccchk { get; set; }
}
}