【操盘手】 流量分发列表+新建功能

This commit is contained in:
wong
2025-05-26 17:56:12 +08:00
parent 26504d3040
commit 778b5285f4
8 changed files with 435 additions and 12 deletions

View File

@@ -56,6 +56,13 @@ class Workbench extends Model
return $this->hasOne('WorkbenchGroupCreate', 'workbenchId', 'id');
}
// 流量分发配置关联
public function trafficConfig()
{
return $this->hasOne('WorkbenchTrafficConfig', 'workbenchId', 'id');
}
/**
* 用户关联
*/