P1+P2: 建立多域 UDAS 骨架与跨域共享概念 stub

P1 — 创建 61 个标准目录:
- 5 业务域(prop-acc / community / administrative / patrol / resident-portal)
  各 10 标准子目录(concepts/features/procedures/scenarios/reference/
  faq/glossary/decisions/maps/assets)
- cross/ 跨域协作(同 10 标准子目录)
- 顶层 maps/

空目录暂不入 git,P3+P4+P5 填充后才被追踪。

P2 — cross/concepts/ 8 个跨域共享概念 stub(占位,带 frontmatter):
- resident(业户)
- staff(员工)
- org-hierarchy(组织结构)
- housing-unit(房屋单元)
- work-order(工单)
- access-card(门卡 / IC 卡)
- notification(通知)
- role-permission(角色与权限)

每个 stub 含 title、aliases、tags、status、referenced_by,
确保新域文档第一行起 WikiLink `[[业户]]` 即可解析。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Willie
2026-05-25 20:35:32 +08:00
parent 11b4ef4c55
commit 0032f32b7a
8 changed files with 398 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
---
title: 房屋单元(Housing Unit,跨域)
aliases:
- 房屋
- 房屋单元
-
- Unit
- Housing Unit
tags:
- 概念
- 跨域
- 基础对象
status: 草稿
owner: 待指定
last_review: 2026-05-25
referenced_by:
- community
- prop-acc
- resident-portal
- patrol
---
# 房屋单元(跨域)
> 🚧 占位文档 — 待补充实际内容
## 概述
房屋单元是组织结构的最小颗粒,业户、租约、收费、报修都以"户"为关联键。
## 各域视角
| 域 | 关注属性 / 使用方式 |
|---|---|
| community | (待填:房屋台账主) |
| prop-acc | (待填:收费对象) |
| resident-portal | (待填:业户绑定主体) |
| patrol | (待填:工单位置) |
## 核心属性
(待填)
## 关联关系
(待填)
## 相关文档
- [[业户]]
- [[组织结构]]