delivery title

This commit is contained in:
2025-12-17 10:20:15 +03:30
parent a9fe699727
commit c15aaa547b
5 changed files with 13 additions and 13 deletions
@@ -10,7 +10,7 @@ export class CreateDeliveryDto {
@ApiProperty({ example: 'سرو در رستوران', description: 'Delivery method display name' })
@IsString()
name!: string;
title!: string;
@ApiProperty({ example: 5000, description: 'Delivery fee' })
@IsNumber()