1
0
forked from Yara724/api

Validation for prices and objection

This commit is contained in:
SepehrYahyaee
2026-05-20 11:08:47 +03:30
parent 511d478064
commit e4dfe7c572
18 changed files with 467 additions and 60 deletions

View File

@@ -44,7 +44,7 @@ export class UpsertClaimPriceDropV2Dto {
@ApiProperty({
example: 450000000,
description: "Market price of the car (Rials)",
description: "Market price of the car (Toman)",
})
carPrice: number | string;