'decimal:2', ]; public function order(): BelongsTo { return $this->belongsTo(InventoryTransferOrder::class, 'transfer_order_id'); } public function product(): BelongsTo { return $this->belongsTo(Product::class); } }