* 批量更新实体
(updates: Array<{ id: string; changes: Partial<T> }>)
| 64 | * 批量更新实体 |
| 65 | */ |
| 66 | updateMany(updates: Array<{ id: string; changes: Partial<T> }>): Promise<void> |
| 67 | |
| 68 | // ==================== 删除操作 ==================== |
| 69 |
no outgoing calls
no test coverage detected