From 994e4de9814df859d4ebeaaccdf2fc1ef1865706 Mon Sep 17 00:00:00 2001 From: michele Date: Fri, 7 Mar 2025 16:57:33 +0100 Subject: [PATCH] michele: campi nullable --- ApiPolo/Models/Vt_Mag_New.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiPolo/Models/Vt_Mag_New.cs b/ApiPolo/Models/Vt_Mag_New.cs index 8c9ac28..79efc63 100644 --- a/ApiPolo/Models/Vt_Mag_New.cs +++ b/ApiPolo/Models/Vt_Mag_New.cs @@ -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; } } }