芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/erp.digitalhubbd.com/app/Models/PurchaseClient.php
'integer', 'GrandTotal' => 'double', ]; public function details() { return $this->hasMany('Modules\Store\Models\PurchaseClientDetail'); } public function client() { return $this->belongsTo('App\Models\Client'); } }