Final de creación de Módulos de Reportes. Se procede a testeos y ordenamientos...

This commit is contained in:
2025-05-29 15:10:02 -03:00
parent 70fc847721
commit 1182a4cdee
40 changed files with 3510 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
export interface ConsumoBobinasSeccionDto {
nombrePublicacion: string;
nombreSeccion: string;
nombreBobina: string;
cantidadBobinas: number;
totalKilos: number;
}