F3.1 APK: incluir familia técnica en alta de campo

This commit is contained in:
2026-09-07 14:27:45 -03:00
parent e7a3faa912
commit f92611eaa1
@@ -21,6 +21,10 @@ export class CreateFieldInventoryDto {
@IsUUID('4') @IsUUID('4')
parentId?: string; parentId?: string;
@IsOptional()
@IsUUID('4')
familyId?: string;
@IsOptional() @IsOptional()
@Transform(({ value }) => typeof value === 'string' && value.trim() ? value.trim().toUpperCase() : undefined) @Transform(({ value }) => typeof value === 'string' && value.trim() ? value.trim().toUpperCase() : undefined)
@IsString() @IsString()