'array', ]; public function goodsCategory() { return $this->hasOne(GoodsCategory::class,'id','subclass'); } }