ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的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(); ```