Files
MoonPro.net/MP-MON/Models/MappaStatoExpl.cs
T
Samuele E. Locatelli 011daf120d Aggiunta progetto MP-MON
2016-11-11 15:43:34 +01:00

45 lines
1.9 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </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; }
}
}