Implementación AnomalIA - Fix de dropdowns y permisos.
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 5m17s
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 5m17s
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface CanillaDropdownDto {
|
||||
idCanilla: number;
|
||||
legajo?: number | null;
|
||||
nomApe: string;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface OtroDestinoDropdownDto {
|
||||
idDestino: number;
|
||||
nombre: string;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
export interface PublicacionDropdownDto {
|
||||
idPublicacion: number;
|
||||
nombre: string;
|
||||
nombreEmpresa: string;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface EstadoBobinaDropdownDto {
|
||||
idEstadoBobina: number;
|
||||
denominacion: string;
|
||||
}
|
||||
Reference in New Issue
Block a user