hasManyThrough(AreaManager::class); } /** * 所属农贸市场 * */ public function FarmProductMarket(){ return $this->belongsTo(FarmProductMarket::class); } }