Methodconstructor(
order_id: string,
product_id: string,
quantity: number,
price: number,
id?: number,
)
apps/orders/src/orders/entities/order.entity.ts:132
Methodconstructor(
name: string,
email: string,
address: string,
phone: string,
id?: string,
)
apps/orders/src/customer/entities/customer.entity.ts:28