model = new GamePackLog(); } /** * 批量打包 */ public function batchSave($data): int { return $this->model->insertAll($data); } }