se agregaron cambios al meter equipo

This commit is contained in:
2025-11-13 14:14:20 -06:00
parent 6b29c582c7
commit 4905111922
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -9,7 +9,7 @@ export class CreateMovimientoDto {
@IsNumber()
idEquipo: number;
@IsNotEmpty()
@IsOptional()
@IsString()
observaciones: string;
observaciones?: string;
}