F3.1 APK: incluir familia técnica en alta de campo
This commit is contained in:
@@ -21,6 +21,10 @@ export class CreateFieldInventoryDto {
|
||||
@IsUUID('4')
|
||||
parentId?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsUUID('4')
|
||||
familyId?: string;
|
||||
|
||||
@IsOptional()
|
||||
@Transform(({ value }) => typeof value === 'string' && value.trim() ? value.trim().toUpperCase() : undefined)
|
||||
@IsString()
|
||||
|
||||
Reference in New Issue
Block a user