hasOne(OrderGoods::class, 'id', 'order_goods_id'); } public function hasOneCoupon() { return $this->hasOne(Coupon::class, 'id', 'coupon_id'); } }