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