//------------------------------------------------------------------------------
//
// Codice generato da un modello.
//
// Le modifiche manuali a questo file potrebbero causare un comportamento imprevisto dell'applicazione.
// Se il codice viene rigenerato, le modifiche manuali al file verranno sovrascritte.
//
//------------------------------------------------------------------------------
namespace MP_MON.Models
{
using System;
using System.Collections.Generic;
public partial class MappaStatoExpl
{
public int RowNum { get; set; }
public Nullable lastUpdate { get; set; }
public string IdxMacchina { get; set; }
public string CodMacchina { get; set; }
public string Nome { get; set; }
public string url { get; set; }
public Nullable idxODL { get; set; }
public string CodArticolo { get; set; }
public Nullable NumPezzi { get; set; }
public Nullable TCAssegnato { get; set; }
public Nullable DataInizioODL { get; set; }
public string Semaforo { get; set; }
public Nullable idxStato { get; set; }
public string DescrizioneStato { get; set; }
public Nullable durata { get; set; }
public Nullable PezziProd { get; set; }
public Nullable PezziConf { get; set; }
public Nullable TempoOn { get; set; }
public Nullable TempoAuto { get; set; }
public Nullable TempoRun { get; set; }
public Nullable TCMedio { get; set; }
public Nullable TCLav { get; set; }
public Nullable TCEff { get; set; }
public Nullable TCMedioRT { get; set; }
public Nullable TCLavRT { get; set; }
public Nullable TCEffRT { get; set; }
public string Disegno { get; set; }
}
}