2026-05-25 20:44:43 +08:00
|
|
|
---
|
|
|
|
|
title: cross · 跨域协作(中心)
|
|
|
|
|
aliases:
|
|
|
|
|
- cross
|
|
|
|
|
- 跨域协作
|
|
|
|
|
- 跨域中心
|
|
|
|
|
tags:
|
|
|
|
|
- 域首页
|
|
|
|
|
- 跨域
|
|
|
|
|
status: 草稿
|
|
|
|
|
owner: 待指定
|
|
|
|
|
last_review: 2026-05-25
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# 跨域协作(cross)
|
|
|
|
|
|
|
|
|
|
本目录承载**跨业务域**的内容,包括:
|
|
|
|
|
|
|
|
|
|
- **共享概念**(`cross/concepts/`) —— 多个域引用的对象(业户、员工、组织、房屋、工单、门卡、通知、角色权限)
|
|
|
|
|
- **跨域编排场景**(`cross/scenarios/`) —— 涉及 2+ 域的业务流程(如"新业户入住"、"新员工入职")
|
|
|
|
|
- **跨域架构决策**(`cross/decisions/`) —— 影响多域的 ADR
|
|
|
|
|
|
2026-05-25 21:46:28 +08:00
|
|
|
## 8 个跨域共享概念(stub 已就位)
|
|
|
|
|
|
|
|
|
|
| 概念 | 文件 | 跨几个域 |
|
|
|
|
|
|---|---|---|
|
|
|
|
|
| 业户 (Resident) | [resident.md](concepts/resident.md) | 4(prop-acc / community / patrol / resident-portal) |
|
|
|
|
|
| 员工 (Staff) | [staff.md](concepts/staff.md) | 4(administrative / prop-acc / patrol / community) |
|
|
|
|
|
| 组织结构 | [org-hierarchy.md](concepts/org-hierarchy.md) | 全 5 域 |
|
|
|
|
|
| 房屋单元 | [housing-unit.md](concepts/housing-unit.md) | 4 |
|
|
|
|
|
| 工单 | [work-order.md](concepts/work-order.md) | 3 |
|
|
|
|
|
| 门卡 / IC 卡 | [access-card.md](concepts/access-card.md) | 3 |
|
|
|
|
|
| 通知 | [notification.md](concepts/notification.md) | 全 5 域(基础设施) |
|
|
|
|
|
| 角色与权限 | [role-permission.md](concepts/role-permission.md) | 全 5 域(基础设施) |
|
2026-05-25 20:44:43 +08:00
|
|
|
|
|
|
|
|
## 跨域地图
|
|
|
|
|
|
|
|
|
|
![[cross-domain-map]]
|
|
|
|
|
|
2026-05-25 21:46:28 +08:00
|
|
|
[查看跨域协作地图(Gitea / GitHub 可点)](maps/cross-domain-map.md)
|
|
|
|
|
|
2026-05-25 20:44:43 +08:00
|
|
|
## 相关文档
|
|
|
|
|
|
2026-05-25 21:46:28 +08:00
|
|
|
- [跨域协作地图](maps/cross-domain-map.md)
|
|
|
|
|
- [业务域索引](../maps/domain-map.md)
|
|
|
|
|
- [知识库首页](../index.md)
|