clean order services
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user