--- title: 跨域协作地图 aliases: - cross-domain-map - 跨域地图 tags: - 规范 - 跨域 - 知识地图 status: 草稿 owner: 待指定 last_review: 2026-05-25 --- # 跨域协作地图 > 跨业务域共享的概念、编排场景、决策的索引。按"对象 → 引用域"组织。 ## 共享对象(8 个跨域概念) | 概念 | 主域 | 引用域 | 文件 | |---|---|---|---| | 业户 | resident-portal | prop-acc, community, patrol | [resident.md](../concepts/resident.md) | | 员工 | administrative | prop-acc, patrol, community | [staff.md](../concepts/staff.md) | | 组织结构 | (基础设施) | 全 5 域 | [org-hierarchy.md](../concepts/org-hierarchy.md) | | 房屋单元 | community | prop-acc, resident-portal, patrol | [housing-unit.md](../concepts/housing-unit.md) | | 工单 | patrol | community, resident-portal | [work-order.md](../concepts/work-order.md) | | 门卡 | prop-acc | resident-portal, patrol | [access-card.md](../concepts/access-card.md) | | 通知 | (基础设施) | 全 5 域 | [notification.md](../concepts/notification.md) | | 角色与权限 | administrative | 全 5 域 | [role-permission.md](../concepts/role-permission.md) | ## 跨域编排场景(待添加) 预计的跨域场景: - **新业户入住** — resident-portal + prop-acc + community + patrol - **新员工入职** — administrative + prop-acc + patrol + community - **业户报修** — resident-portal → patrol → community - **退租结算** — prop-acc + community + resident-portal + patrol - **小区活动通知** — community → resident-portal (具体编排节点文档将放 `cross/scenarios/`) ## 跨域决策(待添加) 预计的跨域 ADR: - 多租户隔离方案 - 共享对象的所有权与协作模式 - 跨域权限模型 (具体 ADR 将放 `cross/decisions/`,命名 `adr-NNN-xxx.md`) ## 相关文档 - [cross 跨域协作中心](../index.md) - [业务域索引](../../maps/domain-map.md) - [知识库首页](../../index.md)