belongsTo(GoodsCategory::class); }//关联品牌 public function brand() { return $this->belongsTo(Brand::class); } }