Guanghu Domestic Migration a27e87cb99 chore: import sanitized domestic snapshot for REPO-007
Source snapshot: 97d7f0fae96dc04b7ddad56fc1db6a108ed662cc

[SEC-CLEAN] · pre-push-clean v1.0 · 109处敏感信息已自动转乱码
2026-07-17 15:59:55 +08:00

3.5 KiB
Raw Blame History

🚐 v0.3 · 摆渡车路由数据库 · Phase 1

§1 ShuttleRoute · 路由总表

以下数据库存放所有跨人格体同步路线的元信息。

§2 ShuttleStop · 站点序列表

以下数据库存放每条路线的有序站点·通过 route_id 关联回上面的 ShuttleRoute。

§3 使用说明

  • 新增路线 → 先在 ShuttleRoute 建 route_id · 再在 ShuttleStop 按 stop_order 顺序录站
  • 路线停用 → 把 ShuttleRoute 行的 is_active 取消勾选(保留历史·不删除)
  • 站点临时跳过 → 在 ShuttleStop 行的 is_required 取消勾选 + 在 fallback_stop 填备选 stop_id
  • 字段语义详见 摆渡车·唤醒路由数据库架构设计

ShuttleRoute · 路由总表

filters: is_active sort: priority: ascending route_id: ascending

ShuttleStop · 站点序列表

sort: stop_order: ascending

🧭 v0.3 · STEP 3 场景走查报告 · 3 场景 × 14 实体

ShuttleRun · 路由运行记录

filters: status sort: started_at: descending

ShuttleStopLog · 站点粒度日志

sort: started_at: ascending