se agregaron cambios al meter equipo
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,7 @@ export class CreateMovimientoDto {
|
||||
@IsNumber()
|
||||
idEquipo: number;
|
||||
|
||||
@IsNotEmpty()
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
observaciones: string;
|
||||
observaciones?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user