hasMany(\App\BeClassifiedA::class, 'CID'); } public function belongs() { return $this->hasMany(\App\Belong::class, 'CID'); } }