Continuación del módulo de reportes. -Backend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace GestionIntegral.Api.Dtos.Reportes
|
||||
{
|
||||
public class ConsumoBobinasPublicacionDto
|
||||
{
|
||||
public string NombrePlanta { get; set; } = string.Empty;
|
||||
public string NombrePublicacion { get; set; } = string.Empty;
|
||||
public int TotalKilos { get; set; }
|
||||
public int CantidadBobinas { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user