hasOne(ShopAttribute::class, 'id','attribute_id'); } public static function getGoodsAttribute($where){ return static::where($where)->get(); } }