Update classe dossier

This commit is contained in:
Samuele Locatelli
2022-10-06 16:30:54 +02:00
parent 624d6d3411
commit 09b2008f25
+5 -3
View File
@@ -23,11 +23,13 @@ namespace MP.Data.DatabaseModels
public DateTime DtRif { get; set; }
[MaxLength(50)]
public string IdxMacchina { get; set; }
public string IdxMacchina { get; set; } = "";
[MaxLength(50)]
public string CodArticolo { get; set; } = "";
public int IdxODL { get; set; }
public int IdxODL { get; set; } = 0;
public string Valore { get; set; }
public string Valore { get; set; } = "";