芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/LeadNote.php
belongsTo(User::class, 'lead_id'); } public function members(): HasMany { return $this->hasMany(LeadUserNote::class, 'lead_note_id'); } }