module provinces

This commit is contained in:
2026-07-07 19:44:31 +03:30
parent e2d9b5ef99
commit 45ab6a8dda
27 changed files with 3848 additions and 6 deletions
+6
View File
@@ -25,6 +25,12 @@ export class CreateSalonDto {
@Matches(/^09\d{9}$/)
phone: string;
@IsUUID()
provinceId: string;
@IsUUID()
cityId: string;
@IsOptional()
@IsUUID()
ownerId?: string;