企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 模块数据数据集 ``` $data = EquipmentM::where('model',$model)->where('addr_id',$addr_id)->where('model',$model)->where('status',0)->fetchCollection()->->column('id,brand,sn')->each(function($item) { $item['key'] = $item['sn']; $item['name'] = $item['sn']; return $item; })->toArray(); ```