This commit is contained in:
zaccaria.majid
2022-10-06 17:24:49 +02:00
+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; } = "";