hasOne("\App\Models\LanzuUserBalance",'source_id','id'); } public function csWithdraw() { return $this->hasOne("\App\Models\LanzuCsWithdraw",'cs_id','id'); } }