Update x fix filtraggio ODL --> v_UI_ODL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user