Continuación del módulo de reportes. -Backend
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace GestionIntegral.Api.Dtos.Reportes
|
||||
{
|
||||
public class MovimientoBobinaEstadoTotalDto
|
||||
{
|
||||
public string TipoMovimiento { get; set; } = string.Empty; // "Ingresos", "Utilizadas", "Dañadas"
|
||||
public int TotalBobinas { get; set; }
|
||||
public int TotalKilos { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user