芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/app/Model/SellerWallet.php
'float', 'withdrawn' => 'float', 'commission_given' => 'float', 'pending_withdraw' => 'float', 'delivery_charge_earned' => 'float', 'collected_cash' => 'float', 'total_tax_collected' => 'float', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function seller() { return $this->belongsTo(Seller::class); } }