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