belongsTo(Item::class, 'item_id'); } // 수입검사 내역 public function inspections() { return $this->hasMany(MaterialInspection::class, 'receipt_id'); } }