fix key model

This commit is contained in:
Samuele Locatelli
2022-10-10 08:40:34 +02:00
parent c28dae0c8d
commit 923094054b
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace MP.Data.DatabaseModels
{
#region Public Properties
[Key]
public int IdxStato { get; set; }
public string DescrizioneCodArticolo { get; set; } = "";
public string Semaforo { get; set; }