* @return \Illuminate\Database\Eloquent\Relations\HasMany */ public function goods(): HasMany { return $this->hasMany(Goods::class); } }