芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/app/Models/Prescription.php
belongsTo(User::class, 'assistant_id'); } public function customer() { return $this->belongsTo(Customer::class, 'doctor_id'); } }