se modificó endpoint y base de datps

This commit is contained in:
evenegas
2025-11-10 10:58:11 -06:00
parent 37c721ef87
commit c38e7be6a0
4 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ export class CreateEquipoDto {
inventario: string;
@IsString()
serie: string;
@IsOptional()
serie?: string;
@IsString()
lugar: string;