通讯录导入前端

This commit is contained in:
wong
2025-09-11 10:08:26 +08:00
parent 0f1edf3f9c
commit 51312a3a2a
13 changed files with 2232 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ class Workbench extends Model
public function importContact()
{
return $this->hasOne('WorkbenchTrafficConfig', 'workbenchId', 'id');
return $this->hasOne('WorkbenchImportContact', 'workbenchId', 'id');
}