TAB3:
- inizio gestione modifiche x caso manuale (con disabilitazione menù e caricamento dato isManual)
This commit is contained in:
@@ -8,14 +8,15 @@ namespace MP.Data.DbModels
|
||||
// </Auto-Generated>
|
||||
public partial class VMSFDModel
|
||||
{
|
||||
public string IdxMacchina { get; set; }
|
||||
public string Codmacchina { get; set; }
|
||||
public bool PalletChange { get; set; }
|
||||
public string CodArticoloA { get; set; }
|
||||
public string CodArticoloB { get; set; }
|
||||
public bool SimplePallet { get; set; }
|
||||
public bool InsEnabled { get; set; }
|
||||
public bool SLogEnabled { get; set; }
|
||||
public string IdxMacchina { get; set; } = "ND";
|
||||
public string Codmacchina { get; set; } = "000";
|
||||
public bool PalletChange { get; set; } = false;
|
||||
public string CodArticoloA { get; set; } = "ND";
|
||||
public string CodArticoloB { get; set; } = "ND";
|
||||
public bool SimplePallet { get; set; } = true;
|
||||
public bool InsEnabled { get; set; } = true;
|
||||
public bool SLogEnabled { get; set; } = false;
|
||||
public bool IsManual { get; set; } = false;
|
||||
public int IdxFamigliaIngresso { get; set; }
|
||||
public int Multi { get; set; }
|
||||
public int BitFilt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user