- inizio gestione modifiche x caso manuale (con disabilitazione menù e caricamento dato isManual)
This commit is contained in:
Samuele Locatelli
2025-03-31 20:23:57 +02:00
parent 8e2d7871f9
commit 8c1f2be1f1
12 changed files with 118 additions and 25 deletions
+9 -8
View File
@@ -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; }