Files
2022-04-14 17:25:12 +02:00

46 lines
1.9 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MP_MON.Models
{
using System;
using System.Collections.Generic;
public partial class MappaStatoExpl
{
public int RowNum { get; set; }
public Nullable<System.DateTime> 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<int> idxODL { get; set; }
public string CodArticolo { get; set; }
public Nullable<int> NumPezzi { get; set; }
public Nullable<decimal> TCAssegnato { get; set; }
public Nullable<System.DateTime> DataInizioODL { get; set; }
public string Semaforo { get; set; }
public Nullable<int> idxStato { get; set; }
public string DescrizioneStato { get; set; }
public Nullable<double> durata { get; set; }
public Nullable<int> PezziProd { get; set; }
public Nullable<int> PezziConf { get; set; }
public Nullable<decimal> TempoOn { get; set; }
public Nullable<decimal> TempoAuto { get; set; }
public Nullable<decimal> TempoRun { get; set; }
public Nullable<decimal> TCMedio { get; set; }
public Nullable<decimal> TCLav { get; set; }
public Nullable<decimal> TCEff { get; set; }
public Nullable<decimal> TCMedioRT { get; set; }
public Nullable<decimal> TCLavRT { get; set; }
public Nullable<decimal> TCEffRT { get; set; }
public string Disegno { get; set; }
}
}