Aggiunta modello dati x KIT : istanze e template
This commit is contained in:
Samuele Locatelli
2025-04-09 13:03:21 +02:00
parent cfb94906c5
commit 28c4adff0d
8 changed files with 56 additions and 4 deletions
+2
View File
@@ -1,8 +1,10 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace MP.Data.DbModels
{
[Table("KeepAlive")]
public partial class KeepAliveModel
{
public string IdxMacchina { get; set; }