* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany */ public function shops(): BelongsToMany { return $this->belongsToMany(Shop::class, 'mall_shop_express') ->withTimestamps(); } }