Finalización de Endpoints para la gestión de Reportes. Se continúa con el Frontend.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GestionIntegral.Api.Dtos.Reportes
|
||||
{
|
||||
public class MovimientoBobinasPorEstadoResponseDto
|
||||
{
|
||||
public IEnumerable<MovimientoBobinaEstadoDetalleDto> Detalle { get; set; } = new List<MovimientoBobinaEstadoDetalleDto>();
|
||||
public IEnumerable<MovimientoBobinaEstadoTotalDto> Totales { get; set; } = new List<MovimientoBobinaEstadoTotalDto>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user