芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Models/TransactionCharge.php
'integer', 'percent_charge' => 'double', 'fixed_charge' => 'double', 'total_charge' => 'double', ]; public function transactions() { return $this->belongsTo(Transaction::class,'transaction_id'); } }