Comenzando la implementación final de permisos y depuración. Se sigue...
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface PublicacionDropdownDto {
|
||||
idPublicacion: number;
|
||||
nombre: string;
|
||||
}
|
||||
4
Frontend/src/models/dtos/Impresion/PlantaDropdownDto.ts
Normal file
4
Frontend/src/models/dtos/Impresion/PlantaDropdownDto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface PlantaDropdownDto {
|
||||
idPlanta: number;
|
||||
nombre: string;
|
||||
}
|
||||
Reference in New Issue
Block a user