Continuación del módulo de reportes. -Backend
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace GestionIntegral.Api.Dtos.Reportes
|
||||
{
|
||||
public class ComparativaConsumoBobinasDto
|
||||
{
|
||||
public string TipoBobina { get; set; } = string.Empty;
|
||||
public int BobinasUtilizadasMesA { get; set; }
|
||||
public int BobinasUtilizadasMesB { get; set; }
|
||||
public int DiferenciaBobinasUtilizadas { get; set; }
|
||||
public int KilosUtilizadosMesA { get; set; }
|
||||
public int KilosUtilizadosMesB { get; set; }
|
||||
public int DiferenciaKilosUtilizados { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user