From 9aa57819a28d7cf02d43a127d65713f1214e0d89 Mon Sep 17 00:00:00 2001 From: michele Date: Wed, 22 Oct 2025 16:58:38 +0200 Subject: [PATCH] aggiunto seriale buono a model rapportino --- ApiPolo/Models/Rapportino.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ApiPolo/Models/Rapportino.cs b/ApiPolo/Models/Rapportino.cs index 2c8a47d..a69aac9 100644 --- a/ApiPolo/Models/Rapportino.cs +++ b/ApiPolo/Models/Rapportino.cs @@ -12,6 +12,11 @@ namespace ApiPolo.Models /// public string? seriale_rapportino { get; set; } + /// + /// Seriale + /// + public string? ser_buono { get; set; } + /// /// Azienda ///