Acabado excel, queda la parte de cofiguracion
This commit is contained in:
@@ -37,5 +37,29 @@ public partial class estadisticas
|
||||
|
||||
public double? numeroTrabajadores { get; set; }
|
||||
|
||||
public double? totalCosteAnual { get; set; }
|
||||
|
||||
public double? horasProduccion { get; set; }
|
||||
|
||||
public double? totalSupeficie { get; set; }
|
||||
|
||||
public double? costeHoraExternalizacion { get; set; }
|
||||
|
||||
public double? precioEncargo { get; set; }
|
||||
|
||||
public double? precioTrabajo { get; set; }
|
||||
|
||||
public string? tipoDocumento { get; set; }
|
||||
|
||||
public string? documento { get; set; }
|
||||
|
||||
public string? dato1 { get; set; }
|
||||
|
||||
public string? dato2 { get; set; }
|
||||
|
||||
public string? dato3 { get; set; }
|
||||
|
||||
public double? innovacion { get; set; }
|
||||
|
||||
public virtual simulaciones? idSimulacionNavigation { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user