//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
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; }
}
}