belongsTo('App\Models\AlbumUserModel', 'user_id')->withDefault(); } public function newgoods(){ return $this->belongsTo('App\Models\FurnitureNewgoodsInfoModel', 'newgoods_id')->withDefault(); } }