Update x fix filtraggio ODL --> v_UI_ODL

This commit is contained in:
Samuele Locatelli
2021-06-24 09:42:12 +02:00
parent b7f67488b2
commit d1be815f1f
7 changed files with 8 additions and 6 deletions
+2
View File
@@ -11,6 +11,7 @@ namespace MP.Data.DatabaseModels
public string CodArticolo { get; set; }
public string CodMacchina { get; set; } = "";
public string Cognome { get; set; } = "";
public DateTime DataOra { get; set; }
public string DescArticolo { get; set; } = "";
public bool EsitoOk { get; set; }
@@ -19,6 +20,7 @@ namespace MP.Data.DatabaseModels
public int IdxOdl { get; set; }
public string KeyRichiesta { get; set; }
public int MatrOpr { get; set; }
public string Nome { get; set; } = "";
public string Note { get; set; }
#endregion Public Properties