clean order services

This commit is contained in:
2026-01-27 14:52:55 +03:30
parent 935f905e29
commit e2b065aa2b
9 changed files with 319 additions and 277 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ export class CreateOrderItemDtoAsAdmin {
@IsInt()
@ApiProperty()
productId: bigint;
productId: number;
@ApiProperty()
@IsNumber()
@@ -76,7 +76,7 @@ export class CreateOrderItemDto {
@IsInt()
@ApiProperty()
productId: bigint;
productId: number;
@ApiProperty()
@IsNumber()