add : message farsi

This commit is contained in:
morteza-mortezai
2025-11-05 22:57:51 +03:30
parent 4c992f2384
commit ad296a2f75
+1 -1
View File
@@ -45,7 +45,7 @@ export class ReturnRequestItemsDTO {
@Expose()
@IsOptional()
@IsNotEmpty()
@IsNotEmpty({ message: "عکس نمیتواند خالی باشد" })
@IsString()
@ApiProperty({ type: "string", description: "the image of return if mandatory ", example: "https://cdn.com" })
imagesUrl?: string;