belongsTo(MainRequest::class, 'main_request_id'); } /** * 폴리모픽 관계(견적, 주문, 발주 등) */ public function flowable(): MorphTo { return $this->morphTo(); } }