belongsTo('App\Models\Wallet', 'wallet_id'); } /** * @Author FelixYin * @description 退款记录所属交易 */ public function trans() { return $this->belongsTo('App\Models\WalletTransRecord', 'trans_record_id'); } }