Continuación de CRUDs e inicio de Reportes.
This commit is contained in:
8
Frontend/src/models/dtos/Reportes/ExistenciaPapelDto.ts
Normal file
8
Frontend/src/models/dtos/Reportes/ExistenciaPapelDto.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface ExistenciaPapelDto {
|
||||
tipoBobina: string;
|
||||
bobinasEnStock: number | null;
|
||||
totalKilosEnStock: number | null;
|
||||
consumoAcumulado: number | null;
|
||||
promedioDiasDisponibles: number | null;
|
||||
fechaEstimacionFinStock?: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user