Files
aiot-platform-cloud/docs/ops-architecture/part10-附录.md

23 lines
914 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Part 10: 附录
## 10.1 核心术语表
| 术语 | 定义 | 对应代码 |
| :--- | :--- | :--- |
| **派单引擎** | 负责“谁来接单、怎么派单”的决策组件 | `DispatchEngine` |
| **调度上下文** | 包含区域、优先级、技能等派单因子的容器 | `DispatchContext` |
| **打断决策** | 评估新工单是否具有打断当前任务权力的逻辑结果 | `InterruptDecision` |
| **执行人状态** | 执行人在系统中的实时生命周期(空闲、忙碌、离线) | `CleanerStatus` |
## 10.2 架构变更日志
### v2.1.0 (2026-01-06)
- **重构**:引入 `OrderLifecycleManager`,彻底分离状态管理与业务逻辑。
- **新增**:实现 P0 紧急任务自动打断与完成后自动恢复机制。
### v1.0.0 (2025-12-15)
- **基础**:完成工单 CRUD、基础状态机及保洁业务初步接入。
---
**返回目录**[README.md](./README.md)