芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/erp.digitalhubbd.com/app/Models/Setting.php
'integer', 'client_id' => 'integer', 'quotation_with_stock' => 'integer', 'show_language' => 'integer', 'is_invoice_footer' => 'integer', 'warehouse_id' => 'integer', ]; public function Currency() { return $this->belongsTo('App\Models\Currency'); } public function Client() { return $this->belongsTo('App\Models\Client'); } }