39 lines
1.5 KiB
C#
39 lines
1.5 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace MP.Data.DbModels
|
|
{
|
|
// <Auto-Generated>
|
|
// This is here so CodeMaid doesn't reorganize this document
|
|
// </Auto-Generated>
|
|
public partial class VMSFDModel
|
|
{
|
|
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 int IsManual { get; set; } = 0;
|
|
public int IdxFamigliaIngresso { get; set; }
|
|
public int Multi { get; set; }
|
|
public int BitFilt { get; set; }
|
|
public int MaxVal { get; set; }
|
|
public int Bsr { get; set; }
|
|
public bool ExplodeBit { get; set; }
|
|
public int NumBit { get; set; }
|
|
public int IdxMicroStato { get; set; }
|
|
public int IdxFamiglia { get; set; }
|
|
public int IdxStato { get; set; }
|
|
public string LastVal { get; set; }
|
|
public string CodArticolo { get; set; }
|
|
public double TempoCicloBase { get; set; }
|
|
public int PzPalletProd { get; set; }
|
|
public int MatrOpr { get; set; }
|
|
public string Pallet { get; set; }
|
|
public string CodMaccArticolo { get; set; }
|
|
}
|
|
}
|