This commit is contained in:
2026-06-28 20:32:52 +03:30
parent 7a5b3f0bea
commit bf35179d55
45 changed files with 1555 additions and 46 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ export class CreateSalonDto {
@Matches(/^09\d{9}$/)
phone: string;
@IsOptional()
@IsUUID()
ownerId: string;
ownerId?: string;
}